public enum PairTemplateL extends java.lang.Enum<PairTemplateL>
Enum Constant and Description |
---|
Alternate |
EndWithA |
EndWithB |
RepeatA |
RepeatB |
ResponseAB |
ResponseBA |
StartWithA |
StartWithB |
Modifier and Type | Method and Description |
---|---|
static PairTemplateL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PairTemplateL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PairTemplateL StartWithA
public static final PairTemplateL StartWithB
public static final PairTemplateL RepeatA
public static final PairTemplateL RepeatB
public static final PairTemplateL EndWithA
public static final PairTemplateL EndWithB
public static final PairTemplateL ResponseAB
public static final PairTemplateL ResponseBA
public static final PairTemplateL Alternate
public static PairTemplateL[] values()
for (PairTemplateL c : PairTemplateL.values()) System.out.println(c);
public static PairTemplateL 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 null