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 |
---|---|
PrimitiveValue.Builder |
PrimitiveValue.Builder.setBooleanValue(java.lang.Boolean booleanValue)
Boolean value of the constant.
|
PrimitiveValue.Builder |
PrimitiveValue.Builder.setDoubleValue(java.lang.Double doubleValue)
Double value of the constant.
|
PrimitiveValue.Builder |
PrimitiveValue.Builder.setLongValue(java.lang.Long longValue)
Long value of the constant.
|
PrimitiveValue.Builder |
PrimitiveValue.Builder.setStringValue(java.lang.String stringValue)
String value of the constant.
|