
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(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
List<InjectionTargetType<ResourceEnvRefType<T>>> |
getAllInjectionTarget()
Returns all
injection-target elements |
String |
getId()
Returns the
id attribute |
String |
getLookupName()
Returns the
lookup-name element |
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. |
String |
getResourceEnvRefName()
Returns the
resource-env-ref-name element |
String |
getResourceEnvRefType()
Returns the
resource-env-ref-type element |
ResourceEnvRefType<T> |
id(String id)
Sets the
id attribute |
ResourceEnvRefType<T> |
lookupName(String lookupName)
Sets the
lookup-name element |
ResourceEnvRefType<T> |
mappedName(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(String resourceEnvRefName)
Sets the
resource-env-ref-name element |
ResourceEnvRefType<T> |
resourceEnvRefType(String resourceEnvRefType)
Sets the
resource-env-ref-type element |
ResourceEnvRefType<T> lookupName(String lookupName)
lookup-name elementlookupName - the value for the element lookup-nameResourceEnvRefTypeString getLookupName()
lookup-name elementlookup-nameResourceEnvRefType<T> removeLookupName()
lookup-name elementResourceEnvRefTypeResourceEnvRefType<T> mappedName(String mappedName)
mapped-name elementmappedName - the value for the element mapped-nameResourceEnvRefTypeString 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> List<InjectionTargetType<ResourceEnvRefType<T>>> getAllInjectionTarget()
injection-target elementsinjection-targetResourceEnvRefType<T> removeAllInjectionTarget()
injection-target elementsInjectionTargetType> ResourceEnvRefType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsResourceEnvRefTypeList<String> getAllDescription()
description elementsdescriptionResourceEnvRefType<T> removeAllDescription()
description elementResourceEnvRefTypeResourceEnvRefType<T> resourceEnvRefName(String resourceEnvRefName)
resource-env-ref-name elementresourceEnvRefName - the value for the element resource-env-ref-nameResourceEnvRefTypeString getResourceEnvRefName()
resource-env-ref-name elementresource-env-ref-nameResourceEnvRefType<T> removeResourceEnvRefName()
resource-env-ref-name elementResourceEnvRefTypeResourceEnvRefType<T> resourceEnvRefType(String resourceEnvRefType)
resource-env-ref-type elementresourceEnvRefType - the value for the element resource-env-ref-typeResourceEnvRefTypeString getResourceEnvRefType()
resource-env-ref-type elementresource-env-ref-typeResourceEnvRefType<T> removeResourceEnvRefType()
resource-env-ref-type elementResourceEnvRefTypeResourceEnvRefType<T> id(String id)
id attributeid - the value for the attribute idResourceEnvRefTypeString getId()
id attributeidResourceEnvRefType<T> removeId()
id attributeResourceEnvRefTypeCopyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)