public static enum AbstractConnectionContext.Category extends Enum<AbstractConnectionContext.Category>
| Enum Constant and Description |
|---|
ACTION |
CATALOGUE |
DEPRECATED |
DUMMY |
EDITOR |
INSTANCE |
LEGACY |
OPTIONS |
OTHER |
RENDERER |
SEARCH |
STARTUP |
STATIC |
| Modifier and Type | Method and Description |
|---|---|
static AbstractConnectionContext.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractConnectionContext.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractConnectionContext.Category EDITOR
public static final AbstractConnectionContext.Category RENDERER
public static final AbstractConnectionContext.Category CATALOGUE
public static final AbstractConnectionContext.Category OPTIONS
public static final AbstractConnectionContext.Category ACTION
public static final AbstractConnectionContext.Category SEARCH
public static final AbstractConnectionContext.Category LEGACY
public static final AbstractConnectionContext.Category STARTUP
public static final AbstractConnectionContext.Category OTHER
public static final AbstractConnectionContext.Category STATIC
public static final AbstractConnectionContext.Category INSTANCE
public static final AbstractConnectionContext.Category DUMMY
public static final AbstractConnectionContext.Category DEPRECATED
public static AbstractConnectionContext.Category[] values()
for (AbstractConnectionContext.Category c : AbstractConnectionContext.Category.values()) System.out.println(c);
public static AbstractConnectionContext.Category 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–2026 cismet GmbH. All rights reserved.