public static enum Setter.Type extends Enum<Setter.Type>
| Enum Constant and Description |
|---|
DEFINED
For known avp
|
UNDEFINED
For unknown avp
|
| Modifier and Type | Method and Description |
|---|---|
static Setter.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Setter.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Setter.Type DEFINED
public static final Setter.Type UNDEFINED
public static Setter.Type[] values()
for (Setter.Type c : Setter.Type.values()) System.out.println(c);
public static Setter.Type 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 © 2016. All Rights Reserved.