Package com.sodius.mdw.metamodel.xml
Interface Document
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface Document extends MDWEObject, org.eclipse.emf.ecore.EModelElement
A representation of the model object 'Document'.The following features are supported:
- See Also:
XmlPackage.getDocument()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentType
getDocumentType()
Returns the value of the 'Document Type' containment reference.MDWEList<MiscText>
getMiscTexts()
Returns the value of the 'Misc Texts' containment reference list.Element
getRootElement()
Returns the value of the 'Root Element' containment reference.XMLDeclaration
getXmlDecl()
Returns the value of the 'Xml Decl' containment reference.void
setDocumentType(DocumentType value)
Sets the value of the 'Document Type
' containment reference.void
setRootElement(Element value)
Sets the value of the 'Root Element
' containment reference.void
setXmlDecl(XMLDeclaration value)
Sets the value of the 'Xml Decl
' containment reference.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
-
-
-
Method Detail
-
getXmlDecl
XMLDeclaration getXmlDecl()
Returns the value of the 'Xml Decl' containment reference. It is bidirectional and its opposite is 'Parent
'.- Returns:
- the value of the 'Xml Decl' containment reference.
- See Also:
setXmlDecl(XMLDeclaration)
,XmlPackage.getDocument_XmlDecl()
,XMLDeclaration.getParent()
-
setXmlDecl
void setXmlDecl(XMLDeclaration value)
Sets the value of the 'Xml Decl
' containment reference.- Parameters:
value
- the new value of the 'Xml Decl' containment reference.- See Also:
getXmlDecl()
-
getDocumentType
DocumentType getDocumentType()
Returns the value of the 'Document Type' containment reference. It is bidirectional and its opposite is 'Parent
'.- Returns:
- the value of the 'Document Type' containment reference.
- See Also:
setDocumentType(DocumentType)
,XmlPackage.getDocument_DocumentType()
,DocumentType.getParent()
-
setDocumentType
void setDocumentType(DocumentType value)
Sets the value of the 'Document Type
' containment reference.- Parameters:
value
- the new value of the 'Document Type' containment reference.- See Also:
getDocumentType()
-
getRootElement
Element getRootElement()
Returns the value of the 'Root Element' containment reference.- Returns:
- the value of the 'Root Element' containment reference.
- See Also:
setRootElement(Element)
,XmlPackage.getDocument_RootElement()
-
setRootElement
void setRootElement(Element value)
Sets the value of the 'Root Element
' containment reference.- Parameters:
value
- the new value of the 'Root Element' containment reference.- See Also:
getRootElement()
-
getMiscTexts
MDWEList<MiscText> getMiscTexts()
Returns the value of the 'Misc Texts' containment reference list. The list contents are of typeMiscText
.- Returns:
- the value of the 'Misc Texts' containment reference list.
- See Also:
XmlPackage.getDocument_MiscTexts()
-
-