public class FloatOption extends OptionType
Java class for FloatOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FloatOption">
<complexContent>
<extension base="{urn:vim25}OptionType">
<sequence>
<element name="min" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="max" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}float"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
defaultValue |
protected float |
max |
protected float |
min |
valueIsReadonly| Constructor and Description |
|---|
FloatOption() |
| Modifier and Type | Method and Description |
|---|---|
float |
getDefaultValue()
Gets the value of the defaultValue property.
|
float |
getMax()
Gets the value of the max property.
|
float |
getMin()
Gets the value of the min property.
|
void |
setDefaultValue(float value)
Sets the value of the defaultValue property.
|
void |
setMax(float value)
Sets the value of the max property.
|
void |
setMin(float value)
Sets the value of the min property.
|
isValueIsReadonly, setValueIsReadonlyprotected float min
protected float max
protected float defaultValue
public float getMin()
public void setMin(float value)
public float getMax()
public void setMax(float value)
public float getDefaultValue()
public void setDefaultValue(float value)
Copyright © 2018. All rights reserved.