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