Uses of Class
org.jboss.shrinkwrap.descriptor.api.j2ee14.GenericBooleanType
-
Packages that use GenericBooleanType Package Description org.jboss.shrinkwrap.descriptor.api.j2ee14 Provides the interfaces and enumeration types as defined in the schema -
-
Uses of GenericBooleanType in org.jboss.shrinkwrap.descriptor.api.j2ee14
Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return GenericBooleanType Modifier and Type Method Description static GenericBooleanTypeGenericBooleanType. getFromStringValue(String value)static GenericBooleanTypeGenericBooleanType. valueOf(String name)Returns the enum constant of this type with the specified name.static GenericBooleanType[]GenericBooleanType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-