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 ConfigurationParameterSettingsconfigParameterSettingsThe config parameter settings.private CasProcessorConfigurationParameterSettingsconfigurationParameterSettingsThe configuration parameter settings.private CpeComponentDescriptordescriptorThe descriptor.private static longserialVersionUIDThe Constant serialVersionUID.private CpeSofaMappingssofaNameMappingsThe sofa name mappings.private static XmlizationInfoXMLIZATION_INFOThe 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 ConfigurationParameterSettingsgetConfigParameterSettings()Gets the config parameter settings.CasProcessorConfigurationParameterSettingsgetConfigurationParameterSettings()Gets the configuration parameter settings.CpeComponentDescriptorgetDescriptor()Gets the descriptor.CpeSofaMappingsgetSofaNameMappings()Gets the sofa name mappings.protected XmlizationInfogetXmlizationInfo()To be implemented by subclasses to return information describing how to represent this object in XML.voidsetConfigParameterSettings(ConfigurationParameterSettings settings)Sets the config parameter settings.voidsetConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings)Sets the configuration parameter settings.voidsetDescriptor(CpeComponentDescriptor descriptor)Sets the descriptor.voidsetSofaNameMappings(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:
getDescriptorin interfaceCpeCollectionReaderIterator- Returns:
- the component descriptor
-
setDescriptor
public void setDescriptor(CpeComponentDescriptor descriptor)
Sets the descriptor.- Specified by:
setDescriptorin interfaceCpeCollectionReaderIterator- Parameters:
descriptor- the new descriptor
-
getXmlizationInfo
protected XmlizationInfo getXmlizationInfo()
Description copied from class:MetaDataObject_implTo be implemented by subclasses to return information describing how to represent this object in XML.- Specified by:
getXmlizationInfoin classMetaDataObject_impl- Returns:
- information defining this object's XML representation
-
getConfigurationParameterSettings
public CasProcessorConfigurationParameterSettings getConfigurationParameterSettings()
Gets the configuration parameter settings.- Specified by:
getConfigurationParameterSettingsin interfaceCpeCollectionReaderIterator- Returns:
- the parameter settings
-
setConfigurationParameterSettings
public void setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings)
Sets the configuration parameter settings.- Specified by:
setConfigurationParameterSettingsin 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:
getSofaNameMappingsin interfaceCpeCollectionReaderIterator- Returns:
- the sofa name mappings
-
setSofaNameMappings
public void setSofaNameMappings(CpeSofaMappings mappings)
Sets the sofa name mappings.- Specified by:
setSofaNameMappingsin interfaceCpeCollectionReaderIterator- Parameters:
mappings- the new sofa name mappings
-
-