org.libvirt
Class VirSchedDoubleParameter

java.lang.Object
  extended by org.libvirt.VirSchedParameter
      extended by org.libvirt.VirSchedDoubleParameter

public final class VirSchedDoubleParameter
extends VirSchedParameter

Class for representing a double scheduler parameter


Field Summary
 double value
          The parameter value
 
Fields inherited from class org.libvirt.VirSchedParameter
field
 
Constructor Summary
VirSchedDoubleParameter()
           
 
Method Summary
 java.lang.String getTypeAsString()
          Utility function for displaying the type
 java.lang.String getValueAsString()
          Utility function for displaying the value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public double value
The parameter value

Constructor Detail

VirSchedDoubleParameter

public VirSchedDoubleParameter()
Method Detail

getValueAsString

public java.lang.String getValueAsString()
Description copied from class: VirSchedParameter
Utility function for displaying the value

Specified by:
getValueAsString in class VirSchedParameter
Returns:
the value of the parameter in String form

getTypeAsString

public java.lang.String getTypeAsString()
Description copied from class: VirSchedParameter
Utility function for displaying the type

Specified by:
getTypeAsString in class VirSchedParameter
Returns:
the Type of the parameter as string