org.libvirt
Class VirSchedIntParameter

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

public final class VirSchedIntParameter
extends VirSchedParameter


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

VirSchedIntParameter

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