Package pixy.meta.icc
Enum ProfileTag
java.lang.Object
java.lang.Enum<ProfileTag>
pixy.meta.icc.ProfileTag
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ProfileTag>,java.lang.constant.Constable
public enum ProfileTag extends java.lang.Enum<ProfileTag>
ICC Profile Tag
- Version:
- 1.0 03/13/2015
- Author:
- Wen Yu, yuwen_66@yahoo.com
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProfileTag.TagType -
Enum Constant Summary
Enum Constants Enum Constant Description A2B0A2B1A2B2B2A0B2A1B2A2B2D0B2D1B2D2B2D3BKPTbTRCbXYZcaltchadchrmciisclotclroclrtcprtD2B0D2B1D2B2D2B3descdesmdmdddmndgamtgTRCgXYZkTRClumimeasmmodncl2pre0pre1pre2pseqpsidresprig2rigorTRCrXYZtargtechUNKNOWNvcgtviewwtptvued -
Method Summary
Modifier and Type Method Description static ProfileTagfromInt(int value)java.lang.StringgetDescription()ProfileTag.TagTypegetTagType()intgetValue()java.lang.StringtoString()static ProfileTagvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProfileTag[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getTagType
-
getDescription
public java.lang.String getDescription() -
getValue
public int getValue() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Enum<ProfileTag>
-
fromInt
-