Package com.sodius.mdw.metamodel.sa
Interface MetaClass
-
- 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 MetaClass extends EncyclopediaElement
A representation of the model object 'Meta Class'.The following features are supported:
- See Also:
SaPackage.getMetaClass()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMetaClass()
Returns the value of the 'Meta Class' attribute.String
getMetaClassName()
Returns the value of the 'Meta Class Name' attribute.MDWEList<MetaItem>
getMetaItems()
Returns the value of the 'Meta Items' containment reference list.void
setMetaClass(String value)
Sets the value of the 'Meta Class
' attribute.void
setMetaClassName(String value)
Sets the value of the 'Meta Class Name
' 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
-
getMetaClassName
String getMetaClassName()
Returns the value of the 'Meta Class Name' attribute. The default value is""
.- Returns:
- the value of the 'Meta Class Name' attribute.
- See Also:
setMetaClassName(String)
,SaPackage.getMetaClass_MetaClassName()
-
setMetaClassName
void setMetaClassName(String value)
Sets the value of the 'Meta Class Name
' attribute.- Parameters:
value
- the new value of the 'Meta Class Name' attribute.- See Also:
getMetaClassName()
-
getMetaClass
String getMetaClass()
Returns the value of the 'Meta Class' attribute. The default value is""
.- Returns:
- the value of the 'Meta Class' attribute.
- See Also:
setMetaClass(String)
,SaPackage.getMetaClass_MetaClass()
-
setMetaClass
void setMetaClass(String value)
Sets the value of the 'Meta Class
' attribute.- Parameters:
value
- the new value of the 'Meta Class' attribute.- See Also:
getMetaClass()
-
getMetaItems
MDWEList<MetaItem> getMetaItems()
Returns the value of the 'Meta Items' containment reference list. The list contents are of typeMetaItem
.- Returns:
- the value of the 'Meta Items' containment reference list.
- See Also:
SaPackage.getMetaClass_MetaItems()
-
-