Package com.sodius.mdw.metamodel.sa
Interface Encyclopedia
-
- 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 Encyclopedia extends EncyclopediaElement
A representation of the model object 'Encyclopedia'.The following features are supported:
- See Also:
SaPackage.getEncyclopedia()
-
-
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)
String
getAuditId()
Returns the value of the 'Audit Id' attribute.MDWEList<Content>
getClasses()
Returns the value of the 'Classes' containment reference list.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' 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' reference list.MDWList<Diagram>
getDiagrams(List<? extends org.eclipse.emf.common.util.Enumerator> types)
MDWList<Diagram>
getDiagrams(org.eclipse.emf.common.util.Enumerator type)
String
getPath()
Returns the value of the 'Path' attribute.String
getVersion()
Returns the value of the 'Version' attribute.void
setAuditId(String value)
Sets the value of the 'Audit Id
' attribute.void
setPath(String value)
Sets the value of the 'Path
' attribute.void
setVersion(String value)
Sets the value of the 'Version
' attribute.-
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
-
getAuditId
String getAuditId()
Returns the value of the 'Audit Id' attribute. The default value is""
.- Returns:
- the value of the 'Audit Id' attribute.
- See Also:
setAuditId(String)
,SaPackage.getEncyclopedia_AuditId()
-
setAuditId
void setAuditId(String value)
Sets the value of the 'Audit Id
' attribute.- Parameters:
value
- the new value of the 'Audit Id' attribute.- See Also:
getAuditId()
-
getPath
String getPath()
Returns the value of the 'Path' attribute. The default value is""
.- Returns:
- the value of the 'Path' attribute.
- See Also:
setPath(String)
,SaPackage.getEncyclopedia_Path()
-
setPath
void setPath(String value)
Sets the value of the 'Path
' attribute.- Parameters:
value
- the new value of the 'Path' attribute.- See Also:
getPath()
-
getVersion
String getVersion()
Returns the value of the 'Version' attribute. The default value is""
.- Returns:
- the value of the 'Version' attribute.
- See Also:
setVersion(String)
,SaPackage.getEncyclopedia_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
getVersion()
-
getClasses
MDWEList<Content> getClasses()
Returns the value of the 'Classes' containment reference list. The list contents are of typeContent
.- Returns:
- the value of the 'Classes' containment reference list.
- See Also:
SaPackage.getEncyclopedia_Classes()
-
getDiagrams
MDWEList<Diagram> getDiagrams()
Returns the value of the 'Diagrams' reference list. The list contents are of typeDiagram
. It is bidirectional and its opposite is 'Encyclopedia
'.- Returns:
- the value of the 'Diagrams' reference list.
- See Also:
SaPackage.getEncyclopedia_Diagrams()
,Diagram.getEncyclopedia()
-
getDefinitions
MDWEList<Definition> getDefinitions()
Returns the value of the 'Definitions' reference list. The list contents are of typeDefinition
. It is bidirectional and its opposite is 'Encyclopedia
'.- Returns:
- the value of the 'Definitions' reference list.
- See Also:
SaPackage.getEncyclopedia_Definitions()
,Definition.getEncyclopedia()
-
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)
-
-