| Package | Description |
|---|---|
| com.vmware.vapi.metadata.metamodel |
The
com.vmware.vapi.metadata.metamodel package provides interfaces that
expose all the information present in the interface definition language (IDL)
specification. |
| Modifier and Type | Method and Description |
|---|---|
static EnumerationValueInfo |
EnumerationValueInfo._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
EnumerationValueInfo |
EnumerationValueInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<EnumerationValueInfo> |
EnumerationInfo.getValues()
Metamodel information of all the enumeration value elements contained in this
enumeration element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnumerationInfo.setValues(List<EnumerationValueInfo> values)
Metamodel information of all the enumeration value elements contained in this
enumeration element.
|
| Constructor and Description |
|---|
EnumerationInfo.Builder(String name,
List<EnumerationValueInfo> values,
Map<String,ElementMap> metadata,
String documentation)
Constructor with parameters for the required properties of
EnumerationInfo. |
Copyright © 2016. All Rights Reserved.