Package org.libvirt
Class TypedUlongParameter
- java.lang.Object
-
- org.libvirt.TypedParameter
-
- org.libvirt.TypedUlongParameter
-
public class TypedUlongParameter extends TypedParameter
Class for representing an ulong typed parameter
-
-
Field Summary
Fields Modifier and Type Field Description longvalue-
Fields inherited from class org.libvirt.TypedParameter
field, TYPED_PARAM_BOOLEAN, TYPED_PARAM_DOUBLE, TYPED_PARAM_INT, TYPED_PARAM_LONG, TYPED_PARAM_STRING, TYPED_PARAM_UINT, TYPED_PARAM_ULONG
-
-
Constructor Summary
Constructors Constructor Description TypedUlongParameter()TypedUlongParameter(long value)TypedUlongParameter(java.lang.String field, long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()The type of the parameterjava.lang.StringgetTypeAsString()Utility function for displaying the typejava.lang.StringgetValueAsString()Utility function for displaying the value-
Methods inherited from class org.libvirt.TypedParameter
copyOf, create, toNative
-
-
-
-
Method Detail
-
getType
public int getType()
Description copied from class:TypedParameterThe type of the parameter- Specified by:
getTypein classTypedParameter- Returns:
- the Type of the parameter
-
getTypeAsString
public java.lang.String getTypeAsString()
Description copied from class:TypedParameterUtility function for displaying the type- Specified by:
getTypeAsStringin classTypedParameter- Returns:
- the Type of the parameter as string
-
getValueAsString
public java.lang.String getValueAsString()
Description copied from class:TypedParameterUtility function for displaying the value- Specified by:
getValueAsStringin classTypedParameter- Returns:
- the value of the parameter in String form
-
-