public interface Object extends Concept, KnownBy
The following features are supported:
CCDModelPackage.getObject()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Object> |
getSubtypes()
Returns the value of the 'Subtypes' containment reference list.
|
Object |
getSupertype()
Returns the value of the 'Supertype' container reference.
|
void |
setSupertype(Object value)
Sets the value of the '
Supertype ' container reference |
getAttributes, getInstances, getRelations, getVariables
getDescription, getName, setDescription, setName
getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
getKnownBy
static final java.lang.String copyright
Object getSupertype()
Subtypes
'.
If the meaning of the 'Supertype' container reference isn't clear, there really should be more of a description here...
setSupertype(Object)
,
CCDModelPackage.getObject_Supertype()
,
getSubtypes()
void setSupertype(Object value)
Supertype
' container reference.
value
- the new value of the 'Supertype' container reference.getSupertype()
org.eclipse.emf.common.util.EList<Object> getSubtypes()
Object
.
It is bidirectional and its opposite is 'Supertype
'.
If the meaning of the 'Subtypes' containment reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getObject_Subtypes()
,
getSupertype()