static enum BaseZeissReader.LineEndStyle extends java.lang.Enum<BaseZeissReader.LineEndStyle>
Enum Constant and Description |
---|
ARROWS |
END_TICKS |
FILLED_ARROWS |
NONE |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.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(java.lang.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 java.util.Map<java.lang.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(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.LineEndStyle get(int value)
Copyright © 2019 Open Microscopy Environment