org.apache.uima.tools.cfe.config
Interface CFEDescriptorXML

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CFEDescriptorXMLImpl

public interface CFEDescriptorXML
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'CFE Descriptor XML'.

The following features are supported:

See Also:
ConfigPackage.getCFEDescriptorXML()

Method Summary
 String getNullValueImage()
          Returns the value of the 'Null Value Image' attribute.
 org.eclipse.emf.common.util.EList<TargetAnnotationXML> getTargetAnnotations()
          Returns the value of the 'Target Annotations' containment reference list.
 void setNullValueImage(String value)
          Sets the value of the 'Null Value Image' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTargetAnnotations

org.eclipse.emf.common.util.EList<TargetAnnotationXML> getTargetAnnotations()
Returns the value of the 'Target Annotations' containment reference list. The list contents are of type TargetAnnotationXML.

If the meaning of the 'Target Annotations' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target Annotations' containment reference list.
See Also:
ConfigPackage.getCFEDescriptorXML_TargetAnnotations()

getNullValueImage

String getNullValueImage()
Returns the value of the 'Null Value Image' attribute.

If the meaning of the 'Null Value Image' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Null Value Image' attribute.
See Also:
setNullValueImage(String), ConfigPackage.getCFEDescriptorXML_NullValueImage()

setNullValueImage

void setNullValueImage(String value)
Sets the value of the 'Null Value Image' attribute.

Parameters:
value - the new value of the 'Null Value Image' attribute.
See Also:
getNullValueImage()


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.