com.ibm.wbit.tel

Interface DocumentRoot

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

  1. public interface DocumentRoot
  2. extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Document Root'.
Since:
6.0.1
See Also:
TaskPackage.getDocumentRoot()

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. org.eclipse.emf.ecore.util.FeatureMap
getMixed()
Returns the value of the 'Mixed' attribute list.
  1. TTask
getTask()
Returns the value of the 'Task' containment reference
  1. org.eclipse.emf.common.util.EMap
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.
  1. org.eclipse.emf.common.util.EMap
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.
  1. void
setTask(TTask value)
Sets the value of the ' Task' 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

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getMixed

  1. 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:

getXMLNSPrefixMap

  1. 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:

getXSISchemaLocation

  1. 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:

getTask

  1. TTask getTask()
Returns the value of the 'Task' containment reference.

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

Returns:
the value of the 'Task' containment reference.
See Also:

setTask

  1. void setTask(TTask value)
Sets the value of the ' Task' containment reference.
Parameters:
value - the new value of the 'Task' containment reference.
See Also: