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 |
---|---|
ConstantValue.Builder |
ConstantValue.Builder.setListValue(java.util.List<PrimitiveValue> listValue)
List value of the constant element.
|
ConstantValue.Builder |
ConstantValue.Builder.setPrimitiveValue(PrimitiveValue primitiveValue)
Primitive value of the constant element.
|