| 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.BuiltinType |
Type.BuiltinType.ANY_ERROR
The built-in type is an arbitrary exception type.
|
static Type.BuiltinType |
Type.BuiltinType.BINARY
The built-in type is a binary.
|
static Type.BuiltinType |
Type.BuiltinType.BOOLEAN
The built-in type is a boolean.
|
static Type.BuiltinType |
Type.BuiltinType.DATE_TIME
The built-in type is a datetime.
|
static Type.BuiltinType |
Type.BuiltinType.DOUBLE
The built-in type is a double.
|
static Type.BuiltinType |
Type.BuiltinType.DYNAMIC_STRUCTURE
The built-in type is a dynamic structure.
|
static Type.BuiltinType |
Type.BuiltinType.ID
The built-in type is an ID.
|
static Type.BuiltinType |
Type.BuiltinType.LONG
The built-in type is a long.
|
static Type.BuiltinType |
Type.BuiltinType.OPAQUE
The built-in type is an opaque.
|
static Type.BuiltinType |
Type.BuiltinType.SECRET
The built-in type is a secret.
|
static Type.BuiltinType |
Type.BuiltinType.STRING
The built-in type is a string.
|
static Type.BuiltinType |
Type.BuiltinType.URI
The built-in type is an URI.
|
static Type.BuiltinType |
Type.BuiltinType.VOID
The built-in type is a void.
|
| Modifier and Type | Method and Description |
|---|---|
Type.BuiltinType |
Type.getBuiltinType()
Category of the built-in type.
|
static Type.BuiltinType |
Type.BuiltinType.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static Type.BuiltinType[] |
Type.BuiltinType.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Type.setBuiltinType(Type.BuiltinType builtinType)
Category of the built-in type.
|
Type.Builder |
Type.Builder.setBuiltinType(Type.BuiltinType builtinType)
Category of the built-in type.
|
Copyright © 2016. All Rights Reserved.