Uses of Class
org.jboss.hal.config.Role.Type
-
Packages that use Role.Type Package Description org.jboss.hal.config -
-
Uses of Role.Type in org.jboss.hal.config
Methods in org.jboss.hal.config that return Role.Type Modifier and Type Method Description Role.TypeRole. getType()static Role.TypeRole.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Role.Type[]Role.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.hal.config with parameters of type Role.Type Constructor Description Role(String name, Role baseRole, Role.Type type, Iterable<String> scope)
-