TiffTagType

Contents
[ ]

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

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

public enum TiffTagType extends Enum<TiffTagType> implements IEnumValue

Represents the IFD data type.

Fields

Field Description
Byte An 8-bit unsigned integer.
Ascii An 8-bit byte with a 7-bit ASCII character.
Short A 16-bit unsigned integer.
Long A 32-bit unsigned integer.
Rational A pair of LONGs, numerator then denominator.
SByte An 8-bit signed integer.
Undefined An undefined 8-bit byte.
SShort A 16-bit signed integer.
SLong A 32-bit signed integer.
SRational A pair of SLONGs, numerator then denominator.
Float A 4-byte IEEE floating point value.
Double An 8-byte IEEE floating point value.
SubIfd A 4-byte long offset value
value

Methods

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

Byte

public static final TiffTagType Byte

An 8-bit unsigned integer.

Ascii

public static final TiffTagType Ascii

An 8-bit byte with a 7-bit ASCII character.

Short

public static final TiffTagType Short

A 16-bit unsigned integer.

Long

public static final TiffTagType Long

A 32-bit unsigned integer.

Rational

public static final TiffTagType Rational

A pair of LONGs, numerator then denominator.

SByte

public static final TiffTagType SByte

An 8-bit signed integer.

Undefined

public static final TiffTagType Undefined

An undefined 8-bit byte.

SShort

public static final TiffTagType SShort

A 16-bit signed integer.

SLong

public static final TiffTagType SLong

A 32-bit signed integer.

SRational

public static final TiffTagType SRational

A pair of SLONGs, numerator then denominator.

Float

public static final TiffTagType Float

A 4-byte IEEE floating point value.

Double

public static final TiffTagType Double

An 8-byte IEEE floating point value.

SubIfd

public static final TiffTagType SubIfd

A 4-byte long offset value

value

public String value

values()

public static TiffTagType[] values()

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

valueOf(String name)

public static TiffTagType valueOf(String name)

Parameters:

Parameter Type Description
name java.lang.String

Returns: TiffTagType

get_Value()

public final String get_Value()

Returns: java.lang.String

set_Value(String value1)

public final void set_Value(String value1)

Parameters:

Parameter Type Description
value1 java.lang.String

getByRawValue(int rawValue)

public static TiffTagType getByRawValue(int rawValue)

Parameters:

Parameter Type Description
rawValue int

Returns: TiffTagType

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

getTiffTagType()

public int getTiffTagType()

Returns: int

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