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

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

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

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
ConfigPackage.getDocumentRoot()

Method Summary
 CFEDescriptorXML getCFEConfig()
          Returns the value of the 'CFE Config' containment reference.
 org.eclipse.emf.ecore.util.FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 org.eclipse.emf.common.util.EMap<String,String> getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 org.eclipse.emf.common.util.EMap<String,String> getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 void setCFEConfig(CFEDescriptorXML value)
          Sets the value of the 'CFE Config' containment reference.
 
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

getMixed

org.eclipse.emf.ecore.util.FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mixed' attribute list.
See Also:
ConfigPackage.getDocumentRoot_Mixed()

getXMLNSPrefixMap

org.eclipse.emf.common.util.EMap<String,String> getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. The key is of type String, and the value is of type String,

If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
ConfigPackage.getDocumentRoot_XMLNSPrefixMap()

getXSISchemaLocation

org.eclipse.emf.common.util.EMap<String,String> getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. The key is of type String, and the value is of type String,

If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XSI Schema Location' map.
See Also:
ConfigPackage.getDocumentRoot_XSISchemaLocation()

getCFEConfig

CFEDescriptorXML getCFEConfig()
Returns the value of the 'CFE Config' containment reference.

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

Returns:
the value of the 'CFE Config' containment reference.
See Also:
setCFEConfig(CFEDescriptorXML), ConfigPackage.getDocumentRoot_CFEConfig()

setCFEConfig

void setCFEConfig(CFEDescriptorXML value)
Sets the value of the 'CFE Config' containment reference.

Parameters:
value - the new value of the 'CFE Config' containment reference.
See Also:
getCFEConfig()


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