static enum BaseZeissReader.LineEndPositions extends Enum<BaseZeissReader.LineEndPositions>
| Modifier and Type | Field and Description | 
|---|---|
private static Map<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(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 Map<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(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 int getValue()
public static BaseZeissReader.LineEndPositions get(int value)
Copyright © 2016 Open Microscopy Environment