public class CompositeVisualTypeImpl extends VisualTypeImpl implements CompositeVisualType
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected <any> |
variables
The cached value of the '
Variables ' containment reference list. |
protected <any> |
visualGroups
The cached value of the '
Visual Groups ' containment reference list. |
defaultValue
abstract_, ABSTRACT_EDEFAULT, domainModel, referencedVariables, superType, visualType
id, ID_EDEFAULT, name, NAME_EDEFAULT, synched, SYNCHED_EDEFAULT, tags
Modifier | Constructor and Description |
---|---|
protected |
CompositeVisualTypeImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
<any> |
getVariables() |
<any> |
getVisualGroups() |
basicSetDefaultValue, getDefaultValue, setDefaultValue
basicGetDomainModel, basicGetVisualType, eInverseAdd, eInvoke, extendsType, getDomainModel, getReferencedVariables, getSuperType, getVisualType, isAbstract, setAbstract, setDomainModel, setVisualType, toString
getId, getName, getPath, getTags, isSynched, setId, setName, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDefaultValue, setDefaultValue
extendsType, getDomainModel, getReferencedVariables, getSuperType, getVisualType, isAbstract, setAbstract, setDomainModel, setVisualType
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
protected <any> variables
Variables
' containment reference list.
getVariables()
protected <any> visualGroups
Visual Groups
' containment reference list.
getVisualGroups()
protected EClass eStaticClass()
eStaticClass
in class VisualTypeImpl
public <any> getVariables()
getVariables
in interface CompositeVisualType
TypesPackage.getCompositeVisualType_Variables()
public <any> getVisualGroups()
getVisualGroups
in interface CompositeVisualType
TypesPackage.getCompositeVisualType_VisualGroups()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class VisualTypeImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class VisualTypeImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class VisualTypeImpl
public void eUnset(int featureID)
eUnset
in class VisualTypeImpl
public boolean eIsSet(int featureID)
eIsSet
in class VisualTypeImpl