public static enum AdderSymbol.MisoSymbolForm extends java.lang.Enum<AdderSymbol.MisoSymbolForm>
Enum Constant and Description |
---|
ALL |
BOTTOM_MISSING |
LEFT_MISSING |
RIGHT_MISSING |
TOP_MISSING |
Modifier and Type | Method and Description |
---|---|
static AdderSymbol.MisoSymbolForm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdderSymbol.MisoSymbolForm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdderSymbol.MisoSymbolForm RIGHT_MISSING
public static final AdderSymbol.MisoSymbolForm TOP_MISSING
public static final AdderSymbol.MisoSymbolForm LEFT_MISSING
public static final AdderSymbol.MisoSymbolForm BOTTOM_MISSING
public static final AdderSymbol.MisoSymbolForm ALL
public static AdderSymbol.MisoSymbolForm[] values()
for (AdderSymbol.MisoSymbolForm c : AdderSymbol.MisoSymbolForm.values()) System.out.println(c);
public static AdderSymbol.MisoSymbolForm 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 null