Uses of Class
org.jboss.metadata.web.spec.EmptyRoleSemanticType
-
Packages that use EmptyRoleSemanticType Package Description org.jboss.metadata.web.spec -
-
Uses of EmptyRoleSemanticType in org.jboss.metadata.web.spec
Methods in org.jboss.metadata.web.spec that return EmptyRoleSemanticType Modifier and Type Method Description EmptyRoleSemanticTypeHttpConstraintMetaData. getEmptyRoleSemantic()static EmptyRoleSemanticTypeEmptyRoleSemanticType. valueOf(String name)Returns the enum constant of this type with the specified name.static EmptyRoleSemanticType[]EmptyRoleSemanticType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.metadata.web.spec with parameters of type EmptyRoleSemanticType Modifier and Type Method Description voidHttpConstraintMetaData. setEmptyRoleSemantic(EmptyRoleSemanticType emptyRoleSemantic)
-