public enum IFDDataType extends java.lang.Enum<IFDDataType>
| Enum Constant and Description |
|---|
ASCII |
BYTE |
DOUBLE |
FLOAT |
IFD |
LONG |
RATIONAL |
SBYTE |
SHORT |
SLONG |
SRATIONAL |
SSHORT |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
int |
getTypeNumber() |
static IFDDataType |
valueOf(int typeNumber) |
static IFDDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IFDDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IFDDataType ASCII
public static final IFDDataType BYTE
public static final IFDDataType SHORT
public static final IFDDataType LONG
public static final IFDDataType RATIONAL
public static final IFDDataType SBYTE
public static final IFDDataType UNDEFINED
public static final IFDDataType SSHORT
public static final IFDDataType SLONG
public static final IFDDataType SRATIONAL
public static final IFDDataType FLOAT
public static final IFDDataType DOUBLE
public static final IFDDataType IFD
public static IFDDataType[] values()
for (IFDDataType c : IFDDataType.values()) System.out.println(c);
public static IFDDataType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getTypeNumber()
public static IFDDataType valueOf(int typeNumber)
Copyright © 2022. All Rights Reserved.