Package gov.nih.mipav.model.file
Enum charls.spiff_profile_id
- java.lang.Object
-
- java.lang.Enum<charls.spiff_profile_id>
-
- gov.nih.mipav.model.file.charls.spiff_profile_id
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<charls.spiff_profile_id>
- Enclosing class:
- charls
static enum charls.spiff_profile_id extends java.lang.Enum<charls.spiff_profile_id>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description bi_level_facsimilecontinuous_tone_basecontinuous_tone_facsimilecontinuous_tone_progressivenone
-
Field Summary
Fields Modifier and Type Field Description private charls.charls_spiff_profile_idcspi
-
Constructor Summary
Constructors Modifier Constructor Description privatespiff_profile_id(charls.charls_spiff_profile_id cspi)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description charls.charls_spiff_profile_idgetVal()static charls.spiff_profile_idvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static charls.spiff_profile_id[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
none
public static final charls.spiff_profile_id none
-
continuous_tone_base
public static final charls.spiff_profile_id continuous_tone_base
-
continuous_tone_progressive
public static final charls.spiff_profile_id continuous_tone_progressive
-
bi_level_facsimile
public static final charls.spiff_profile_id bi_level_facsimile
-
continuous_tone_facsimile
public static final charls.spiff_profile_id continuous_tone_facsimile
-
-
Field Detail
-
cspi
private charls.charls_spiff_profile_id cspi
-
-
Constructor Detail
-
spiff_profile_id
private spiff_profile_id(charls.charls_spiff_profile_id cspi)
-
-
Method Detail
-
values
public static charls.spiff_profile_id[] 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.spiff_profile_id c : charls.spiff_profile_id.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.spiff_profile_id 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_spiff_profile_id getVal()
-
-