| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.libvirt.SchedParameter
org.libvirt.SchedUlongParameter
public final class SchedUlongParameter
Class for representing an unsigned long int scheduler parameter
| Field Summary | |
|---|---|
 long | 
value
The parameter value  | 
| Fields inherited from class org.libvirt.SchedParameter | 
|---|
field | 
| Constructor Summary | |
|---|---|
SchedUlongParameter()
 | 
|
SchedUlongParameter(long 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 long value
| Constructor Detail | 
|---|
public SchedUlongParameter()
public SchedUlongParameter(long value)
| Method Detail | 
|---|
public int getType()
SchedParameter
getType in class SchedParameterpublic java.lang.String getTypeAsString()
SchedParameter
getTypeAsString in class SchedParameterpublic 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 | ||||||||