Package org.libvirt
Class TypedUintParameter
java.lang.Object
org.libvirt.TypedParameter
org.libvirt.TypedUintParameter
Class for representing a uint typed parameter
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionint
getType()
The type of the parameterUtility function for displaying the typeUtility function for displaying the valueMethods inherited from class org.libvirt.TypedParameter
copyOf, create, toNative
-
Field Details
-
value
public int value
-
-
Constructor Details
-
TypedUintParameter
public TypedUintParameter() -
TypedUintParameter
public TypedUintParameter(int value) -
TypedUintParameter
-
-
Method Details
-
getType
public int getType()Description copied from class:TypedParameter
The type of the parameter- Specified by:
getType
in classTypedParameter
- Returns:
- the Type of the parameter
-
getTypeAsString
Description copied from class:TypedParameter
Utility function for displaying the type- Specified by:
getTypeAsString
in classTypedParameter
- Returns:
- the Type of the parameter as string
-
getValueAsString
Description copied from class:TypedParameter
Utility function for displaying the value- Specified by:
getValueAsString
in classTypedParameter
- Returns:
- the value of the parameter in String form
-