org.ptolemy.moml.impl
Class UnlinkTypeImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.ptolemy.moml.impl.UnlinkTypeImpl
All Implemented Interfaces:
Notifier, EObject, InternalEObject, UnlinkType

public class UnlinkTypeImpl
extends EObjectImpl
implements UnlinkType

An implementation of the model object 'Unlink Type'.

The following features are implemented:

Rating red
Generated:
This code was automatically generated.

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 index
          The cached value of the 'Index' attribute.
protected static String INDEX_EDEFAULT
          The default value of the 'Index' attribute.
protected static String INSIDE_INDEX_EDEFAULT
          The default value of the 'Inside Index' attribute.
protected  String insideIndex
          The cached value of the 'Inside Index' attribute.
protected  String port
          The cached value of the 'Port' attribute.
protected static String PORT_EDEFAULT
          The default value of the 'Port' attribute.
protected  String relation
          The cached value of the 'Relation' attribute.
protected static String RELATION_EDEFAULT
          The default value of the 'Relation' attribute.
protected  String relation1
          The cached value of the 'Relation1' attribute.
protected static String RELATION1_EDEFAULT
          The default value of the 'Relation1' attribute.
protected  String relation2
          The cached value of the 'Relation2' attribute.
protected static String RELATION2_EDEFAULT
          The default value of the 'Relation2' 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 UnlinkTypeImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 String getIndex()
           
 String getInsideIndex()
           
 String getPort()
           
 String getRelation()
           
 String getRelation1()
           
 String getRelation2()
           
 void setIndex(String newIndex)
           
 void setInsideIndex(String newInsideIndex)
           
 void setPort(String newPort)
           
 void setRelation(String newRelation)
           
 void setRelation1(String newRelation1)
           
 void setRelation2(String newRelation2)
           
 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.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
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

INDEX_EDEFAULT

protected static final String INDEX_EDEFAULT
The default value of the 'Index' attribute.

See Also:
getIndex()
Generated:
This code was automatically generated.
Ordered

index

protected String index
The cached value of the 'Index' attribute.

See Also:
getIndex()
Generated:
This code was automatically generated.
Ordered

INSIDE_INDEX_EDEFAULT

protected static final String INSIDE_INDEX_EDEFAULT
The default value of the 'Inside Index' attribute.

See Also:
getInsideIndex()
Generated:
This code was automatically generated.
Ordered

insideIndex

protected String insideIndex
The cached value of the 'Inside Index' attribute.

See Also:
getInsideIndex()
Generated:
This code was automatically generated.
Ordered

PORT_EDEFAULT

protected static final String PORT_EDEFAULT
The default value of the 'Port' attribute.

See Also:
getPort()
Generated:
This code was automatically generated.
Ordered

port

protected String port
The cached value of the 'Port' attribute.

See Also:
getPort()
Generated:
This code was automatically generated.
Ordered

RELATION_EDEFAULT

protected static final String RELATION_EDEFAULT
The default value of the 'Relation' attribute.

See Also:
getRelation()
Generated:
This code was automatically generated.
Ordered

relation

protected String relation
The cached value of the 'Relation' attribute.

See Also:
getRelation()
Generated:
This code was automatically generated.
Ordered

RELATION1_EDEFAULT

protected static final String RELATION1_EDEFAULT
The default value of the 'Relation1' attribute.

See Also:
getRelation1()
Generated:
This code was automatically generated.
Ordered

relation1

protected String relation1
The cached value of the 'Relation1' attribute.

See Also:
getRelation1()
Generated:
This code was automatically generated.
Ordered

RELATION2_EDEFAULT

protected static final String RELATION2_EDEFAULT
The default value of the 'Relation2' attribute.

See Also:
getRelation2()
Generated:
This code was automatically generated.
Ordered

relation2

protected String relation2
The cached value of the 'Relation2' attribute.

See Also:
getRelation2()
Generated:
This code was automatically generated.
Ordered
Constructor Detail

UnlinkTypeImpl

protected UnlinkTypeImpl()

Generated:
This code was automatically generated.
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class EObjectImpl
Generated:
This code was automatically generated.

getIndex

public String getIndex()

Specified by:
getIndex in interface UnlinkType
Returns:
the value of the 'Index' attribute.
See Also:
UnlinkType.setIndex(String), MomlPackage.getUnlinkType_Index()
Generated:
This code was automatically generated.

setIndex

public void setIndex(String newIndex)

Specified by:
setIndex in interface UnlinkType
Parameters:
newIndex - the new value of the 'Index' attribute.
See Also:
UnlinkType.getIndex()
Generated:
This code was automatically generated.

getInsideIndex

public String getInsideIndex()

Specified by:
getInsideIndex in interface UnlinkType
Returns:
the value of the 'Inside Index' attribute.
See Also:
UnlinkType.setInsideIndex(String), MomlPackage.getUnlinkType_InsideIndex()
Generated:
This code was automatically generated.

setInsideIndex

public void setInsideIndex(String newInsideIndex)

Specified by:
setInsideIndex in interface UnlinkType
Parameters:
newInsideIndex - the new value of the 'Inside Index' attribute.
See Also:
UnlinkType.getInsideIndex()
Generated:
This code was automatically generated.

getPort

public String getPort()

Specified by:
getPort in interface UnlinkType
Returns:
the value of the 'Port' attribute.
See Also:
UnlinkType.setPort(String), MomlPackage.getUnlinkType_Port()
Generated:
This code was automatically generated.

setPort

public void setPort(String newPort)

Specified by:
setPort in interface UnlinkType
Parameters:
newPort - the new value of the 'Port' attribute.
See Also:
UnlinkType.getPort()
Generated:
This code was automatically generated.

getRelation

public String getRelation()

Specified by:
getRelation in interface UnlinkType
Returns:
the value of the 'Relation' attribute.
See Also:
UnlinkType.setRelation(String), MomlPackage.getUnlinkType_Relation()
Generated:
This code was automatically generated.

setRelation

public void setRelation(String newRelation)

Specified by:
setRelation in interface UnlinkType
Parameters:
newRelation - the new value of the 'Relation' attribute.
See Also:
UnlinkType.getRelation()
Generated:
This code was automatically generated.

getRelation1

public String getRelation1()

Specified by:
getRelation1 in interface UnlinkType
Returns:
the value of the 'Relation1' attribute.
See Also:
UnlinkType.setRelation1(String), MomlPackage.getUnlinkType_Relation1()
Generated:
This code was automatically generated.

setRelation1

public void setRelation1(String newRelation1)

Specified by:
setRelation1 in interface UnlinkType
Parameters:
newRelation1 - the new value of the 'Relation1' attribute.
See Also:
UnlinkType.getRelation1()
Generated:
This code was automatically generated.

getRelation2

public String getRelation2()

Specified by:
getRelation2 in interface UnlinkType
Returns:
the value of the 'Relation2' attribute.
See Also:
UnlinkType.setRelation2(String), MomlPackage.getUnlinkType_Relation2()
Generated:
This code was automatically generated.

setRelation2

public void setRelation2(String newRelation2)

Specified by:
setRelation2 in interface UnlinkType
Parameters:
newRelation2 - the new value of the 'Relation2' attribute.
See Also:
UnlinkType.getRelation2()
Generated:
This code was automatically generated.

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface InternalEObject
Overrides:
eGet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface InternalEObject
Overrides:
eSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface InternalEObject
Overrides:
eUnset in class BasicEObjectImpl
Generated:
This code was automatically generated.

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface InternalEObject
Overrides:
eIsSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

toString

public String toString()

Overrides:
toString in class BasicEObjectImpl
Generated:
This code was automatically generated.