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 |
---|---|
ElementValue.Builder |
ElementValue.Builder.setListValue(List<String> listValue)
List of strings value of the metadata element.
|
ElementValue.Builder |
ElementValue.Builder.setLongValue(Long longValue)
Long value of the metadata element.
|
ElementValue.Builder |
ElementValue.Builder.setStringValue(String stringValue)
String value of the metadata element.
|
ElementValue.Builder |
ElementValue.Builder.setStructureId(String structureId)
Identifier of the structure element.
|
ElementValue.Builder |
ElementValue.Builder.setStructureIds(List<String> structureIds)
List of identifiers of the structure elements.
|
Copyright © 2016. All Rights Reserved.