com.ibm.wbit.tel
Interface DocumentRoot
All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
- public interface DocumentRoot
- extends org.eclipse.emf.ecore.EObject
Since:
6.0.1
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getMixed()
Returns the value of the 'Mixed' attribute list.
|
getTask()
Returns the value of the 'Task' containment reference
|
|
|
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.
|
|
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.
|
|
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
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getMixed
- org.eclipse.emf.ecore.util.FeatureMap getMixed( )
getXMLNSPrefixMap
- 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
- 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
- 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
- void setTask(TTask value)
Sets the value of the '
Task
' containment reference.
FeatureMap.Entry
.If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...