public enum EnumCM_AbstractMultiDimensionalImageModelAxisDirection extends java.lang.Enum<EnumCM_AbstractMultiDimensionalImageModelAxisDirection>
| Enum Constant and Description |
|---|
ANTERIOR_INFERIOR_AXIS |
ANTERIOR_POSTERIOR_AXIS |
APEX_BASE_AXIS |
HEAD_FOOT_AXIS |
LEFT_RIGHT_AXIS |
SEPTUM_WALL_AXIS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_AbstractMultiDimensionalImageModelAxisDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_AbstractMultiDimensionalImageModelAxisDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_AbstractMultiDimensionalImageModelAxisDirection LEFT_RIGHT_AXIS
public static final EnumCM_AbstractMultiDimensionalImageModelAxisDirection HEAD_FOOT_AXIS
public static final EnumCM_AbstractMultiDimensionalImageModelAxisDirection ANTERIOR_POSTERIOR_AXIS
public static final EnumCM_AbstractMultiDimensionalImageModelAxisDirection APEX_BASE_AXIS
public static final EnumCM_AbstractMultiDimensionalImageModelAxisDirection ANTERIOR_INFERIOR_AXIS
public static final EnumCM_AbstractMultiDimensionalImageModelAxisDirection SEPTUM_WALL_AXIS
public static EnumCM_AbstractMultiDimensionalImageModelAxisDirection[] values()
for (EnumCM_AbstractMultiDimensionalImageModelAxisDirection c : EnumCM_AbstractMultiDimensionalImageModelAxisDirection.values()) System.out.println(c);
public static EnumCM_AbstractMultiDimensionalImageModelAxisDirection 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 java.lang.String getValue()