Package com.sodius.mdw.metamodel.sa
Interface MetaData
-
- 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 MetaData extends EncyclopediaElement
A representation of the model object 'Meta Data'.The following features are supported:
- See Also:
SaPackage.getMetaData()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDWEList<MetaClass>
getMetaClasses()
Returns the value of the 'Meta Classes' containment reference list.MDWEList<MetaList>
getMetaLists()
Returns the value of the 'Meta Lists' containment reference list.-
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
-
getMetaClasses
MDWEList<MetaClass> getMetaClasses()
Returns the value of the 'Meta Classes' containment reference list. The list contents are of typeMetaClass
.- Returns:
- the value of the 'Meta Classes' containment reference list.
- See Also:
SaPackage.getMetaData_MetaClasses()
-
getMetaLists
MDWEList<MetaList> getMetaLists()
Returns the value of the 'Meta Lists' containment reference list. The list contents are of typeMetaList
.- Returns:
- the value of the 'Meta Lists' containment reference list.
- See Also:
SaPackage.getMetaData_MetaLists()
-
-