public enum swMateReferenceAlignment_e extends java.lang.Enum<swMateReferenceAlignment_e>
Enum Constant and Description |
---|
swMateReferenceAlignment_Aligned |
swMateReferenceAlignment_AntiAligned |
swMateReferenceAlignment_Any |
swMateReferenceAlignment_Closest |
Modifier and Type | Method and Description |
---|---|
static swMateReferenceAlignment_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swMateReferenceAlignment_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swMateReferenceAlignment_e swMateReferenceAlignment_Any
public static final swMateReferenceAlignment_e swMateReferenceAlignment_Aligned
public static final swMateReferenceAlignment_e swMateReferenceAlignment_AntiAligned
public static final swMateReferenceAlignment_e swMateReferenceAlignment_Closest
public static swMateReferenceAlignment_e[] values()
for (swMateReferenceAlignment_e c : swMateReferenceAlignment_e.values()) System.out.println(c);
public static swMateReferenceAlignment_e 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