|
||||||||||
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.ModelTypeImpl
public class ModelTypeImpl
An implementation of the model object 'Model Type'.
The following features are implemented:
Group
Class
Configure
Delete Entity
Delete Port
Delete Relation
Director
Doc
Entity
Group1
Import
Input
Link
Property
Relation
Rename
Rendition
Unlink
Class1
Name
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. |
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 |
ModelTypeImpl()
|
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<ClassType> |
getClass_()
|
String |
getClass1()
|
EList<ConfigureType> |
getConfigure()
|
EList<DeleteEntityType> |
getDeleteEntity()
|
EList<DeletePortType> |
getDeletePort()
|
EList<DeleteRelationType> |
getDeleteRelation()
|
EList<DirectorType> |
getDirector()
|
EList<DocType> |
getDoc()
|
EList<EntityType> |
getEntity()
|
FeatureMap |
getGroup()
|
EList<GroupType> |
getGroup1()
|
EList<ImportType> |
getImport()
|
EList<InputType> |
getInput()
|
EList<LinkType> |
getLink()
|
String |
getName()
|
EList<PropertyType> |
getProperty()
|
EList<RelationType> |
getRelation()
|
EList<RenameType> |
getRename()
|
EList<RenditionType> |
getRendition()
|
EList<UnlinkType> |
getUnlink()
|
void |
setClass1(String newClass1)
|
void |
setName(String newName)
|
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 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()
Constructor Detail |
---|
protected ModelTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public FeatureMap getGroup()
getGroup
in interface ModelType
MomlPackage.getModelType_Group()
public EList<ClassType> getClass_()
getClass_
in interface ModelType
MomlPackage.getModelType_Class()
public EList<ConfigureType> getConfigure()
getConfigure
in interface ModelType
MomlPackage.getModelType_Configure()
public EList<DeleteEntityType> getDeleteEntity()
getDeleteEntity
in interface ModelType
MomlPackage.getModelType_DeleteEntity()
public EList<DeletePortType> getDeletePort()
getDeletePort
in interface ModelType
MomlPackage.getModelType_DeletePort()
public EList<DeleteRelationType> getDeleteRelation()
getDeleteRelation
in interface ModelType
MomlPackage.getModelType_DeleteRelation()
public EList<DirectorType> getDirector()
getDirector
in interface ModelType
MomlPackage.getModelType_Director()
public EList<DocType> getDoc()
getDoc
in interface ModelType
MomlPackage.getModelType_Doc()
public EList<EntityType> getEntity()
getEntity
in interface ModelType
MomlPackage.getModelType_Entity()
public EList<GroupType> getGroup1()
getGroup1
in interface ModelType
MomlPackage.getModelType_Group1()
public EList<ImportType> getImport()
getImport
in interface ModelType
MomlPackage.getModelType_Import()
public EList<InputType> getInput()
getInput
in interface ModelType
MomlPackage.getModelType_Input()
public EList<LinkType> getLink()
getLink
in interface ModelType
MomlPackage.getModelType_Link()
public EList<PropertyType> getProperty()
getProperty
in interface ModelType
MomlPackage.getModelType_Property()
public EList<RelationType> getRelation()
getRelation
in interface ModelType
MomlPackage.getModelType_Relation()
public EList<RenameType> getRename()
getRename
in interface ModelType
MomlPackage.getModelType_Rename()
public EList<RenditionType> getRendition()
getRendition
in interface ModelType
MomlPackage.getModelType_Rendition()
public EList<UnlinkType> getUnlink()
getUnlink
in interface ModelType
MomlPackage.getModelType_Unlink()
public String getClass1()
getClass1
in interface ModelType
ModelType.setClass1(String)
,
MomlPackage.getModelType_Class1()
public void setClass1(String newClass1)
setClass1
in interface ModelType
newClass1
- the new value of the 'Class1' attribute.ModelType.getClass1()
public String getName()
getName
in interface ModelType
ModelType.setName(String)
,
MomlPackage.getModelType_Name()
public void setName(String newName)
setName
in interface ModelType
newName
- the new value of the 'Name' attribute.ModelType.getName()
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 |