protected static enum Extension.ExtensionField extends Enum<Extension.ExtensionField> implements EnumType
| Enum Constant and Description |
|---|
CRITICAL |
EXTN_ID |
EXTN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static Extension.ExtensionField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Extension.ExtensionField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Extension.ExtensionField EXTN_ID
public static final Extension.ExtensionField CRITICAL
public static final Extension.ExtensionField EXTN_VALUE
public static Extension.ExtensionField[] values()
for (Extension.ExtensionField c : Extension.ExtensionField.values()) System.out.println(c);
public static Extension.ExtensionField 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–2022 The Apache Software Foundation. All rights reserved.