Package com.vmware.vim25
Class IntOption
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.OptionType
com.vmware.vim25.IntOption
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.OptionType
valueIsReadonlyFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetMax()intgetMin()voidsetDefaultValue(int defaultValue) voidsetMax(int max) voidsetMin(int min) Methods inherited from class com.vmware.vim25.OptionType
getValueIsReadonly, setValueIsReadonlyMethods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
min
public int min -
max
public int max -
defaultValue
public int defaultValue
-
-
Constructor Details
-
IntOption
public IntOption()
-
-
Method Details
-
getMin
public int getMin() -
getMax
public int getMax() -
getDefaultValue
public int getDefaultValue() -
setMin
public void setMin(int min) -
setMax
public void setMax(int max) -
setDefaultValue
public void setDefaultValue(int defaultValue)
-