org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl
Class AssociationType1Impl

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.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl.RegistryObjectTypeImpl
                  extended by org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl.AssociationType1Impl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, AssociationType1, RegistryObjectType

public class AssociationType1Impl
extends RegistryObjectTypeImpl
implements AssociationType1

An implementation of the model object 'Association Type1'.

The following features are implemented:


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 java.lang.String getAssociationType()
           
 java.lang.String getSourceObject()
           
 java.lang.String getTargetObject()
           
 boolean isIsConfirmedBySourceOwner()
           
 boolean isIsConfirmedByTargetOwner()
           
 boolean isSetIsConfirmedBySourceOwner()
           
 boolean isSetIsConfirmedByTargetOwner()
           
 void setAssociationType(java.lang.String newAssociationType)
           
 void setIsConfirmedBySourceOwner(boolean newIsConfirmedBySourceOwner)
           
 void setIsConfirmedByTargetOwner(boolean newIsConfirmedByTargetOwner)
           
 void setSourceObject(java.lang.String newSourceObject)
           
 void setTargetObject(java.lang.String newTargetObject)
           
 java.lang.String toString()
           
 void unsetIsConfirmedBySourceOwner()
           
 void unsetIsConfirmedByTargetOwner()
           
 
Methods inherited from class org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl.RegistryObjectTypeImpl
basicSetDescription, basicSetName, eInverseRemove, getAccessControlPolicy, getClassification, getDescription, getExternalIdentifier, getId, getName, getObjectType, getSlot, setAccessControlPolicy, setDescription, setId, setName, setObjectType
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.ohf.ihe.common.ebxml._2._1.rim.RegistryObjectType
getAccessControlPolicy, getClassification, getDescription, getExternalIdentifier, getId, getName, getObjectType, getSlot, setAccessControlPolicy, setDescription, setId, setName, setObjectType
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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
 

Method Detail

getAssociationType

public java.lang.String getAssociationType()

Specified by:
getAssociationType in interface AssociationType1
Returns:
the value of the 'Association Type' attribute.
See Also:
AssociationType1.setAssociationType(String), RimPackage.getAssociationType1_AssociationType()

setAssociationType

public void setAssociationType(java.lang.String newAssociationType)

Specified by:
setAssociationType in interface AssociationType1
Parameters:
newAssociationType - the new value of the 'Association Type' attribute.
See Also:
AssociationType1.getAssociationType()

isIsConfirmedBySourceOwner

public boolean isIsConfirmedBySourceOwner()

Specified by:
isIsConfirmedBySourceOwner in interface AssociationType1
Returns:
the value of the 'Is Confirmed By Source Owner' attribute.
See Also:
AssociationType1.isSetIsConfirmedBySourceOwner(), AssociationType1.unsetIsConfirmedBySourceOwner(), AssociationType1.setIsConfirmedBySourceOwner(boolean), RimPackage.getAssociationType1_IsConfirmedBySourceOwner()

setIsConfirmedBySourceOwner

public void setIsConfirmedBySourceOwner(boolean newIsConfirmedBySourceOwner)

Specified by:
setIsConfirmedBySourceOwner in interface AssociationType1
Parameters:
newIsConfirmedBySourceOwner - the new value of the 'Is Confirmed By Source Owner' attribute.
See Also:
AssociationType1.isSetIsConfirmedBySourceOwner(), AssociationType1.unsetIsConfirmedBySourceOwner(), AssociationType1.isIsConfirmedBySourceOwner()

unsetIsConfirmedBySourceOwner

public void unsetIsConfirmedBySourceOwner()

Specified by:
unsetIsConfirmedBySourceOwner in interface AssociationType1
See Also:
AssociationType1.isSetIsConfirmedBySourceOwner(), AssociationType1.isIsConfirmedBySourceOwner(), AssociationType1.setIsConfirmedBySourceOwner(boolean)

isSetIsConfirmedBySourceOwner

public boolean isSetIsConfirmedBySourceOwner()

Specified by:
isSetIsConfirmedBySourceOwner in interface AssociationType1
Returns:
whether the value of the 'Is Confirmed By Source Owner' attribute is set.
See Also:
AssociationType1.unsetIsConfirmedBySourceOwner(), AssociationType1.isIsConfirmedBySourceOwner(), AssociationType1.setIsConfirmedBySourceOwner(boolean)

isIsConfirmedByTargetOwner

public boolean isIsConfirmedByTargetOwner()

Specified by:
isIsConfirmedByTargetOwner in interface AssociationType1
Returns:
the value of the 'Is Confirmed By Target Owner' attribute.
See Also:
AssociationType1.isSetIsConfirmedByTargetOwner(), AssociationType1.unsetIsConfirmedByTargetOwner(), AssociationType1.setIsConfirmedByTargetOwner(boolean), RimPackage.getAssociationType1_IsConfirmedByTargetOwner()

setIsConfirmedByTargetOwner

public void setIsConfirmedByTargetOwner(boolean newIsConfirmedByTargetOwner)

Specified by:
setIsConfirmedByTargetOwner in interface AssociationType1
Parameters:
newIsConfirmedByTargetOwner - the new value of the 'Is Confirmed By Target Owner' attribute.
See Also:
AssociationType1.isSetIsConfirmedByTargetOwner(), AssociationType1.unsetIsConfirmedByTargetOwner(), AssociationType1.isIsConfirmedByTargetOwner()

unsetIsConfirmedByTargetOwner

public void unsetIsConfirmedByTargetOwner()

Specified by:
unsetIsConfirmedByTargetOwner in interface AssociationType1
See Also:
AssociationType1.isSetIsConfirmedByTargetOwner(), AssociationType1.isIsConfirmedByTargetOwner(), AssociationType1.setIsConfirmedByTargetOwner(boolean)

isSetIsConfirmedByTargetOwner

public boolean isSetIsConfirmedByTargetOwner()

Specified by:
isSetIsConfirmedByTargetOwner in interface AssociationType1
Returns:
whether the value of the 'Is Confirmed By Target Owner' attribute is set.
See Also:
AssociationType1.unsetIsConfirmedByTargetOwner(), AssociationType1.isIsConfirmedByTargetOwner(), AssociationType1.setIsConfirmedByTargetOwner(boolean)

getSourceObject

public java.lang.String getSourceObject()

Specified by:
getSourceObject in interface AssociationType1
Returns:
the value of the 'Source Object' attribute.
See Also:
AssociationType1.setSourceObject(String), RimPackage.getAssociationType1_SourceObject()

setSourceObject

public void setSourceObject(java.lang.String newSourceObject)

Specified by:
setSourceObject in interface AssociationType1
Parameters:
newSourceObject - the new value of the 'Source Object' attribute.
See Also:
AssociationType1.getSourceObject()

getTargetObject

public java.lang.String getTargetObject()

Specified by:
getTargetObject in interface AssociationType1
Returns:
the value of the 'Target Object' attribute.
See Also:
AssociationType1.setTargetObject(String), RimPackage.getAssociationType1_TargetObject()

setTargetObject

public void setTargetObject(java.lang.String newTargetObject)

Specified by:
setTargetObject in interface AssociationType1
Parameters:
newTargetObject - the new value of the 'Target Object' attribute.
See Also:
AssociationType1.getTargetObject()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class RegistryObjectTypeImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class RegistryObjectTypeImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class RegistryObjectTypeImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class RegistryObjectTypeImpl

toString

public java.lang.String toString()

Overrides:
toString in class RegistryObjectTypeImpl