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