|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
net.ogdf.ogml.impl.LayoutTypeImpl
public class LayoutTypeImpl
An implementation of the model object 'Layout Type'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected ConstraintsType |
constraints
The cached value of the ' Constraints ' containment reference. |
protected EList<DataType> |
data
The cached value of the ' Data ' containment reference list. |
protected StylesType |
styles
The cached value of the ' Styles ' containment reference. |
protected StyleTemplatesType |
styleTemplates
The cached value of the ' Style Templates ' containment reference. |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
LayoutTypeImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetConstraints(ConstraintsType newConstraints,
NotificationChain msgs)
|
NotificationChain |
basicSetStyles(StylesType newStyles,
NotificationChain msgs)
|
NotificationChain |
basicSetStyleTemplates(StyleTemplatesType newStyleTemplates,
NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
ConstraintsType |
getConstraints()
|
EList<DataType> |
getData()
|
StylesType |
getStyles()
|
StyleTemplatesType |
getStyleTemplates()
|
void |
setConstraints(ConstraintsType newConstraints)
|
void |
setStyles(StylesType newStyles)
|
void |
setStyleTemplates(StyleTemplatesType newStyleTemplates)
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected EList<DataType> data
Data
' containment reference list.
getData()
protected StyleTemplatesType styleTemplates
Style Templates
' containment reference.
getStyleTemplates()
protected StylesType styles
Styles
' containment reference.
getStyles()
protected ConstraintsType constraints
Constraints
' containment reference.
getConstraints()
Constructor Detail |
---|
protected LayoutTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public EList<DataType> getData()
getData
in interface LayoutType
OgmlPackage.getLayoutType_Data()
public StyleTemplatesType getStyleTemplates()
getStyleTemplates
in interface LayoutType
LayoutType.setStyleTemplates(StyleTemplatesType)
,
OgmlPackage.getLayoutType_StyleTemplates()
public NotificationChain basicSetStyleTemplates(StyleTemplatesType newStyleTemplates, NotificationChain msgs)
public void setStyleTemplates(StyleTemplatesType newStyleTemplates)
setStyleTemplates
in interface LayoutType
newStyleTemplates
- the new value of the 'Style Templates' containment reference.LayoutType.getStyleTemplates()
public StylesType getStyles()
getStyles
in interface LayoutType
LayoutType.setStyles(StylesType)
,
OgmlPackage.getLayoutType_Styles()
public NotificationChain basicSetStyles(StylesType newStyles, NotificationChain msgs)
public void setStyles(StylesType newStyles)
setStyles
in interface LayoutType
newStyles
- the new value of the 'Styles' containment reference.LayoutType.getStyles()
public ConstraintsType getConstraints()
getConstraints
in interface LayoutType
LayoutType.setConstraints(ConstraintsType)
,
OgmlPackage.getLayoutType_Constraints()
public NotificationChain basicSetConstraints(ConstraintsType newConstraints, NotificationChain msgs)
public void setConstraints(ConstraintsType newConstraints)
setConstraints
in interface LayoutType
newConstraints
- the new value of the 'Constraints' containment reference.LayoutType.getConstraints()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |