public interface DocumentRoot
extends org.eclipse.emf.ecore.EObject
TaskPackage.getDocumentRoot()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.util.FeatureMap |
getMixed()
Returns the value of the 'Mixed' attribute list.
|
TTask |
getTask()
Returns the value of the 'Task' containment reference
|
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 |
setTask(TTask value)
Sets the value of the '
Task ' containment reference |
static final java.lang.String COPYRIGHT
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...
TaskPackage.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...
TaskPackage.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...
TaskPackage.getDocumentRoot_XSISchemaLocation()
TTask getTask()
If the meaning of the 'Task' containment reference isn't clear, there really should be more of a description here...
setTask(TTask)
,
TaskPackage.getDocumentRoot_Task()