Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.ResourceEnvRefType
-
Packages that use ResourceEnvRefType 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 ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.javaee6
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return ResourceEnvRefType Modifier and Type Method Description ResourceEnvRefType<T>ResourceEnvRefType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementResourceEnvRefType<T>ResourceEnvRefType. id(String id)Sets theidattributeResourceEnvRefType<T>ResourceEnvRefType. lookupName(String lookupName)Sets thelookup-nameelementResourceEnvRefType<T>ResourceEnvRefType. mappedName(String mappedName)Sets themapped-nameelementResourceEnvRefType<T>ResourceEnvRefType. removeAllDescription()Removes thedescriptionelementResourceEnvRefType<T>ResourceEnvRefType. removeAllInjectionTarget()Removes allinjection-targetelementsResourceEnvRefType<T>ResourceEnvRefType. removeId()Removes theidattributeResourceEnvRefType<T>ResourceEnvRefType. removeLookupName()Removes thelookup-nameelementResourceEnvRefType<T>ResourceEnvRefType. removeMappedName()Removes themapped-nameelementResourceEnvRefType<T>ResourceEnvRefType. removeResourceEnvRefName()Removes theresource-env-ref-nameelementResourceEnvRefType<T>ResourceEnvRefType. removeResourceEnvRefType()Removes theresource-env-ref-typeelementResourceEnvRefType<T>ResourceEnvRefType. resourceEnvRefName(String resourceEnvRefName)Sets theresource-env-ref-nameelementResourceEnvRefType<T>ResourceEnvRefType. resourceEnvRefType(String resourceEnvRefType)Sets theresource-env-ref-typeelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type ResourceEnvRefType Modifier and Type Method Description InjectionTargetType<ResourceEnvRefType<T>>ResourceEnvRefType. createInjectionTarget()Creates a newinjection-targetelementList<InjectionTargetType<ResourceEnvRefType<T>>>ResourceEnvRefType. getAllInjectionTarget()Returns allinjection-targetelementsInjectionTargetType<ResourceEnvRefType<T>>ResourceEnvRefType. getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned. -
Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.impl.javaee6
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee6 that implement ResourceEnvRefType Modifier and Type Class Description classResourceEnvRefTypeImpl<T>This class implements theresource-env-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return ResourceEnvRefType Modifier and Type Method Description ResourceEnvRefType<T>ResourceEnvRefTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementResourceEnvRefType<T>ResourceEnvRefTypeImpl. id(String id)Sets theidattributeResourceEnvRefType<T>ResourceEnvRefTypeImpl. lookupName(String lookupName)Sets thelookup-nameelementResourceEnvRefType<T>ResourceEnvRefTypeImpl. mappedName(String mappedName)Sets themapped-nameelementResourceEnvRefType<T>ResourceEnvRefTypeImpl. removeAllDescription()Removes thedescriptionelementResourceEnvRefType<T>ResourceEnvRefTypeImpl. removeAllInjectionTarget()Removes allinjection-targetelementsResourceEnvRefType<T>ResourceEnvRefTypeImpl. removeId()Removes theidattributeResourceEnvRefType<T>ResourceEnvRefTypeImpl. removeLookupName()Removes thelookup-nameelementResourceEnvRefType<T>ResourceEnvRefTypeImpl. removeMappedName()Removes themapped-nameelementResourceEnvRefType<T>ResourceEnvRefTypeImpl. removeResourceEnvRefName()Removes theresource-env-ref-nameelementResourceEnvRefType<T>ResourceEnvRefTypeImpl. removeResourceEnvRefType()Removes theresource-env-ref-typeelementResourceEnvRefType<T>ResourceEnvRefTypeImpl. resourceEnvRefName(String resourceEnvRefName)Sets theresource-env-ref-nameelementResourceEnvRefType<T>ResourceEnvRefTypeImpl. resourceEnvRefType(String resourceEnvRefType)Sets theresource-env-ref-typeelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type ResourceEnvRefType Modifier and Type Method Description InjectionTargetType<ResourceEnvRefType<T>>ResourceEnvRefTypeImpl. createInjectionTarget()Creates a newinjection-targetelementList<InjectionTargetType<ResourceEnvRefType<T>>>ResourceEnvRefTypeImpl. getAllInjectionTarget()Returns allinjection-targetelementsInjectionTargetType<ResourceEnvRefType<T>>ResourceEnvRefTypeImpl. getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned.
-