| Package | Description |
|---|---|
| com.vmware.vapi.data |
| Modifier and Type | Method and Description |
|---|---|
DataType |
VoidValue.getType() |
DataType |
VoidDefinition.getType() |
DataType |
StructValue.getType() |
DataType |
StructRefDefinition.getType() |
DataType |
StructDefinition.getType() |
DataType |
StringValue.getType() |
DataType |
StringDefinition.getType() |
DataType |
SecretValue.getType() |
DataType |
SecretDefinition.getType() |
DataType |
OptionalValue.getType() |
DataType |
OptionalDefinition.getType() |
DataType |
OpaqueDefinition.getType() |
DataType |
ListValue.getType() |
DataType |
ListDefinition.getType() |
DataType |
IntegerValue.getType() |
DataType |
IntegerDefinition.getType() |
DataType |
ErrorValue.getType() |
DataType |
ErrorDefinition.getType() |
DataType |
DynamicStructDefinition.getType() |
DataType |
DoubleValue.getType() |
DataType |
DoubleDefinition.getType() |
DataType |
DataValue.getType() |
abstract DataType |
DataDefinition.getType()
Returns the
DataType for this type. |
DataType |
BooleanValue.getType() |
DataType |
BooleanDefinition.getType() |
DataType |
BlobValue.getType() |
DataType |
BlobDefinition.getType() |
DataType |
AnyErrorDefinition.getType() |
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.