Uses of Class
org.jboss.security.mapping.MappingType
-
Packages that use MappingType Package Description org.jboss.security.mapping -
-
Uses of MappingType in org.jboss.security.mapping
Methods in org.jboss.security.mapping that return MappingType Modifier and Type Method Description static MappingType
MappingType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MappingType[]
MappingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-