org.libvirt
Class VirSchedUlongParameter

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

public final class VirSchedUlongParameter
extends VirSchedParameter

Class for representing an unsigned long int scheduler parameter


Field Summary
 long value
          The parameter value
 
Fields inherited from class org.libvirt.VirSchedParameter
field
 
Constructor Summary
VirSchedUlongParameter()
           
 
Method Summary
 java.lang.String getTypeAsString()
          Utility function for displayinf 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 long value
The parameter value

Constructor Detail

VirSchedUlongParameter

public VirSchedUlongParameter()
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 displayinf the type

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