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