public static enum StructuredType.DtType extends Enum<StructuredType.DtType> implements BmcEnum
The data type.
Enum Constant and Description |
---|
Primitive |
Structured |
Modifier and Type | Method and Description |
---|---|
static StructuredType.DtType |
create(String key) |
String |
getValue() |
static StructuredType.DtType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuredType.DtType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructuredType.DtType Primitive
public static final StructuredType.DtType Structured
public static StructuredType.DtType[] values()
for (StructuredType.DtType c : StructuredType.DtType.values()) System.out.println(c);
public static StructuredType.DtType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static StructuredType.DtType create(String key)
Copyright © 2016–2024. All rights reserved.