@Deprecated public enum IFDEntryType extends Enum<IFDEntryType>
Enum Constant and Description |
---|
BYTE
Deprecated.
|
DOUBLE
Deprecated.
|
FLOAT
Deprecated.
|
SBYTE
Deprecated.
|
SLONG
Deprecated.
|
SRATIONAL
Deprecated.
|
SSHORT
Deprecated.
|
ULONG
Deprecated.
|
UNDEFINED
Deprecated.
|
URATIONAL
Deprecated.
|
USHORT
Deprecated.
|
UTF8
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private int |
size
Deprecated.
|
private short |
typeCode
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IFDEntryType |
findByTypeCode(short typeCode)
Deprecated.
|
int |
getSize()
Deprecated.
|
short |
getTypeCode()
Deprecated.
|
static IFDEntryType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static IFDEntryType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IFDEntryType BYTE
public static final IFDEntryType UTF8
public static final IFDEntryType USHORT
public static final IFDEntryType ULONG
public static final IFDEntryType URATIONAL
public static final IFDEntryType SBYTE
public static final IFDEntryType UNDEFINED
public static final IFDEntryType SSHORT
public static final IFDEntryType SLONG
public static final IFDEntryType SRATIONAL
public static final IFDEntryType FLOAT
public static final IFDEntryType DOUBLE
private final short typeCode
private final int size
public static IFDEntryType[] values()
for (IFDEntryType c : IFDEntryType.values()) System.out.println(c);
public static IFDEntryType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic short getTypeCode()
public int getSize()
public static IFDEntryType findByTypeCode(short typeCode)
Copyright © 2016 Open Microscopy Environment