public static enum MedicalHelper.Axis extends java.lang.Enum<MedicalHelper.Axis> implements IntegerValuedEnum
| Enum Constant and Description |
|---|
AXIAL
Axial (Z axiz)
|
CORONAL
Coronal (Y axis)
|
SAGITTAL
Sagittal (X axis)
|
TRANSVERSE
Transverse (synonym for Axial)
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static MedicalHelper.Axis |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MedicalHelper.Axis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicalHelper.Axis AXIAL
public static final MedicalHelper.Axis TRANSVERSE
public static final MedicalHelper.Axis CORONAL
public static final MedicalHelper.Axis SAGITTAL
public static MedicalHelper.Axis[] values()
for (MedicalHelper.Axis c : MedicalHelper.Axis.values()) System.out.println(c);
public static MedicalHelper.Axis 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 int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com