Package gov.nih.mipav.model.file
Enum FileInfoBase.AxisOrientation
- All Implemented Interfaces:
Serializable,Comparable<FileInfoBase.AxisOrientation>,java.lang.constant.Constable
- Enclosing class:
FileInfoBase
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAxis orientation Anterior to Posterior.Axis orientation Inferior to Superior.Axis orientation Left to Right.Axis orientation Posterior to Anterior.Axis orientation Right to Left.Axis orientation Superior to Inferior.Axis orientation unknown. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninttoString()static FileInfoBase.AxisOrientationReturns the enum constant of this type with the specified name.static FileInfoBase.AxisOrientation[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ORI_UNKNOWN_TYPE
Axis orientation unknown. -
ORI_R2L_TYPE
Axis orientation Right to Left. -
ORI_L2R_TYPE
Axis orientation Left to Right. -
ORI_P2A_TYPE
Axis orientation Posterior to Anterior. -
ORI_A2P_TYPE
Axis orientation Anterior to Posterior. -
ORI_I2S_TYPE
Axis orientation Inferior to Superior. -
ORI_S2I_TYPE
Axis orientation Superior to Inferior.
-
-
Field Details
-
legacyNum
private int legacyNum -
dispString
-
-
Constructor Details
-
AxisOrientation
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<FileInfoBase.AxisOrientation>
-
getLegacyNum
public int getLegacyNum()
-