public class ExternalResourceDependency_impl extends MetaDataObject_impl implements ExternalResourceDependency
ExternalResourceDependency.| Constructor and Description |
|---|
ExternalResourceDependency_impl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Retrieves the textual description of the resource.
|
java.lang.String |
getInterfaceName()
Retrieves the name of the Java interface through which this resource will be accessed.
|
java.lang.String |
getKey()
Retrieves the key by which the resource is identified.
|
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object
in XML.
|
boolean |
isOptional()
Gets whether this resource dependency is optional.
|
void |
setDescription(java.lang.String aDescription)
Retrieves the textual description of the resource.
|
void |
setInterfaceName(java.lang.String aName)
Sets the name of the Java interface through which this resource will be accessed.
|
void |
setKey(java.lang.String aKey)
Sets the key by which the resource is identified.
|
void |
setOptional(boolean aOptional)
Sets whether this resource dependency is optional.
|
buildFromXMLElement, buildFromXMLElement, clone, equals, getAttributeClass, getAttributeValue, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLpublic java.lang.String getKey()
ExternalResourceDependencygetKey in interface ExternalResourceDependencyorg.apache.uima.analysis_engine.ExternalResourceDependency#getKey()public java.lang.String getInterfaceName()
ExternalResourceDependencygetInterfaceName in interface ExternalResourceDependencynull if none.org.apache.uima.analysis_engine.ExternalResourceDependency#getInterfaceName()public void setKey(java.lang.String aKey)
ExternalResourceDependencysetKey in interface ExternalResourceDependencyaKey - the key for this resource.org.apache.uima.analysis_engine.ExternalResourceDependency#setKey(String)public void setInterfaceName(java.lang.String aName)
ExternalResourceDependencysetInterfaceName in interface ExternalResourceDependencyaName - the name of the Java interface for this external resource, null if
none.org.apache.uima.analysis_engine.ExternalResourceDependency#setInterfaceName(String)public java.lang.String getDescription()
ExternalResourceDependencygetDescription in interface ExternalResourceDependencyorg.apache.uima.analysis_engine.ExternalResourceDependency#getDescription()public boolean isOptional()
ExternalResourceDependencyisOptional in interface ExternalResourceDependencyorg.apache.uima.analysis_engine.ExternalResourceDependency#isOptional()public void setDescription(java.lang.String aDescription)
ExternalResourceDependencysetDescription in interface ExternalResourceDependencyaDescription - the textual description of the resource.org.apache.uima.analysis_engine.ExternalResourceDependency#setDescription(java.lang.String)public void setOptional(boolean aOptional)
ExternalResourceDependencysetOptional in interface ExternalResourceDependencyaOptional - true if this resource dependency is optional, false if notorg.apache.uima.analysis_engine.ExternalResourceDependency#setOptional(boolean)protected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2013. All Rights Reserved.