public static enum El.VisMode extends Enum<El.VisMode>
Enum Constant and Description |
---|
DISPLAY |
VISIBILITY |
Modifier and Type | Method and Description |
---|---|
static El.VisMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static El.VisMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final El.VisMode DISPLAY
public static final El.VisMode VISIBILITY
public static El.VisMode[] values()
for (El.VisMode c : El.VisMode.values()) System.out.println(c);
public static El.VisMode 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 nullCopyright © 2018. All Rights Reserved.