
public interface ResourceEnvRefType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
resource-env-refType xsd type| Modifier and Type | Method and Description |
|---|---|
InjectionTargetType<ResourceEnvRefType<T>> |
createInjectionTarget()
Creates a new
injection-target element |
ResourceEnvRefType<T> |
description(java.lang.String... values)
Creates for all String objects representing
description elements,
a new description element |
java.util.List<java.lang.String> |
getAllDescription()
Returns all
description elements |
java.util.List<InjectionTargetType<ResourceEnvRefType<T>>> |
getAllInjectionTarget()
Returns all
injection-target elements |
java.lang.String |
getId()
Returns the
id attribute |
java.lang.String |
getLookupName()
Returns the
lookup-name element |
java.lang.String |
getMappedName()
Returns the
mapped-name element |
InjectionTargetType<ResourceEnvRefType<T>> |
getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
java.lang.String |
getResourceEnvRefName()
Returns the
resource-env-ref-name element |
java.lang.String |
getResourceEnvRefType()
Returns the
resource-env-ref-type element |
ResourceEnvRefType<T> |
id(java.lang.String id)
Sets the
id attribute |
ResourceEnvRefType<T> |
lookupName(java.lang.String lookupName)
Sets the
lookup-name element |
ResourceEnvRefType<T> |
mappedName(java.lang.String mappedName)
Sets the
mapped-name element |
ResourceEnvRefType<T> |
removeAllDescription()
Removes the
description element |
ResourceEnvRefType<T> |
removeAllInjectionTarget()
Removes all
injection-target elements |
ResourceEnvRefType<T> |
removeId()
Removes the
id attribute |
ResourceEnvRefType<T> |
removeLookupName()
Removes the
lookup-name element |
ResourceEnvRefType<T> |
removeMappedName()
Removes the
mapped-name element |
ResourceEnvRefType<T> |
removeResourceEnvRefName()
Removes the
resource-env-ref-name element |
ResourceEnvRefType<T> |
removeResourceEnvRefType()
Removes the
resource-env-ref-type element |
ResourceEnvRefType<T> |
resourceEnvRefName(java.lang.String resourceEnvRefName)
Sets the
resource-env-ref-name element |
ResourceEnvRefType<T> |
resourceEnvRefType(java.lang.String resourceEnvRefType)
Sets the
resource-env-ref-type element |
ResourceEnvRefType<T> lookupName(java.lang.String lookupName)
lookup-name elementlookupName - the value for the element lookup-nameResourceEnvRefTypejava.lang.String getLookupName()
lookup-name elementlookup-nameResourceEnvRefType<T> removeLookupName()
lookup-name elementResourceEnvRefTypeResourceEnvRefType<T> mappedName(java.lang.String mappedName)
mapped-name elementmappedName - the value for the element mapped-nameResourceEnvRefTypejava.lang.String getMappedName()
mapped-name elementmapped-nameResourceEnvRefType<T> removeMappedName()
mapped-name elementResourceEnvRefTypeInjectionTargetType<ResourceEnvRefType<T>> getOrCreateInjectionTarget()
injection-target element will be created and returned.
Otherwise, the first existing injection-target element will be returned.injection-targetInjectionTargetType<ResourceEnvRefType<T>> createInjectionTarget()
injection-target elementInjectionTargetType> java.util.List<InjectionTargetType<ResourceEnvRefType<T>>> getAllInjectionTarget()
injection-target elementsinjection-targetResourceEnvRefType<T> removeAllInjectionTarget()
injection-target elementsInjectionTargetType> ResourceEnvRefType<T> description(java.lang.String... values)
description elements,
a new description elementvalues - list of description objectsResourceEnvRefTypejava.util.List<java.lang.String> getAllDescription()
description elementsdescriptionResourceEnvRefType<T> removeAllDescription()
description elementResourceEnvRefTypeResourceEnvRefType<T> resourceEnvRefName(java.lang.String resourceEnvRefName)
resource-env-ref-name elementresourceEnvRefName - the value for the element resource-env-ref-nameResourceEnvRefTypejava.lang.String getResourceEnvRefName()
resource-env-ref-name elementresource-env-ref-nameResourceEnvRefType<T> removeResourceEnvRefName()
resource-env-ref-name elementResourceEnvRefTypeResourceEnvRefType<T> resourceEnvRefType(java.lang.String resourceEnvRefType)
resource-env-ref-type elementresourceEnvRefType - the value for the element resource-env-ref-typeResourceEnvRefTypejava.lang.String getResourceEnvRefType()
resource-env-ref-type elementresource-env-ref-typeResourceEnvRefType<T> removeResourceEnvRefType()
resource-env-ref-type elementResourceEnvRefTypeResourceEnvRefType<T> id(java.lang.String id)
id attributeid - the value for the attribute idResourceEnvRefTypejava.lang.String getId()
id attributeidResourceEnvRefType<T> removeId()
id attributeResourceEnvRefTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)