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