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