public interface DocumentRoot
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getDocumentRoot()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.util.FeatureMap |
getMixed()
Returns the value of the 'Mixed' attribute list.
|
Model |
getProject()
Returns the value of the 'Project' containment reference.
|
org.eclipse.emf.common.util.EMap<String,String> |
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.
|
org.eclipse.emf.common.util.EMap<String,String> |
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.
|
void |
setProject(Model value)
Sets the value of the '
Project '
containment reference. |
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...
PomPackage.getDocumentRoot_Mixed()
org.eclipse.emf.common.util.EMap<String,String> 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...
PomPackage.getDocumentRoot_XMLNSPrefixMap()
org.eclipse.emf.common.util.EMap<String,String> 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...
PomPackage.getDocumentRoot_XSISchemaLocation()
Model getProject()
setProject(Model)
,
PomPackage.getDocumentRoot_Project()
void setProject(Model value)
Project
'
containment reference. value
- the new value of the 'Project' containment reference.getProject()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.