org.eclipse.ohf.ihe.common.cdar2.impl
Class StrucDocLinkHtmlImpl

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.cdar2.impl.StrucDocLinkHtmlImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, StrucDocLinkHtml

public class StrucDocLinkHtmlImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements StrucDocLinkHtml

An implementation of the model object 'Struc Doc Link Html'.

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)
           
 org.eclipse.emf.common.util.EList getFootnote()
           
 org.eclipse.emf.common.util.EList getFootnoteRef()
           
 org.eclipse.emf.ecore.util.FeatureMap getGroup()
           
 java.lang.String getHref()
           
 java.lang.String getID()
           
 java.lang.String getLanguage()
           
 org.eclipse.emf.ecore.util.FeatureMap getMixed()
           
 java.lang.String getName()
           
 java.lang.String getRel()
           
 java.lang.String getRev()
           
 java.util.List getStyleCode()
           
 java.lang.String getTitle()
           
 void setHref(java.lang.String newHref)
           
 void setID(java.lang.String newID)
           
 void setLanguage(java.lang.String newLanguage)
           
 void setName(java.lang.String newName)
           
 void setRel(java.lang.String newRel)
           
 void setRev(java.lang.String newRev)
           
 void setStyleCode(java.util.List newStyleCode)
           
 void setTitle(java.lang.String newTitle)
           
 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

getMixed

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

Specified by:
getMixed in interface StrucDocLinkHtml
Returns:
the value of the 'Mixed' attribute list.
See Also:
CDAR2Package.getStrucDocLinkHtml_Mixed()

getGroup

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

Specified by:
getGroup in interface StrucDocLinkHtml
Returns:
the value of the 'Group' attribute list.
See Also:
CDAR2Package.getStrucDocLinkHtml_Group()

getFootnote

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

Specified by:
getFootnote in interface StrucDocLinkHtml
Returns:
the value of the 'Footnote' containment reference list.
See Also:
CDAR2Package.getStrucDocLinkHtml_Footnote()

getFootnoteRef

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

Specified by:
getFootnoteRef in interface StrucDocLinkHtml
Returns:
the value of the 'Footnote Ref' containment reference list.
See Also:
CDAR2Package.getStrucDocLinkHtml_FootnoteRef()

getHref

public java.lang.String getHref()

Specified by:
getHref in interface StrucDocLinkHtml
Returns:
the value of the 'Href' attribute.
See Also:
StrucDocLinkHtml.setHref(String), CDAR2Package.getStrucDocLinkHtml_Href()

setHref

public void setHref(java.lang.String newHref)

Specified by:
setHref in interface StrucDocLinkHtml
Parameters:
newHref - the new value of the 'Href' attribute.
See Also:
StrucDocLinkHtml.getHref()

getID

public java.lang.String getID()

Specified by:
getID in interface StrucDocLinkHtml
Returns:
the value of the 'ID' attribute.
See Also:
StrucDocLinkHtml.setID(String), CDAR2Package.getStrucDocLinkHtml_ID()

setID

public void setID(java.lang.String newID)

Specified by:
setID in interface StrucDocLinkHtml
Parameters:
newID - the new value of the 'ID' attribute.
See Also:
StrucDocLinkHtml.getID()

getLanguage

public java.lang.String getLanguage()

Specified by:
getLanguage in interface StrucDocLinkHtml
Returns:
the value of the 'Language' attribute.
See Also:
StrucDocLinkHtml.setLanguage(String), CDAR2Package.getStrucDocLinkHtml_Language()

setLanguage

public void setLanguage(java.lang.String newLanguage)

Specified by:
setLanguage in interface StrucDocLinkHtml
Parameters:
newLanguage - the new value of the 'Language' attribute.
See Also:
StrucDocLinkHtml.getLanguage()

getName

public java.lang.String getName()

Specified by:
getName in interface StrucDocLinkHtml
Returns:
the value of the 'Name' attribute.
See Also:
StrucDocLinkHtml.setName(String), CDAR2Package.getStrucDocLinkHtml_Name()

setName

public void setName(java.lang.String newName)

Specified by:
setName in interface StrucDocLinkHtml
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
StrucDocLinkHtml.getName()

getRel

public java.lang.String getRel()

Specified by:
getRel in interface StrucDocLinkHtml
Returns:
the value of the 'Rel' attribute.
See Also:
StrucDocLinkHtml.setRel(String), CDAR2Package.getStrucDocLinkHtml_Rel()

setRel

public void setRel(java.lang.String newRel)

Specified by:
setRel in interface StrucDocLinkHtml
Parameters:
newRel - the new value of the 'Rel' attribute.
See Also:
StrucDocLinkHtml.getRel()

getRev

public java.lang.String getRev()

Specified by:
getRev in interface StrucDocLinkHtml
Returns:
the value of the 'Rev' attribute.
See Also:
StrucDocLinkHtml.setRev(String), CDAR2Package.getStrucDocLinkHtml_Rev()

setRev

public void setRev(java.lang.String newRev)

Specified by:
setRev in interface StrucDocLinkHtml
Parameters:
newRev - the new value of the 'Rev' attribute.
See Also:
StrucDocLinkHtml.getRev()

getStyleCode

public java.util.List getStyleCode()

Specified by:
getStyleCode in interface StrucDocLinkHtml
Returns:
the value of the 'Style Code' attribute.
See Also:
StrucDocLinkHtml.setStyleCode(List), CDAR2Package.getStrucDocLinkHtml_StyleCode()

setStyleCode

public void setStyleCode(java.util.List newStyleCode)

Specified by:
setStyleCode in interface StrucDocLinkHtml
Parameters:
newStyleCode - the new value of the 'Style Code' attribute.
See Also:
StrucDocLinkHtml.getStyleCode()

getTitle

public java.lang.String getTitle()

Specified by:
getTitle in interface StrucDocLinkHtml
Returns:
the value of the 'Title' attribute.
See Also:
StrucDocLinkHtml.setTitle(String), CDAR2Package.getStrucDocLinkHtml_Title()

setTitle

public void setTitle(java.lang.String newTitle)

Specified by:
setTitle in interface StrucDocLinkHtml
Parameters:
newTitle - the new value of the 'Title' attribute.
See Also:
StrucDocLinkHtml.getTitle()

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