TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.models.symptom.action
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:
ActionPackage.getDocumentRoot()
Generated
[EMF] Model
extendedMetaData="name='' kind='mixed'"

Method Summary
 Action getAction()
          Returns the value of the 'Action' 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 setAction(Action value)
          Sets the value of the 'Action' 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

public 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:
ActionPackage.getDocumentRoot_Mixed()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='elementWildcard' name=':mixed'"

getXMLNSPrefixMap

public org.eclipse.emf.common.util.EMap 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:
ActionPackage.getDocumentRoot_XMLNSPrefixMap()
Generated
[EMF] Model
mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true" extendedMetaData="kind='attribute' name='xmlns:prefix'"

getXSISchemaLocation

public org.eclipse.emf.common.util.EMap 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:
ActionPackage.getDocumentRoot_XSISchemaLocation()
Generated
[EMF] Model
mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true" extendedMetaData="kind='attribute' name='xsi:schemaLocation'"

getAction

public Action getAction()
Returns the value of the 'Action' containment reference.

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

Returns:
the value of the 'Action' containment reference.
See Also:
setAction(Action), ActionPackage.getDocumentRoot_Action()
Generated
[EMF] Model
containment="true" resolveProxies="false" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='action' namespace='##targetNamespace'"

setAction

public void setAction(Action value)
Sets the value of the 'Action' containment reference.

Parameters:
value - the new value of the 'Action' containment reference.
See Also:
getAction()
Generated

TPTP 4.4.0 Platform Project
Public API Specification