Class CpeCollectionReaderIteratorImpl
- java.lang.Object
-
- org.apache.uima.resource.metadata.impl.MetaDataObject_impl
-
- org.apache.uima.collection.impl.metadata.cpe.CpeCollectionReaderIteratorImpl
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,CpeCollectionReaderIterator
,MetaDataObject
,XMLizable
public class CpeCollectionReaderIteratorImpl extends MetaDataObject_impl implements CpeCollectionReaderIterator
The Class CpeCollectionReaderIteratorImpl.- See Also:
- Serialized Form
-
-
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 Modifier and Type Field Description private ConfigurationParameterSettings
configParameterSettings
The config parameter settings.private CasProcessorConfigurationParameterSettings
configurationParameterSettings
The configuration parameter settings.private CpeComponentDescriptor
descriptor
The descriptor.private static long
serialVersionUID
The Constant serialVersionUID.private CpeSofaMappings
sofaNameMappings
The sofa name mappings.private static XmlizationInfo
XMLIZATION_INFO
The Constant XMLIZATION_INFO.-
Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext
-
-
Constructor Summary
Constructors Constructor Description CpeCollectionReaderIteratorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationParameterSettings
getConfigParameterSettings()
Gets the config parameter settings.CasProcessorConfigurationParameterSettings
getConfigurationParameterSettings()
Gets the configuration parameter settings.CpeComponentDescriptor
getDescriptor()
Gets the descriptor.CpeSofaMappings
getSofaNameMappings()
Gets the sofa name mappings.protected XmlizationInfo
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object in XML.void
setConfigParameterSettings(ConfigurationParameterSettings settings)
Sets the config parameter settings.void
setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings)
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
The Constant serialVersionUID.- See Also:
- Constant Field Values
-
descriptor
private CpeComponentDescriptor descriptor
The descriptor.
-
configurationParameterSettings
private CasProcessorConfigurationParameterSettings configurationParameterSettings
The configuration parameter settings.
-
sofaNameMappings
private CpeSofaMappings sofaNameMappings
The sofa name mappings.
-
configParameterSettings
private ConfigurationParameterSettings configParameterSettings
The config parameter settings.
-
XMLIZATION_INFO
private static final XmlizationInfo XMLIZATION_INFO
The Constant XMLIZATION_INFO.
-
-
Method Detail
-
getDescriptor
public CpeComponentDescriptor getDescriptor()
Gets the descriptor.- Specified by:
getDescriptor
in interfaceCpeCollectionReaderIterator
- Returns:
- the component descriptor
-
setDescriptor
public void setDescriptor(CpeComponentDescriptor descriptor)
Sets the descriptor.- Specified by:
setDescriptor
in interfaceCpeCollectionReaderIterator
- Parameters:
descriptor
- the new descriptor
-
getXmlizationInfo
protected XmlizationInfo 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
public CasProcessorConfigurationParameterSettings getConfigurationParameterSettings()
Gets the configuration parameter settings.- Specified by:
getConfigurationParameterSettings
in interfaceCpeCollectionReaderIterator
- Returns:
- the parameter settings
-
setConfigurationParameterSettings
public void setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings)
Sets the configuration parameter settings.- Specified by:
setConfigurationParameterSettings
in interfaceCpeCollectionReaderIterator
- Parameters:
settings
- the new configuration parameter settings
-
getConfigParameterSettings
public ConfigurationParameterSettings getConfigParameterSettings()
Gets the config parameter settings.- Returns:
- the parameter settings
-
setConfigParameterSettings
public void setConfigParameterSettings(ConfigurationParameterSettings settings)
Sets the config parameter settings.- Parameters:
settings
- the new config parameter settings
-
getSofaNameMappings
public CpeSofaMappings getSofaNameMappings()
Gets the sofa name mappings.- Specified by:
getSofaNameMappings
in interfaceCpeCollectionReaderIterator
- Returns:
- the sofa name mappings
-
setSofaNameMappings
public void setSofaNameMappings(CpeSofaMappings mappings)
Sets the sofa name mappings.- Specified by:
setSofaNameMappings
in interfaceCpeCollectionReaderIterator
- Parameters:
mappings
- the new sofa name mappings
-
-