Interface CpeSofaMappings
- All Superinterfaces:
Cloneable,MetaDataObject,Serializable,XMLizable
- All Known Implementing Classes:
CpeSofaMappingsImpl
-
Method Summary
Modifier and TypeMethodDescriptionReturn Sofa Name MappingsvoidsetSofaNameMappings(CpeSofaMapping... sofaMappings) Set Sofa Name MappingsMethods inherited from interface org.apache.uima.resource.metadata.MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlMethods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Method Details
-
getSofaNameMappings
CpeSofaMapping[] getSofaNameMappings()Return Sofa Name Mappings- Returns:
- an array of Sofa Mappings
-
setSofaNameMappings
Set Sofa Name Mappings- Parameters:
sofaMappings- an array of sofaMappings
-