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 class
ProfileTag.TagType
-
Enum Constant Summary
Enum Constants Enum Constant Description A2B0
A2B1
A2B2
B2A0
B2A1
B2A2
B2D0
B2D1
B2D2
B2D3
BKPT
bTRC
bXYZ
calt
chad
chrm
ciis
clot
clro
clrt
cprt
D2B0
D2B1
D2B2
D2B3
desc
desm
dmdd
dmnd
gamt
gTRC
gXYZ
kTRC
lumi
meas
mmod
ncl2
pre0
pre1
pre2
pseq
psid
resp
rig2
rigo
rTRC
rXYZ
targ
tech
UNKNOWN
vcgt
view
wtpt
vued
-
Method Summary
Modifier and Type Method Description static ProfileTag
fromInt(int value)
java.lang.String
getDescription()
ProfileTag.TagType
getTagType()
int
getValue()
java.lang.String
toString()
static ProfileTag
valueOf(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:
toString
in classjava.lang.Enum<ProfileTag>
-
fromInt
-