|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.libvirt.SchedParameter
org.libvirt.SchedDoubleParameter
public final class SchedDoubleParameter
Class for representing a double scheduler parameter
Field Summary | |
---|---|
double |
value
The parameter value |
Fields inherited from class org.libvirt.SchedParameter |
---|
field |
Constructor Summary | |
---|---|
SchedDoubleParameter()
|
|
SchedDoubleParameter(double 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 double value
Constructor Detail |
---|
public SchedDoubleParameter()
public SchedDoubleParameter(double 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 |