|
||||||||||
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.NodeStyleTemplateTypeImpl
public class NodeStyleTemplateTypeImpl
An implementation of the model object 'Node Style Template 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 EList<DataType> |
data
The cached value of the ' Data ' containment reference list. |
protected FillType |
fill
The cached value of the ' Fill ' containment reference. |
protected String |
id
The cached value of the ' Id ' attribute. |
protected static String |
ID_EDEFAULT
The default value of the ' Id ' attribute. |
protected LineType |
line
The cached value of the ' Line ' containment reference. |
protected ShapeType1 |
shape
The cached value of the ' Shape ' containment reference. |
protected TemplateType |
template
The cached value of the ' Template ' 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 |
NodeStyleTemplateTypeImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetFill(FillType newFill,
NotificationChain msgs)
|
NotificationChain |
basicSetLine(LineType newLine,
NotificationChain msgs)
|
NotificationChain |
basicSetShape(ShapeType1 newShape,
NotificationChain msgs)
|
NotificationChain |
basicSetTemplate(TemplateType newTemplate,
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)
|
EList<DataType> |
getData()
|
FillType |
getFill()
|
String |
getId()
|
LineType |
getLine()
|
ShapeType1 |
getShape()
|
TemplateType |
getTemplate()
|
void |
setFill(FillType newFill)
|
void |
setId(String newId)
|
void |
setLine(LineType newLine)
|
void |
setShape(ShapeType1 newShape)
|
void |
setTemplate(TemplateType newTemplate)
|
String |
toString()
|
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 TemplateType template
Template
' containment reference.
getTemplate()
protected ShapeType1 shape
Shape
' containment reference.
getShape()
protected FillType fill
Fill
' containment reference.
getFill()
protected LineType line
Line
' containment reference.
getLine()
protected static final String ID_EDEFAULT
Id
' attribute.
getId()
protected String id
Id
' attribute.
getId()
Constructor Detail |
---|
protected NodeStyleTemplateTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public EList<DataType> getData()
getData
in interface NodeStyleTemplateType
OgmlPackage.getNodeStyleTemplateType_Data()
public TemplateType getTemplate()
getTemplate
in interface NodeStyleTemplateType
NodeStyleTemplateType.setTemplate(TemplateType)
,
OgmlPackage.getNodeStyleTemplateType_Template()
public NotificationChain basicSetTemplate(TemplateType newTemplate, NotificationChain msgs)
public void setTemplate(TemplateType newTemplate)
setTemplate
in interface NodeStyleTemplateType
newTemplate
- the new value of the 'Template' containment reference.NodeStyleTemplateType.getTemplate()
public ShapeType1 getShape()
getShape
in interface NodeStyleTemplateType
NodeStyleTemplateType.setShape(ShapeType1)
,
OgmlPackage.getNodeStyleTemplateType_Shape()
public NotificationChain basicSetShape(ShapeType1 newShape, NotificationChain msgs)
public void setShape(ShapeType1 newShape)
setShape
in interface NodeStyleTemplateType
newShape
- the new value of the 'Shape' containment reference.NodeStyleTemplateType.getShape()
public FillType getFill()
getFill
in interface NodeStyleTemplateType
NodeStyleTemplateType.setFill(FillType)
,
OgmlPackage.getNodeStyleTemplateType_Fill()
public NotificationChain basicSetFill(FillType newFill, NotificationChain msgs)
public void setFill(FillType newFill)
setFill
in interface NodeStyleTemplateType
newFill
- the new value of the 'Fill' containment reference.NodeStyleTemplateType.getFill()
public LineType getLine()
getLine
in interface NodeStyleTemplateType
NodeStyleTemplateType.setLine(LineType)
,
OgmlPackage.getNodeStyleTemplateType_Line()
public NotificationChain basicSetLine(LineType newLine, NotificationChain msgs)
public void setLine(LineType newLine)
setLine
in interface NodeStyleTemplateType
newLine
- the new value of the 'Line' containment reference.NodeStyleTemplateType.getLine()
public String getId()
getId
in interface NodeStyleTemplateType
NodeStyleTemplateType.setId(String)
,
OgmlPackage.getNodeStyleTemplateType_Id()
public void setId(String newId)
setId
in interface NodeStyleTemplateType
newId
- the new value of the 'Id' attribute.NodeStyleTemplateType.getId()
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
public String toString()
toString
in class BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |