static enum BaseZeissReader.LineEndPositions extends java.lang.Enum<BaseZeissReader.LineEndPositions>
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,BaseZeissReader.LineEndPositions> |
lookup |
private int |
value |
Modifier and Type | Method and Description |
---|---|
static BaseZeissReader.LineEndPositions |
get(int value) |
int |
getValue() |
static BaseZeissReader.LineEndPositions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseZeissReader.LineEndPositions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseZeissReader.LineEndPositions NONE
public static final BaseZeissReader.LineEndPositions LEFT
public static final BaseZeissReader.LineEndPositions RIGHT
public static final BaseZeissReader.LineEndPositions BOTH
private static final java.util.Map<java.lang.Integer,BaseZeissReader.LineEndPositions> lookup
private int value
public static BaseZeissReader.LineEndPositions[] values()
for (BaseZeissReader.LineEndPositions c : BaseZeissReader.LineEndPositions.values()) System.out.println(c);
public static BaseZeissReader.LineEndPositions 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 getValue()
public static BaseZeissReader.LineEndPositions get(int value)
Copyright © 2020 Open Microscopy Environment