Package gov.nih.mipav.model.file
Enum charls.compressed_data_format
- java.lang.Object
-
- java.lang.Enum<charls.compressed_data_format>
-
- gov.nih.mipav.model.file.charls.compressed_data_format
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<charls.compressed_data_format>
- Enclosing class:
- charls
static enum charls.compressed_data_format extends java.lang.Enum<charls.compressed_data_format>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description abbreviated_image_dataabbreviated_table_specificationinterchangeunknown
-
Field Summary
Fields Modifier and Type Field Description private charls.charls_compressed_data_formatcdf
-
Constructor Summary
Constructors Modifier Constructor Description privatecompressed_data_format(charls.charls_compressed_data_format cdf)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description charls.charls_compressed_data_formatgetVal()static charls.compressed_data_formatvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static charls.compressed_data_format[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
unknown
public static final charls.compressed_data_format unknown
-
interchange
public static final charls.compressed_data_format interchange
-
abbreviated_image_data
public static final charls.compressed_data_format abbreviated_image_data
-
abbreviated_table_specification
public static final charls.compressed_data_format abbreviated_table_specification
-
-
Field Detail
-
cdf
private charls.charls_compressed_data_format cdf
-
-
Constructor Detail
-
compressed_data_format
private compressed_data_format(charls.charls_compressed_data_format cdf)
-
-
Method Detail
-
values
public static charls.compressed_data_format[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (charls.compressed_data_format c : charls.compressed_data_format.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static charls.compressed_data_format valueOf(java.lang.String name)
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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getVal
public charls.charls_compressed_data_format getVal()
-
-