Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
PlanDB.OP |
PlanDB.getOp() |
static PlanDB.OP |
PlanDB.OP.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlanDB.OP[] |
PlanDB.OP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PlanDB |
PlanDB.setOp(PlanDB.OP op) |
Constructor and Description |
---|
PlanDB(PlanDB.TYPE type,
PlanDB.OP op,
int request_id,
java.lang.String plan_id,
IMCMessage arg,
java.lang.String info) |