org.libvirt
Class VirSchedUintParameter

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

public final class VirSchedUintParameter
extends VirSchedParameter

Class for representing an unsigned int scheduler parameter


Field Summary
 int value
          The parameter value
 
Fields inherited from class org.libvirt.VirSchedParameter
field
 
Constructor Summary
VirSchedUintParameter()
           
 
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 int value
The parameter value

Constructor Detail

VirSchedUintParameter

public VirSchedUintParameter()
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