|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.libvirt.SchedParameter
org.libvirt.SchedUintParameter
public final class SchedUintParameter
Class for representing an unsigned int scheduler parameter
Field Summary | |
---|---|
int |
value
The parameter value |
Fields inherited from class org.libvirt.SchedParameter |
---|
field |
Constructor Summary | |
---|---|
SchedUintParameter()
|
|
SchedUintParameter(int value)
|
Method Summary | |
---|---|
int |
getType()
The type of the parameter |
java.lang.String |
getTypeAsString()
Utility function for displaying the type |
java.lang.String |
getValueAsString()
Utility function for displaying the value |
Methods inherited from class org.libvirt.SchedParameter |
---|
copyOf, create, toNative |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int value
Constructor Detail |
---|
public SchedUintParameter()
public SchedUintParameter(int value)
Method Detail |
---|
public int getType()
SchedParameter
getType
in class SchedParameter
public java.lang.String getTypeAsString()
SchedParameter
getTypeAsString
in class SchedParameter
public java.lang.String getValueAsString()
SchedParameter
getValueAsString
in class SchedParameter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |