Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
PlanDB.TYPE |
PlanDB.getType() |
static PlanDB.TYPE |
PlanDB.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlanDB.TYPE[] |
PlanDB.TYPE.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.setType(PlanDB.TYPE type) |
Constructor and Description |
---|
PlanDB(PlanDB.TYPE type,
PlanDB.OP op,
int request_id,
java.lang.String plan_id,
IMCMessage arg,
java.lang.String info) |