org.libvirt
public abstract class SchedParameter extends Object
| Field Summary | |
|---|---|
| String | field
Parameter name |
| Method Summary | |
|---|---|
| static byte[] | copyOf(byte[] original, int length) |
| static SchedParameter | create(virSchedParameter vParam) |
| abstract int | getType()
The type of the parameter
|
| abstract String | getTypeAsString()
Utility function for displaying the type
|
| abstract String | getValueAsString()
Utility function for displaying the value
|
| static virSchedParameter | toNative(SchedParameter param) |
Returns: the Type of the parameter
Returns: the Type of the parameter as string
Returns: the value of the parameter in String form