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

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.PersonNameTypeImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, PersonNameType

public class PersonNameTypeImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements PersonNameType

An implementation of the model object 'Person Name Type'.

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)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 java.lang.String getFirstName()
           
 org.eclipse.emf.ecore.util.FeatureMap getGroup()
           
 java.lang.String getLastName()
           
 java.lang.String getMiddleName()
           
 org.eclipse.emf.common.util.EList getSlot()
           
 void setFirstName(java.lang.String newFirstName)
           
 void setLastName(java.lang.String newLastName)
           
 void setMiddleName(java.lang.String newMiddleName)
           
 java.lang.String toString()
           
 
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.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

getGroup

public org.eclipse.emf.ecore.util.FeatureMap getGroup()

Specified by:
getGroup in interface PersonNameType
Returns:
the value of the 'Group' attribute list.
See Also:
RimPackage.getPersonNameType_Group()

getSlot

public org.eclipse.emf.common.util.EList getSlot()

Specified by:
getSlot in interface PersonNameType
Returns:
the value of the 'Slot' containment reference list.
See Also:
RimPackage.getPersonNameType_Slot()

getFirstName

public java.lang.String getFirstName()

Specified by:
getFirstName in interface PersonNameType
Returns:
the value of the 'First Name' attribute.
See Also:
PersonNameType.setFirstName(String), RimPackage.getPersonNameType_FirstName()

setFirstName

public void setFirstName(java.lang.String newFirstName)

Specified by:
setFirstName in interface PersonNameType
Parameters:
newFirstName - the new value of the 'First Name' attribute.
See Also:
PersonNameType.getFirstName()

getLastName

public java.lang.String getLastName()

Specified by:
getLastName in interface PersonNameType
Returns:
the value of the 'Last Name' attribute.
See Also:
PersonNameType.setLastName(String), RimPackage.getPersonNameType_LastName()

setLastName

public void setLastName(java.lang.String newLastName)

Specified by:
setLastName in interface PersonNameType
Parameters:
newLastName - the new value of the 'Last Name' attribute.
See Also:
PersonNameType.getLastName()

getMiddleName

public java.lang.String getMiddleName()

Specified by:
getMiddleName in interface PersonNameType
Returns:
the value of the 'Middle Name' attribute.
See Also:
PersonNameType.setMiddleName(String), RimPackage.getPersonNameType_MiddleName()

setMiddleName

public void setMiddleName(java.lang.String newMiddleName)

Specified by:
setMiddleName in interface PersonNameType
Parameters:
newMiddleName - the new value of the 'Middle Name' attribute.
See Also:
PersonNameType.getMiddleName()

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

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 org.eclipse.emf.ecore.impl.BasicEObjectImpl

eSet

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

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

eUnset

public void eUnset(int featureID)

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

eIsSet

public boolean eIsSet(int featureID)

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

toString

public java.lang.String toString()

Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl