| 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 ElementValue |
ElementValue._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, 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. |
static ElementValue |
ElementValue._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ElementValue |
ElementValue.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ElementValue> |
ElementMap.getElements()
Metamodel information of the metadata elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElementMap.setElements(java.util.Map<java.lang.String,ElementValue> elements)
Metamodel information of the metadata elements.
|
| Constructor and Description |
|---|
Builder(java.util.Map<java.lang.String,ElementValue> elements)
Constructor with parameters for the required properties of
ElementMap. |