Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.ResourceRefType
-
Packages that use ResourceRefType 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 ResourceRefType in org.jboss.shrinkwrap.descriptor.api.j2ee14
Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return ResourceRefType Modifier and Type Method Description ResourceRefType<T>ResourceRefType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementResourceRefType<T>ResourceRefType. id(String id)Sets theidattributeResourceRefType<T>ResourceRefType. removeAllDescription()Removes thedescriptionelementResourceRefType<T>ResourceRefType. removeId()Removes theidattributeResourceRefType<T>ResourceRefType. removeResAuth()Removes theres-authattributeResourceRefType<T>ResourceRefType. removeResRefName()Removes theres-ref-nameelementResourceRefType<T>ResourceRefType. removeResSharingScope()Removes theres-sharing-scopeattributeResourceRefType<T>ResourceRefType. removeResType()Removes theres-typeelementResourceRefType<T>ResourceRefType. resAuth(String resAuth)Sets theres-authelementResourceRefType<T>ResourceRefType. resAuth(ResAuthType resAuth)Sets theres-authelementResourceRefType<T>ResourceRefType. resRefName(String resRefName)Sets theres-ref-nameelementResourceRefType<T>ResourceRefType. resSharingScope(String resSharingScope)Sets theres-sharing-scopeelementResourceRefType<T>ResourceRefType. resSharingScope(ResSharingScopeType resSharingScope)Sets theres-sharing-scopeelementResourceRefType<T>ResourceRefType. resType(String resType)Sets theres-typeelement -
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.impl.j2ee14
Classes in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that implement ResourceRefType Modifier and Type Class Description classResourceRefTypeImpl<T>This class implements theresource-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that return ResourceRefType Modifier and Type Method Description ResourceRefType<T>ResourceRefTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementResourceRefType<T>ResourceRefTypeImpl. id(String id)Sets theidattributeResourceRefType<T>ResourceRefTypeImpl. removeAllDescription()Removes thedescriptionelementResourceRefType<T>ResourceRefTypeImpl. removeId()Removes theidattributeResourceRefType<T>ResourceRefTypeImpl. removeResAuth()Removes theres-authattributeResourceRefType<T>ResourceRefTypeImpl. removeResRefName()Removes theres-ref-nameelementResourceRefType<T>ResourceRefTypeImpl. removeResSharingScope()Removes theres-sharing-scopeattributeResourceRefType<T>ResourceRefTypeImpl. removeResType()Removes theres-typeelementResourceRefType<T>ResourceRefTypeImpl. resAuth(String resAuth)Sets theres-authelementResourceRefType<T>ResourceRefTypeImpl. resAuth(ResAuthType resAuth)Sets theres-authelementResourceRefType<T>ResourceRefTypeImpl. resRefName(String resRefName)Sets theres-ref-nameelementResourceRefType<T>ResourceRefTypeImpl. resSharingScope(String resSharingScope)Sets theres-sharing-scopeelementResourceRefType<T>ResourceRefTypeImpl. resSharingScope(ResSharingScopeType resSharingScope)Sets theres-sharing-scopeelementResourceRefType<T>ResourceRefTypeImpl. resType(String resType)Sets theres-typeelement
-