Class CpeCollectionReaderIteratorImpl
java.lang.Object
org.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderIteratorImpl
- All Implemented Interfaces:
Serializable
,Cloneable
,CpeCollectionReaderIterator
,MetaDataObject
,XMLizable
public class CpeCollectionReaderIteratorImpl
extends MetaDataObject_impl
implements CpeCollectionReaderIterator
The Class CpeCollectionReaderIteratorImpl.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.Serializer
-
Field Summary
Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the config parameter settings.Gets the configuration parameter settings.Gets the descriptor.Gets the sofa name mappings.protected XmlizationInfo
To be implemented by subclasses to return information describing how to represent this object in XML.void
Sets the config parameter settings.void
Sets the configuration parameter settings.void
setDescriptor
(CpeComponentDescriptor descriptor) Sets the descriptor.void
setSofaNameMappings
(CpeSofaMappings mappings) Sets the sofa name mappings.Methods inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
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, writePropertyAsElement
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
Methods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Constructor Details
-
CpeCollectionReaderIteratorImpl
public CpeCollectionReaderIteratorImpl()
-
-
Method Details
-
getDescriptor
Gets the descriptor.- Specified by:
getDescriptor
in interfaceCpeCollectionReaderIterator
- Returns:
- the component descriptor
-
setDescriptor
Sets the descriptor.- Specified by:
setDescriptor
in interfaceCpeCollectionReaderIterator
- Parameters:
descriptor
- the new descriptor
-
getXmlizationInfo
Description copied from class:MetaDataObject_impl
To be implemented by subclasses to return information describing how to represent this object in XML.- Specified by:
getXmlizationInfo
in classMetaDataObject_impl
- Returns:
- information defining this object's XML representation
-
getConfigurationParameterSettings
Gets the configuration parameter settings.- Specified by:
getConfigurationParameterSettings
in interfaceCpeCollectionReaderIterator
- Returns:
- the parameter settings
-
setConfigurationParameterSettings
Sets the configuration parameter settings.- Specified by:
setConfigurationParameterSettings
in interfaceCpeCollectionReaderIterator
- Parameters:
settings
- the new configuration parameter settings
-
getConfigParameterSettings
Gets the config parameter settings.- Returns:
- the parameter settings
-
setConfigParameterSettings
Sets the config parameter settings.- Parameters:
settings
- the new config parameter settings
-
getSofaNameMappings
Gets the sofa name mappings.- Specified by:
getSofaNameMappings
in interfaceCpeCollectionReaderIterator
- Returns:
- the sofa name mappings
-
setSofaNameMappings
Sets the sofa name mappings.- Specified by:
setSofaNameMappings
in interfaceCpeCollectionReaderIterator
- Parameters:
mappings
- the new sofa name mappings
-