| Package | Description |
|---|---|
| pt.lsts.imc |
| Modifier and Type | Method and Description |
|---|---|
PlanStatistics.TYPE |
PlanStatistics.getType() |
static PlanStatistics.TYPE |
PlanStatistics.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlanStatistics.TYPE[] |
PlanStatistics.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PlanStatistics |
PlanStatistics.setType(PlanStatistics.TYPE type) |
| Constructor and Description |
|---|
PlanStatistics(java.lang.String plan_id,
PlanStatistics.TYPE type,
short properties,
java.lang.String durations,
java.lang.String distances,
java.lang.String actions,
java.lang.String fuel) |