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