public interface Class
A representation of the model object 'Class'.
The following features are supported:
EmofPackage.getClass_()
Method Summary | |
---|---|
java.lang.Boolean |
getIsAbstract()
Returns the value of the 'Is Abstract' attribute. |
org.eclipse.emf.common.util.EList<Property> |
getOwnedAttribute()
Returns the value of the 'Owned Attribute' containment reference list. |
org.eclipse.emf.common.util.EList<Operation> |
getOwnedOperation()
Returns the value of the 'Owned Operation' containment reference list. |
org.eclipse.emf.common.util.EList<Class> |
getSuperClass()
Returns the value of the 'Super Class' reference list. |
void |
setIsAbstract(java.lang.Boolean value)
Sets the value of the ' Is Abstract ' attribute. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Type |
---|
getPackage, setPackage |
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element |
---|
getOwnedComment, getTag |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList<Property> getOwnedAttribute()
Property
.
It is bidirectional and its opposite is 'Class
'.
If the meaning of the 'Owned Attribute' containment reference list isn't clear, there really should be more of a description here...
EmofPackage.getClass_OwnedAttribute()
,
Property.getClass_()
org.eclipse.emf.common.util.EList<Operation> getOwnedOperation()
Operation
.
It is bidirectional and its opposite is 'Class
'.
If the meaning of the 'Owned Operation' containment reference list isn't clear, there really should be more of a description here...
EmofPackage.getClass_OwnedOperation()
,
Operation.getClass_()
org.eclipse.emf.common.util.EList<Class> getSuperClass()
Class
.
If the meaning of the 'Super Class' reference list isn't clear, there really should be more of a description here...
EmofPackage.getClass_SuperClass()
java.lang.Boolean getIsAbstract()
If the meaning of the 'Is Abstract' attribute isn't clear, there really should be more of a description here...
setIsAbstract(Boolean)
,
EmofPackage.getClass_IsAbstract()
void setIsAbstract(java.lang.Boolean value)
Is Abstract
' attribute.
value
- the new value of the 'Is Abstract' attribute.getIsAbstract()