Uses of Class
moise.os.fs.Plan.PlanOpType
-
Packages that use Plan.PlanOpType Package Description moise.os.fs -
-
Uses of Plan.PlanOpType in moise.os.fs
Fields in moise.os.fs declared as Plan.PlanOpType Modifier and Type Field Description protected Plan.PlanOpType
Plan. op
Methods in moise.os.fs that return Plan.PlanOpType Modifier and Type Method Description Plan.PlanOpType
Plan. getOp()
static Plan.PlanOpType
Plan.PlanOpType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Plan.PlanOpType[]
Plan.PlanOpType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in moise.os.fs with parameters of type Plan.PlanOpType Modifier and Type Method Description void
Plan. setOp(Plan.PlanOpType op)
Constructors in moise.os.fs with parameters of type Plan.PlanOpType Constructor Description Plan(Plan.PlanOpType op, Scheme sch, java.lang.String targetGoalId)
-