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