public static enum ScreenEditor.SCREEN_TYPE extends Enum<ScreenEditor.SCREEN_TYPE>
Modifier and Type | Method and Description |
---|---|
static ScreenEditor.SCREEN_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScreenEditor.SCREEN_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScreenEditor.SCREEN_TYPE DEFAULT
public static final ScreenEditor.SCREEN_TYPE EXTERNAL
public static ScreenEditor.SCREEN_TYPE[] values()
for (ScreenEditor.SCREEN_TYPE c : ScreenEditor.SCREEN_TYPE.values()) System.out.println(c);
public static ScreenEditor.SCREEN_TYPE 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 © 2012–2020 JBoss by Red Hat. All rights reserved.