|
||||||||||
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
org.ptolemy.moml.impl.VertexTypeImpl
public class VertexTypeImpl
An implementation of the model object 'Vertex 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 FeatureMap |
group
The cached value of the ' Group ' attribute list. |
protected String |
name
The cached value of the ' Name ' attribute. |
protected static String |
NAME_EDEFAULT
The default value of the ' Name ' attribute. |
protected static String |
PATH_TO_EDEFAULT
The default value of the ' Path To ' attribute. |
protected String |
pathTo
The cached value of the ' Path To ' attribute. |
protected String |
value
The cached value of the ' Value ' attribute. |
protected static String |
VALUE_EDEFAULT
The default value of the ' Value ' attribute. |
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 |
VertexTypeImpl()
|
Method Summary | |
---|---|
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<ConfigureType> |
getConfigure()
|
EList<DocType> |
getDoc()
|
FeatureMap |
getGroup()
|
EList<LocationType> |
getLocation()
|
String |
getName()
|
String |
getPathTo()
|
EList<PropertyType> |
getProperty()
|
EList<RenameType> |
getRename()
|
String |
getValue()
|
void |
setName(String newName)
|
void |
setPathTo(String newPathTo)
|
void |
setValue(String newValue)
|
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 FeatureMap group
Group
' attribute list.
getGroup()
protected static final String NAME_EDEFAULT
Name
' attribute.
getName()
protected String name
Name
' attribute.
getName()
protected static final String PATH_TO_EDEFAULT
Path To
' attribute.
getPathTo()
protected String pathTo
Path To
' attribute.
getPathTo()
protected static final String VALUE_EDEFAULT
Value
' attribute.
getValue()
protected String value
Value
' attribute.
getValue()
Constructor Detail |
---|
protected VertexTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public FeatureMap getGroup()
getGroup
in interface VertexType
MomlPackage.getVertexType_Group()
public EList<ConfigureType> getConfigure()
getConfigure
in interface VertexType
MomlPackage.getVertexType_Configure()
public EList<DocType> getDoc()
getDoc
in interface VertexType
MomlPackage.getVertexType_Doc()
public EList<LocationType> getLocation()
getLocation
in interface VertexType
MomlPackage.getVertexType_Location()
public EList<PropertyType> getProperty()
getProperty
in interface VertexType
MomlPackage.getVertexType_Property()
public EList<RenameType> getRename()
getRename
in interface VertexType
MomlPackage.getVertexType_Rename()
public String getName()
getName
in interface VertexType
VertexType.setName(String)
,
MomlPackage.getVertexType_Name()
public void setName(String newName)
setName
in interface VertexType
newName
- the new value of the 'Name' attribute.VertexType.getName()
public String getPathTo()
getPathTo
in interface VertexType
VertexType.setPathTo(String)
,
MomlPackage.getVertexType_PathTo()
public void setPathTo(String newPathTo)
setPathTo
in interface VertexType
newPathTo
- the new value of the 'Path To' attribute.VertexType.getPathTo()
public String getValue()
getValue
in interface VertexType
VertexType.setValue(String)
,
MomlPackage.getVertexType_Value()
public void setValue(String newValue)
setValue
in interface VertexType
newValue
- the new value of the 'Value' attribute.VertexType.getValue()
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 |