|
||||||||||
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.EntityTypeImpl
public class EntityTypeImpl
An implementation of the model object 'Entity Type'.
The following features are implemented:
Group
Class
Configure
Delete Entity
Delete Port
Delete Relation
Director
Doc
Display
Entity
Group1
Import
Input
Link
Port
Property
Relation
Rename
Rendition
Unlink
Class1
Name
Source
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 String |
class1
The cached value of the ' Class1 ' attribute. |
protected static String |
CLASS1_EDEFAULT
The default value of the ' Class1 ' attribute. |
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 String |
source
The cached value of the ' Source ' attribute. |
protected static String |
SOURCE_EDEFAULT
The default value of the ' Source ' 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 |
EntityTypeImpl()
|
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 CLASS1_EDEFAULT
Class1
' attribute.
getClass1()
protected String class1
Class1
' attribute.
getClass1()
protected static final String NAME_EDEFAULT
Name
' attribute.
getName()
protected String name
Name
' attribute.
getName()
protected static final String SOURCE_EDEFAULT
Source
' attribute.
getSource()
protected String source
Source
' attribute.
getSource()
Constructor Detail |
---|
protected EntityTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public FeatureMap getGroup()
getGroup
in interface EntityType
MomlPackage.getEntityType_Group()
public EList<ClassType> getClass_()
getClass_
in interface EntityType
MomlPackage.getEntityType_Class()
public EList<ConfigureType> getConfigure()
getConfigure
in interface EntityType
MomlPackage.getEntityType_Configure()
public EList<DeleteEntityType> getDeleteEntity()
getDeleteEntity
in interface EntityType
MomlPackage.getEntityType_DeleteEntity()
public EList<DeletePortType> getDeletePort()
getDeletePort
in interface EntityType
MomlPackage.getEntityType_DeletePort()
public EList<DeleteRelationType> getDeleteRelation()
getDeleteRelation
in interface EntityType
MomlPackage.getEntityType_DeleteRelation()
public EList<DirectorType> getDirector()
getDirector
in interface EntityType
MomlPackage.getEntityType_Director()
public EList<DocType> getDoc()
getDoc
in interface EntityType
MomlPackage.getEntityType_Doc()
public EList<DisplayType> getDisplay()
getDisplay
in interface EntityType
MomlPackage.getEntityType_Display()
public EList<EntityType> getEntity()
getEntity
in interface EntityType
MomlPackage.getEntityType_Entity()
public EList<GroupType> getGroup1()
getGroup1
in interface EntityType
MomlPackage.getEntityType_Group1()
public EList<ImportType> getImport()
getImport
in interface EntityType
MomlPackage.getEntityType_Import()
public EList<InputType> getInput()
getInput
in interface EntityType
MomlPackage.getEntityType_Input()
public EList<LinkType> getLink()
getLink
in interface EntityType
MomlPackage.getEntityType_Link()
public EList<PortType> getPort()
getPort
in interface EntityType
MomlPackage.getEntityType_Port()
public EList<PropertyType> getProperty()
getProperty
in interface EntityType
MomlPackage.getEntityType_Property()
public EList<RelationType> getRelation()
getRelation
in interface EntityType
MomlPackage.getEntityType_Relation()
public EList<RenameType> getRename()
getRename
in interface EntityType
MomlPackage.getEntityType_Rename()
public EList<RenditionType> getRendition()
getRendition
in interface EntityType
MomlPackage.getEntityType_Rendition()
public EList<UnlinkType> getUnlink()
getUnlink
in interface EntityType
MomlPackage.getEntityType_Unlink()
public String getClass1()
getClass1
in interface EntityType
EntityType.setClass1(String)
,
MomlPackage.getEntityType_Class1()
public void setClass1(String newClass1)
setClass1
in interface EntityType
newClass1
- the new value of the 'Class1' attribute.EntityType.getClass1()
public String getName()
getName
in interface EntityType
EntityType.setName(String)
,
MomlPackage.getEntityType_Name()
public void setName(String newName)
setName
in interface EntityType
newName
- the new value of the 'Name' attribute.EntityType.getName()
public String getSource()
getSource
in interface EntityType
EntityType.setSource(String)
,
MomlPackage.getEntityType_Source()
public void setSource(String newSource)
setSource
in interface EntityType
newSource
- the new value of the 'Source' attribute.EntityType.getSource()
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 |