Uses of Class
step.licensing.conf.user.RightName
-
Packages that use RightName Package Description step.licensing.conf.user -
-
Uses of RightName in step.licensing.conf.user
Methods in step.licensing.conf.user that return RightName Modifier and Type Method Description static RightName
RightName. findByDashedName(java.lang.String dashedName)
static RightName
RightName. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RightName[]
RightName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in step.licensing.conf.user with parameters of type RightName Constructor Description StepUserCategorySpecification(int category, java.lang.String name, RightName... rightsMatch)
-