Uses of Class
org.jboss.shrinkwrap.descriptor.api.javaee7.GenericBooleanType
-
Packages that use GenericBooleanType Package Description org.jboss.shrinkwrap.descriptor.api.javaee7 Provides the interfaces and enumeration types as defined in the schema -
-
Uses of GenericBooleanType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 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.
-