public class ExternalResourceBinding_impl extends MetaDataObject_impl implements ExternalResourceBinding
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.SerializerserialContextEMPTY_RESOURCE_BINDINGS| Constructor and Description | 
|---|
| ExternalResourceBinding_impl() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getKey()Retrieves the key that identifies the
  ExternalResourceDependencybeing bound. | 
| String | getResourceName()Retrieves the name of the actual Resource instance that will satisfy this dependency. | 
| protected XmlizationInfo | getXmlizationInfo()To be implemented by subclasses to return information describing how to represent this object
 in XML. | 
| void | setKey(String aKey)Sets the key that identifies the  ExternalResourceDependencybeing bound. | 
| void | setResourceName(String aName)Sets the name of the actual Resource instance that will satisfy this dependency. | 
buildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLpublic String getKey()
ExternalResourceBindingExternalResourceDependency being bound. If this binding is
 declared in a primitive component, this is exactly the same key as is specified in the
 ExternalResourceDependency.
 
 Within an aggregate, a slash-separated name is used to identify which component the binding
 applies to. For example, if an Aggregate AE contains an annotator with key
 annotator1 which declares a resource dependency myResource, that
 Aggregate AE could bind that resource dependency by using the key
 annotator1/myResource.
getKey in interface ExternalResourceBindingpublic void setKey(String aKey)
ExternalResourceBindingExternalResourceDependency
 being bound. If this binding is declared in a primitive component, this is exactly the same key
 as is specified in the ExternalResourceDependency.
 
 Within an aggregate, a slash-separated name is used to identify which component the binding
 applies to. For example, if an Aggregate AE contains an annotator with key
 annotator1 which declares a resource dependency myResource, that
 Aggregate AE could bind that resource dependency by using the key
 annotator1/myResource.
setKey in interface ExternalResourceBindingaKey - the key for this resource binding.public String getResourceName()
ExternalResourceBindingExternalResourceDescription within the enclosing
 ResourceManagerConfiguration object.getResourceName in interface ExternalResourceBindingpublic void setResourceName(String aName)
ExternalResourceBindingExternalResourceDescription within the enclosing
 ResourceManagerConfiguration object.setResourceName in interface ExternalResourceBindingaName - the name of the resource satisfying this dependency.protected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.