Uses of Class
myorg.relex.one2one.Coach.Type
-
Packages that use Coach.Type Package Description myorg.relex.one2one -
-
Uses of Coach.Type in myorg.relex.one2one
Fields in myorg.relex.one2one declared as Coach.Type Modifier and Type Field Description private Coach.Type
Coach. type
Methods in myorg.relex.one2one that return Coach.Type Modifier and Type Method Description Coach.Type
Coach. getType()
static Coach.Type
Coach.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Coach.Type[]
Coach.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in myorg.relex.one2one with parameters of type Coach.Type Modifier and Type Method Description void
Coach. setType(Coach.Type type)
-