public enum OpCode extends Enum<OpCode>
| Enum Constant and Description |
|---|
ADD
Add new model
|
ASSOCIATE
Special association operation between
WebContainerContext and
OsgiContextModel |
DELETE
Delete existing model permanently
|
DISABLE
Mark existing model as disabled.
|
DISASSOCIATE
Special deassociation operation between
WebContainerContext and
OsgiContextModel |
ENABLE
Mark existing model as enabled
|
MODIFY
Modify properties of existing model
|
NONE
Operation fully defined by its class
|
| Modifier and Type | Method and Description |
|---|---|
static OpCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpCode NONE
public static final OpCode ADD
public static final OpCode MODIFY
public static final OpCode DELETE
public static final OpCode ENABLE
public static final OpCode DISABLE
public static final OpCode ASSOCIATE
WebContainerContext and
OsgiContextModelpublic static final OpCode DISASSOCIATE
WebContainerContext and
OsgiContextModelpublic static OpCode[] values()
for (OpCode c : OpCode.values()) System.out.println(c);
public static OpCode 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 © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.