public enum Mask6cAction extends java.lang.Enum<Mask6cAction> implements IEnumType
Enum Constant and Description |
---|
AB
Matching is Inventoried A or Assert SL, Not-Matching is Inventoried B or Deassert SL.
|
AN
Matching is Inventoried A or Assert SL, Not-Matching is Do Nothing.
|
BA
Matching is Inventoried B or Deassert SL, Not-Matching is Inventoried A or Assert SL.
|
BN
Matching is Inventoried B or Deassert SL, Not-Matching is Do Nothing.
|
MN
Matching is Invert Session or Negate SL, Not-Matching is Do Nothing.
|
NA
Matching is Do Nothing, Not-Matching is Inventoried A or Assert SL.
|
NB
Matching is Do Nothing, Not-Matching is Inventoried B or Deassert SL.
|
NM
Matching is Do Nothing, Not-Matching is Invert Session or Negate SL.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Get the enum code value
|
static java.lang.String[] |
names()
Returns an array containing the name of this enum type.
|
java.lang.String |
toString()
Return the name of the enum
|
java.lang.String |
toString(Mask6cTarget target) |
static Mask6cAction |
valueOf(int code)
Returns the enum constant of this type with the specified code.
|
static Mask6cAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mask6cAction |
valueOfName(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mask6cAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mask6cAction AB
public static final Mask6cAction AN
public static final Mask6cAction NB
public static final Mask6cAction MN
public static final Mask6cAction BA
public static final Mask6cAction BN
public static final Mask6cAction NA
public static final Mask6cAction NM
public static Mask6cAction[] values()
for (Mask6cAction c : Mask6cAction.values()) System.out.println(c);
public static Mask6cAction 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 getCode()
IEnumType
public java.lang.String toString()
IEnumType
toString
in interface IEnumType
toString
in class java.lang.Enum<Mask6cAction>
public java.lang.String toString(Mask6cTarget target)
public static Mask6cAction valueOf(int code)
code
- The code to checkpublic static Mask6cAction valueOfName(java.lang.String name)
name
- The name to check.public static java.lang.String[] names()