public static enum AurParameter.Untraceable.EPC extends java.lang.Enum<AurParameter.Untraceable.EPC>
Enum Constant and Description |
---|
SHOW_ALL
Show all
|
SHOW_PARTIALS
Show partial.
|
Modifier and Type | Method and Description |
---|---|
Untraceable.EPC |
getValue() |
static AurParameter.Untraceable.EPC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AurParameter.Untraceable.EPC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AurParameter.Untraceable.EPC SHOW_ALL
public static final AurParameter.Untraceable.EPC SHOW_PARTIALS
public static AurParameter.Untraceable.EPC[] values()
for (AurParameter.Untraceable.EPC c : AurParameter.Untraceable.EPC.values()) System.out.println(c);
public static AurParameter.Untraceable.EPC valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic Untraceable.EPC getValue()