org.libvirt

Class SchedParameter

public abstract class SchedParameter extends Object

The abstract parent of the actual Schedparameter classes
Field Summary
Stringfield
Parameter name
Method Summary
abstract StringgetTypeAsString()
Utility function for displaying the type
abstract StringgetValueAsString()
Utility function for displaying the value

Field Detail

field

public String field
Parameter name

Method Detail

getTypeAsString

public abstract String getTypeAsString()
Utility function for displaying the type

Returns: the Type of the parameter as string

getValueAsString

public abstract String getValueAsString()
Utility function for displaying the value

Returns: the value of the parameter in String form