| 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 Type.Category |
Type.Category.BUILTIN
The type is one of the built-in types specified in
Type.BuiltinType |
static Type.Category |
Type.Category.GENERIC
The type is an instantiation of one of the generic types.
|
static Type.Category |
Type.Category.USER_DEFINED
The type is one of the user defined named types.
|
| Modifier and Type | Method and Description |
|---|---|
Type.Category |
Type.getCategory()
Category of this type.
|
static Type.Category |
Type.Category.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static Type.Category[] |
Type.Category.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Type.setCategory(Type.Category category)
Category of this type.
|
| Constructor and Description |
|---|
Type.Builder(Type.Category category)
Constructor with parameters for the required properties of
Type. |
Copyright © 2016. All Rights Reserved.