Package com.vmware.vim25
Class FloatOption
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.OptionType
com.vmware.vim25.FloatOption
- 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 TypeMethodDescriptionfloatfloatgetMax()floatgetMin()voidsetDefaultValue(float defaultValue) voidsetMax(float max) voidsetMin(float 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 float min -
max
public float max -
defaultValue
public float defaultValue
-
-
Constructor Details
-
FloatOption
public FloatOption()
-
-
Method Details
-
getMin
public float getMin() -
getMax
public float getMax() -
getDefaultValue
public float getDefaultValue() -
setMin
public void setMin(float min) -
setMax
public void setMax(float max) -
setDefaultValue
public void setDefaultValue(float defaultValue)
-