public static enum TypesUtilities.TypeClassification extends Enum<TypesUtilities.TypeClassification>
| Enum Constant and Description |
|---|
DATATYPE |
METADATATYPE |
PRIMITIVE |
SPECIAL |
| Modifier and Type | Method and Description |
|---|---|
String |
toDisplay() |
static TypesUtilities.TypeClassification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypesUtilities.TypeClassification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypesUtilities.TypeClassification PRIMITIVE
public static final TypesUtilities.TypeClassification DATATYPE
public static final TypesUtilities.TypeClassification METADATATYPE
public static final TypesUtilities.TypeClassification SPECIAL
public static TypesUtilities.TypeClassification[] values()
for (TypesUtilities.TypeClassification c : TypesUtilities.TypeClassification.values()) System.out.println(c);
public static TypesUtilities.TypeClassification 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 nullCopyright © 2014–2021 Health Level 7. All rights reserved.