public static enum PA768eEnums.TagSelectTarget extends java.lang.Enum<PA768eEnums.TagSelectTarget>
| Modifier and Type | Method and Description |
|---|---|
static PA768eEnums.TagSelectTarget |
parse(Mask6cTarget target) |
int |
value() |
static PA768eEnums.TagSelectTarget |
valueOf(int code) |
static PA768eEnums.TagSelectTarget |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PA768eEnums.TagSelectTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PA768eEnums.TagSelectTarget S0
public static final PA768eEnums.TagSelectTarget S1
public static final PA768eEnums.TagSelectTarget S2
public static final PA768eEnums.TagSelectTarget S3
public static final PA768eEnums.TagSelectTarget SL
public static PA768eEnums.TagSelectTarget[] values()
for (PA768eEnums.TagSelectTarget c : PA768eEnums.TagSelectTarget.values()) System.out.println(c);
public static PA768eEnums.TagSelectTarget 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 int value()
public static PA768eEnums.TagSelectTarget valueOf(int code)
public static PA768eEnums.TagSelectTarget parse(Mask6cTarget target)