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