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 | Field and Description |
---|---|
static ConstantValue.Category |
ConstantValue.Category.LIST
Indicates the type of constant value is a list.
|
static ConstantValue.Category |
ConstantValue.Category.PRIMITIVE
Indicates the type of constant value is primitive.
|
Modifier and Type | Method and Description |
---|---|
ConstantValue.Category |
ConstantValue.getCategory()
Category of the type of constant value.
|
static ConstantValue.Category |
ConstantValue.Category.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static ConstantValue.Category[] |
ConstantValue.Category.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
ConstantValue.setCategory(ConstantValue.Category category)
Category of the type of constant value.
|
Constructor and Description |
---|
Builder(ConstantValue.Category category)
Constructor with parameters for the required properties of
ConstantValue . |