public static enum AlignmentProperties.NodeType extends java.lang.Enum<AlignmentProperties.NodeType> implements java.io.Serializable
Enum Constant and Description |
---|
GAUSS_VOLUME_SIMPLE_44 |
GAUSS_VOLUME_SIMPLE_45 |
GAUSS_VOLUME_SIMPLE_FAST |
GAUSS_VOLUME_SIMPLE_FULL |
SPHERIC |
Modifier and Type | Method and Description |
---|---|
static AlignmentProperties.NodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlignmentProperties.NodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlignmentProperties.NodeType SPHERIC
public static final AlignmentProperties.NodeType GAUSS_VOLUME_SIMPLE_FULL
public static final AlignmentProperties.NodeType GAUSS_VOLUME_SIMPLE_FAST
public static final AlignmentProperties.NodeType GAUSS_VOLUME_SIMPLE_45
public static final AlignmentProperties.NodeType GAUSS_VOLUME_SIMPLE_44
public static AlignmentProperties.NodeType[] values()
for (AlignmentProperties.NodeType c : AlignmentProperties.NodeType.values()) System.out.println(c);
public static AlignmentProperties.NodeType 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