|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DocumentRoot
A representation of the model object 'Document Root'.
The following features are supported:
ContextPackage.getDocumentRoot()| Method Summary | |
|---|---|
ContextType |
getContext()
Returns the value of the 'Context' containment reference |
ContextsType |
getContexts()
Returns the value of the 'Contexts' containment reference |
org.eclipse.emf.ecore.util.FeatureMap |
getMixed()
Returns the value of the 'Mixed' attribute list. |
org.eclipse.emf.common.util.EMap |
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. |
org.eclipse.emf.common.util.EMap |
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. |
void |
setContext(ContextType value)
Sets the value of the ' Context' containment reference |
void |
setContexts(ContextsType value)
Sets the value of the ' Contexts' 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 |
|---|
org.eclipse.emf.ecore.util.FeatureMap getMixed()
FeatureMap.Entry.
If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
ContextPackage.getDocumentRoot_Mixed()org.eclipse.emf.common.util.EMap getXMLNSPrefixMap()
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...
ContextPackage.getDocumentRoot_XMLNSPrefixMap()org.eclipse.emf.common.util.EMap getXSISchemaLocation()
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...
ContextPackage.getDocumentRoot_XSISchemaLocation()ContextType getContext()
If the meaning of the 'Context' containment reference isn't clear, there really should be more of a description here...
setContext(ContextType),
ContextPackage.getDocumentRoot_Context()void setContext(ContextType value)
Context' containment reference.
value - the new value of the 'Context' containment reference.getContext()ContextsType getContexts()
If the meaning of the 'Contexts' containment reference isn't clear, there really should be more of a description here...
The Contexts element has the purpose of holding a sequence of Context elements. The purpose of an instance that conforms to this schema is to define the basic information needed to run an adapter. This is done by providing one or more context configurations. For the adapter to run, it only needs to know the names of the classes involved. In particular the adapter only needs to know the name of the class that implements a particular context. It is then up to that context implementation to deal with the components in that context. The context implementation in turn only needs to know the class names that implement the components.
setContexts(ContextsType),
ContextPackage.getDocumentRoot_Contexts()void setContexts(ContextsType value)
Contexts' containment reference.
value - the new value of the 'Contexts' containment reference.getContexts()
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||