public static enum AurParameter.Target extends java.lang.Enum<AurParameter.Target>
Modifier and Type | Method and Description |
---|---|
static AurParameter.Target |
getTarget(Target data) |
Target |
getValue() |
static AurParameter.Target |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AurParameter.Target[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AurParameter.Target A
public static final AurParameter.Target B
public static final AurParameter.Target AB
public static AurParameter.Target[] values()
for (AurParameter.Target c : AurParameter.Target.values()) System.out.println(c);
public static AurParameter.Target 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 Target getValue()
public static AurParameter.Target getTarget(Target data) throws ErrorParameterException
ErrorParameterException