Package com.sodius.mdw.metamodel.sa
Interface Content
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,EncyclopediaElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface Content extends EncyclopediaElement
A representation of the model object 'Content'.The following features are supported:
- See Also:
SaPackage.getContent()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Definition
createDefinition(String name, org.eclipse.emf.common.util.Enumerator type)
Diagram
createDiagram(String name, org.eclipse.emf.common.util.Enumerator type)
Definition
getDefinition(String name, org.eclipse.emf.common.util.Enumerator type)
Definition
getDefinition(String name, org.eclipse.emf.common.util.Enumerator type, boolean createOnDemand)
MDWEList<Definition>
getDefinitions()
Returns the value of the 'Definitions' containment reference list.MDWList<Definition>
getDefinitions(List<? extends org.eclipse.emf.common.util.Enumerator> types)
MDWList<Definition>
getDefinitions(org.eclipse.emf.common.util.Enumerator type)
Diagram
getDiagram(String name, org.eclipse.emf.common.util.Enumerator type)
Diagram
getDiagram(String name, org.eclipse.emf.common.util.Enumerator type, boolean createOnDemand)
MDWEList<Diagram>
getDiagrams()
Returns the value of the 'Diagrams' containment reference list.MDWList<Diagram>
getDiagrams(List<? extends org.eclipse.emf.common.util.Enumerator> types)
MDWList<Diagram>
getDiagrams(org.eclipse.emf.common.util.Enumerator type)
Header
getHeader()
Returns the value of the 'Header' containment reference.MDWEList<MetaData>
getMetaData()
Returns the value of the 'Meta Data' containment reference list.void
setHeader(Header value)
Sets the value of the 'Header
' 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
-
getHeader
Header getHeader()
Returns the value of the 'Header' containment reference.- Returns:
- the value of the 'Header' containment reference.
- See Also:
setHeader(Header)
,SaPackage.getContent_Header()
-
setHeader
void setHeader(Header value)
Sets the value of the 'Header
' containment reference.- Parameters:
value
- the new value of the 'Header' containment reference.- See Also:
getHeader()
-
getMetaData
MDWEList<MetaData> getMetaData()
Returns the value of the 'Meta Data' containment reference list. The list contents are of typeMetaData
.- Returns:
- the value of the 'Meta Data' containment reference list.
- See Also:
SaPackage.getContent_MetaData()
-
getDiagrams
MDWEList<Diagram> getDiagrams()
Returns the value of the 'Diagrams' containment reference list. The list contents are of typeDiagram
.- Returns:
- the value of the 'Diagrams' containment reference list.
- See Also:
SaPackage.getContent_Diagrams()
-
getDefinitions
MDWEList<Definition> getDefinitions()
Returns the value of the 'Definitions' containment reference list. The list contents are of typeDefinition
.- Returns:
- the value of the 'Definitions' containment reference list.
- See Also:
SaPackage.getContent_Definitions()
-
createDefinition
Definition createDefinition(String name, org.eclipse.emf.common.util.Enumerator type)
-
getDefinitions
MDWList<Definition> getDefinitions(org.eclipse.emf.common.util.Enumerator type)
-
getDefinitions
MDWList<Definition> getDefinitions(List<? extends org.eclipse.emf.common.util.Enumerator> types)
-
getDefinition
Definition getDefinition(String name, org.eclipse.emf.common.util.Enumerator type)
-
getDefinition
Definition getDefinition(String name, org.eclipse.emf.common.util.Enumerator type, boolean createOnDemand)
-
getDiagrams
MDWList<Diagram> getDiagrams(List<? extends org.eclipse.emf.common.util.Enumerator> types)
-
-