Class ExternalResourceDescription_impl

java.lang.Object
org.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.resource.impl.ExternalResourceDescription_impl
All Implemented Interfaces:
Serializable, Cloneable, ExternalResourceDescription, MetaDataObject, XMLizable

public class ExternalResourceDescription_impl extends MetaDataObject_impl implements ExternalResourceDescription
Reference implementation of AnalysisEngineDescription. Note that this class has a slightly nonstandard XML representation because the "key" property is represented in XML by an attribute rather than a child element. 9/2013: toXML and buildFromXMLElement not overridden... Therefore, we override the toXML() method and the buildFromXMLElement(Element,XMLParser) method.
See Also: