public interface Class extends Classifier
The following features are supported:
EcorePackage.getClass_()
Modifier and Type | Method and Description |
---|---|
com.sodius.mdw.core.model.emf.MDWEList<Operation> |
getOperations()
Returns the value of the 'Operations' containment reference list.
|
com.sodius.mdw.core.model.emf.MDWEList<StructuralFeature> |
getStructuralFeatures()
Returns the value of the 'Structural Features' containment reference list.
|
com.sodius.mdw.core.model.emf.MDWEList<Class> |
getSuperTypes()
Returns the value of the 'Super Types' reference list.
|
boolean |
isAbstract()
Returns the value of the 'Abstract' attribute.
|
boolean |
isInterface()
Returns the value of the 'Interface' attribute.
|
void |
setAbstract(boolean value)
Sets the value of the '
Abstract ' attribute. |
void |
setInterface(boolean value)
Sets the value of the '
Interface ' attribute. |
getInstanceClassName, getPackage, setInstanceClassName, setPackage
getName, setName
getAnnotations
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
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
boolean isAbstract()
setAbstract(boolean)
,
EcorePackage.getClass_Abstract()
void setAbstract(boolean value)
Abstract
' attribute.
value
- the new value of the 'Abstract' attribute.isAbstract()
boolean isInterface()
setInterface(boolean)
,
EcorePackage.getClass_Interface()
void setInterface(boolean value)
Interface
' attribute.
value
- the new value of the 'Interface' attribute.isInterface()
com.sodius.mdw.core.model.emf.MDWEList<Class> getSuperTypes()
Class
.
EcorePackage.getClass_SuperTypes()
com.sodius.mdw.core.model.emf.MDWEList<Operation> getOperations()
Operation
.
It is bidirectional and its opposite is 'Containing Class
'.
EcorePackage.getClass_Operations()
,
Operation.getContainingClass()
com.sodius.mdw.core.model.emf.MDWEList<StructuralFeature> getStructuralFeatures()
StructuralFeature
.
It is bidirectional and its opposite is 'Containing Class
'.
EcorePackage.getClass_StructuralFeatures()
,
StructuralFeature.getContainingClass()