Uses of Class
org.jboss.shrinkwrap.descriptor.api.webcommon30.NullCharType

Packages that use NullCharType
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
 

Uses of NullCharType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return NullCharType
static NullCharType NullCharType.getFromStringValue(java.lang.String value)
           
static NullCharType NullCharType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NullCharType[] NullCharType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.