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 PrimitiveValue |
PrimitiveValue._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 PrimitiveValue |
PrimitiveValue._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
PrimitiveValue |
PrimitiveValue.Builder.build() |
PrimitiveValue |
ConstantValue.getPrimitiveValue()
Primitive value of the constant element.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PrimitiveValue> |
ConstantValue.getListValue()
List value of the constant element.
|
Modifier and Type | Method and Description |
---|---|
void |
ConstantValue.setPrimitiveValue(PrimitiveValue primitiveValue)
Primitive value of the constant element.
|
ConstantValue.Builder |
ConstantValue.Builder.setPrimitiveValue(PrimitiveValue primitiveValue)
Primitive value of the constant element.
|
Modifier and Type | Method and Description |
---|---|
void |
ConstantValue.setListValue(java.util.List<PrimitiveValue> listValue)
List value of the constant element.
|
ConstantValue.Builder |
ConstantValue.Builder.setListValue(java.util.List<PrimitiveValue> listValue)
List value of the constant element.
|