private static enum SPEReader.SpeHeaderType extends java.lang.Enum<SPEReader.SpeHeaderType>
Enum Constant and Description |
---|
BYTE |
FLOAT |
INT |
INTARRAY |
LONG |
LONGARRAY |
ROIARRAY |
SHORT |
SHORTARRAY |
STRING |
Modifier and Type | Method and Description |
---|---|
static SPEReader.SpeHeaderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SPEReader.SpeHeaderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPEReader.SpeHeaderType FLOAT
public static final SPEReader.SpeHeaderType LONG
public static final SPEReader.SpeHeaderType INT
public static final SPEReader.SpeHeaderType SHORT
public static final SPEReader.SpeHeaderType BYTE
public static final SPEReader.SpeHeaderType STRING
public static final SPEReader.SpeHeaderType LONGARRAY
public static final SPEReader.SpeHeaderType INTARRAY
public static final SPEReader.SpeHeaderType SHORTARRAY
public static final SPEReader.SpeHeaderType ROIARRAY
public static SPEReader.SpeHeaderType[] values()
for (SPEReader.SpeHeaderType c : SPEReader.SpeHeaderType.values()) System.out.println(c);
public static SPEReader.SpeHeaderType 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 nullCopyright © 2019 Open Microscopy Environment