Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.EmptyType
-
Packages that use EmptyType Package Description org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema -
-
Uses of EmptyType in org.jboss.shrinkwrap.descriptor.api.javaee6
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return EmptyType Modifier and Type Method Description EmptyType<T>EmptyType. id(String id)Sets theidattributeEmptyType<T>EmptyType. removeId()Removes theidattribute -
Uses of EmptyType in org.jboss.shrinkwrap.descriptor.impl.javaee6
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee6 that implement EmptyType Modifier and Type Class Description classEmptyTypeImpl<T>This class implements theemptyTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return EmptyType Modifier and Type Method Description EmptyType<T>EmptyTypeImpl. id(String id)Sets theidattributeEmptyType<T>EmptyTypeImpl. removeId()Removes theidattribute
-