Uses of Class
moise.os.fs.Goal.GoalType
-
Packages that use Goal.GoalType Package Description moise.os.fs -
-
Uses of Goal.GoalType in moise.os.fs
Fields in moise.os.fs declared as Goal.GoalType Modifier and Type Field Description protected Goal.GoalType
Goal. type
Methods in moise.os.fs that return Goal.GoalType Modifier and Type Method Description Goal.GoalType
Goal. getType()
static Goal.GoalType
Goal.GoalType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Goal.GoalType[]
Goal.GoalType. 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 Goal.GoalType Modifier and Type Method Description void
Goal. setType(Goal.GoalType t)
-