public static enum Op.Type extends Enum<Op.Type>
Modifier and Type | Method and Description |
---|---|
static Op.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Op.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Op.Type CONFIGURATION_EVENT
public static final Op.Type CONFIGURATION_LISTENER
public static final Op.Type CONTAINER_ACTIVATOR
public static final Op.Type CONTAINER_BOOTSTRAP
public static final Op.Type CONTAINER_COMPONENT
public static final Op.Type CONTAINER_FIRE_EVENTS
public static final Op.Type CONTAINER_INSTANCE
public static final Op.Type CONTAINER_PUBLISH_SERVICES
public static final Op.Type REFERENCES
public static final Op.Type EXTENSION
public static final Op.Type FACTORY_ACTIVATOR
public static final Op.Type FACTORY_COMPONENT
public static final Op.Type FACTORY_INSTANCE
public static final Op.Type INIT
public static final Op.Type SINGLE_ACTIVATOR
public static final Op.Type SINGLE_COMPONENT
public static final Op.Type SINGLE_INSTANCE
public static Op.Type[] values()
for (Op.Type c : Op.Type.values()) System.out.println(c);
public static Op.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 © 2019 The Apache Software Foundation. All rights reserved.