XmpColorantColorMode

Contents
[ ]

Inheritance: java.lang.Object, java.lang.Enum

All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue

public enum XmpColorantColorMode extends Enum<XmpColorantColorMode> implements IEnumValue

Represents color mode in XmpColorantBase .

Fields

Field Description
Undefined The color mode is undefined.
Cmyk CMYK color mode.
Rgb RGB color mode.
Lab LAB color mode.

Methods

Method Description
values()
valueOf(String name)
getByRawValue(int rawValue)
getFirst()
getAllValues()
getEnumValueByRawValue(int rawValue)
getEnumValueByName(String name)
getRawValueType()
getRawValue()

Undefined

public static final XmpColorantColorMode Undefined

The color mode is undefined.

Cmyk

public static final XmpColorantColorMode Cmyk

CMYK color mode.

Rgb

public static final XmpColorantColorMode Rgb

RGB color mode.

Lab

public static final XmpColorantColorMode Lab

LAB color mode.

values()

public static XmpColorantColorMode[] values()

Returns: com.groupdocs.metadata.core.XmpColorantColorMode[]

valueOf(String name)

public static XmpColorantColorMode valueOf(String name)

Parameters:

Parameter Type Description
name java.lang.String

Returns: XmpColorantColorMode

getByRawValue(int rawValue)

public static XmpColorantColorMode getByRawValue(int rawValue)

Parameters:

Parameter Type Description
rawValue int

Returns: XmpColorantColorMode

getFirst()

public static IEnumValue getFirst()

Returns: IEnumValue

getAllValues()

public Object[] getAllValues()

Returns the array of all values defined in the class.

Returns: java.lang.Object[]

getEnumValueByRawValue(int rawValue)

public IEnumValue getEnumValueByRawValue(int rawValue)

Returns the enumeration value by the raw value associated with it.

Parameters:

Parameter Type Description
rawValue int

Returns: IEnumValue

getEnumValueByName(String name)

public IEnumValue getEnumValueByName(String name)

Returns the enumeration value by its name.

Parameters:

Parameter Type Description
name java.lang.String

Returns: IEnumValue

getRawValueType()

public RawIntegerType getRawValueType()

Returns the underlying type of the raw value of this enumeration value.

Returns: RawIntegerType

getRawValue()

public int getRawValue()

Returns the raw value of this enumeration value.

Returns: int