org.apache.uima.collection.metadata
Interface CpeComponentDescriptor

All Superinterfaces:
Cloneable, MetaDataObject, Serializable, XMLizable

public interface CpeComponentDescriptor
extends MetaDataObject

An object that holds configuration that is part of the CPE descriptor. Provides the means of setting component descriptor file path containing configuration


Method Summary
 CpeInclude getInclude()
          Returns component's descriptor file path
 void setInclude(CpeInclude aInclude)
          Sets component's descriptor file path
 
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
 

Method Detail

setInclude

void setInclude(CpeInclude aInclude)
Sets component's descriptor file path

Parameters:
aInclude - - CpeInclude containing file path

getInclude

CpeInclude getInclude()
Returns component's descriptor file path

Returns:
CpeInclude


Copyright © 2007 The Apache Software Foundation. All Rights Reserved.