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