Uses of Class
moise.os.ss.RoleRel.RoleRelScope
-
Packages that use RoleRel.RoleRelScope Package Description moise.os.ss -
-
Uses of RoleRel.RoleRelScope in moise.os.ss
Fields in moise.os.ss declared as RoleRel.RoleRelScope Modifier and Type Field Description protected RoleRel.RoleRelScope
RoleRel. scope
Methods in moise.os.ss that return RoleRel.RoleRelScope Modifier and Type Method Description RoleRel.RoleRelScope
RoleRel. getScope()
static RoleRel.RoleRelScope
RoleRel.RoleRelScope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RoleRel.RoleRelScope[]
RoleRel.RoleRelScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in moise.os.ss with parameters of type RoleRel.RoleRelScope Modifier and Type Method Description void
RoleRel. setScope(RoleRel.RoleRelScope s)
-