Package gov.nih.mipav.model.file
Enum charls.charls_compressed_data_format
java.lang.Object
java.lang.Enum<charls.charls_compressed_data_format>
gov.nih.mipav.model.file.charls.charls_compressed_data_format
- All Implemented Interfaces:
Serializable,Comparable<charls.charls_compressed_data_format>,java.lang.constant.Constable
- Enclosing class:
charls
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the enum constant of this type with the specified name.static charls.charls_compressed_data_format[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CHARLS_COMPRESSED_DATA_FORMAT_UNKNOWN
-
CHARLS_COMPRESSED_DATA_FORMAT_INTERCHANGE
-
CHARLS_COMPRESSED_DATA_FORMAT_ABBREVIATED_IMAGE_DATA
public static final charls.charls_compressed_data_format CHARLS_COMPRESSED_DATA_FORMAT_ABBREVIATED_IMAGE_DATA -
CHARLS_COMPRESSED_DATA_FORMAT_ABBREVIATED_TABLE_SPECIFICATION
public static final charls.charls_compressed_data_format CHARLS_COMPRESSED_DATA_FORMAT_ABBREVIATED_TABLE_SPECIFICATION
-
-
Field Details
-
numVal
private final int numVal
-
-
Constructor Details
-
charls_compressed_data_format
private charls_compressed_data_format(int numVal)
-
-
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
-
getNumVal
public int getNumVal()
-