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

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

public class StrucDocColgroupImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements StrucDocColgroup

An implementation of the model object 'Struc Doc Colgroup'.

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)
           
 AlignType6 getAlign()
           
 java.lang.String getChar()
           
 java.lang.String getCharoff()
           
 org.eclipse.emf.common.util.EList getCol()
           
 org.eclipse.emf.ecore.util.FeatureMap getGroup()
           
 java.lang.String getID()
           
 java.lang.String getLanguage()
           
 java.lang.String getSpan()
           
 java.util.List getStyleCode()
           
 ValignType getValign()
           
 java.lang.String getWidth()
           
 boolean isSetAlign()
           
 boolean isSetSpan()
           
 boolean isSetValign()
           
 void setAlign(AlignType6 newAlign)
           
 void setChar(java.lang.String newChar)
           
 void setCharoff(java.lang.String newCharoff)
           
 void setID(java.lang.String newID)
           
 void setLanguage(java.lang.String newLanguage)
           
 void setSpan(java.lang.String newSpan)
           
 void setStyleCode(java.util.List newStyleCode)
           
 void setValign(ValignType newValign)
           
 void setWidth(java.lang.String newWidth)
           
 java.lang.String toString()
           
 void unsetAlign()
           
 void unsetSpan()
           
 void unsetValign()
           
 
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 StrucDocColgroup
Returns:
the value of the 'Group' attribute list.
See Also:
CDAR2Package.getStrucDocColgroup_Group()

getCol

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

Specified by:
getCol in interface StrucDocColgroup
Returns:
the value of the 'Col' containment reference list.
See Also:
CDAR2Package.getStrucDocColgroup_Col()

getAlign

public AlignType6 getAlign()

Specified by:
getAlign in interface StrucDocColgroup
Returns:
the value of the 'Align' attribute.
See Also:
AlignType6, StrucDocColgroup.isSetAlign(), StrucDocColgroup.unsetAlign(), StrucDocColgroup.setAlign(AlignType6), CDAR2Package.getStrucDocColgroup_Align()

setAlign

public void setAlign(AlignType6 newAlign)

Specified by:
setAlign in interface StrucDocColgroup
Parameters:
newAlign - the new value of the 'Align' attribute.
See Also:
AlignType6, StrucDocColgroup.isSetAlign(), StrucDocColgroup.unsetAlign(), StrucDocColgroup.getAlign()

unsetAlign

public void unsetAlign()

Specified by:
unsetAlign in interface StrucDocColgroup
See Also:
StrucDocColgroup.isSetAlign(), StrucDocColgroup.getAlign(), StrucDocColgroup.setAlign(AlignType6)

isSetAlign

public boolean isSetAlign()

Specified by:
isSetAlign in interface StrucDocColgroup
Returns:
whether the value of the 'Align' attribute is set.
See Also:
StrucDocColgroup.unsetAlign(), StrucDocColgroup.getAlign(), StrucDocColgroup.setAlign(AlignType6)

getChar

public java.lang.String getChar()

Specified by:
getChar in interface StrucDocColgroup
Returns:
the value of the 'Char' attribute.
See Also:
StrucDocColgroup.setChar(String), CDAR2Package.getStrucDocColgroup_Char()

setChar

public void setChar(java.lang.String newChar)

Specified by:
setChar in interface StrucDocColgroup
Parameters:
newChar - the new value of the 'Char' attribute.
See Also:
StrucDocColgroup.getChar()

getCharoff

public java.lang.String getCharoff()

Specified by:
getCharoff in interface StrucDocColgroup
Returns:
the value of the 'Charoff' attribute.
See Also:
StrucDocColgroup.setCharoff(String), CDAR2Package.getStrucDocColgroup_Charoff()

setCharoff

public void setCharoff(java.lang.String newCharoff)

Specified by:
setCharoff in interface StrucDocColgroup
Parameters:
newCharoff - the new value of the 'Charoff' attribute.
See Also:
StrucDocColgroup.getCharoff()

getID

public java.lang.String getID()

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

setID

public void setID(java.lang.String newID)

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

getLanguage

public java.lang.String getLanguage()

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

setLanguage

public void setLanguage(java.lang.String newLanguage)

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

getSpan

public java.lang.String getSpan()

Specified by:
getSpan in interface StrucDocColgroup
Returns:
the value of the 'Span' attribute.
See Also:
StrucDocColgroup.isSetSpan(), StrucDocColgroup.unsetSpan(), StrucDocColgroup.setSpan(String), CDAR2Package.getStrucDocColgroup_Span()

setSpan

public void setSpan(java.lang.String newSpan)

Specified by:
setSpan in interface StrucDocColgroup
Parameters:
newSpan - the new value of the 'Span' attribute.
See Also:
StrucDocColgroup.isSetSpan(), StrucDocColgroup.unsetSpan(), StrucDocColgroup.getSpan()

unsetSpan

public void unsetSpan()

Specified by:
unsetSpan in interface StrucDocColgroup
See Also:
StrucDocColgroup.isSetSpan(), StrucDocColgroup.getSpan(), StrucDocColgroup.setSpan(String)

isSetSpan

public boolean isSetSpan()

Specified by:
isSetSpan in interface StrucDocColgroup
Returns:
whether the value of the 'Span' attribute is set.
See Also:
StrucDocColgroup.unsetSpan(), StrucDocColgroup.getSpan(), StrucDocColgroup.setSpan(String)

getStyleCode

public java.util.List getStyleCode()

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

setStyleCode

public void setStyleCode(java.util.List newStyleCode)

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

getValign

public ValignType getValign()

Specified by:
getValign in interface StrucDocColgroup
Returns:
the value of the 'Valign' attribute.
See Also:
ValignType, StrucDocColgroup.isSetValign(), StrucDocColgroup.unsetValign(), StrucDocColgroup.setValign(ValignType), CDAR2Package.getStrucDocColgroup_Valign()

setValign

public void setValign(ValignType newValign)

Specified by:
setValign in interface StrucDocColgroup
Parameters:
newValign - the new value of the 'Valign' attribute.
See Also:
ValignType, StrucDocColgroup.isSetValign(), StrucDocColgroup.unsetValign(), StrucDocColgroup.getValign()

unsetValign

public void unsetValign()

Specified by:
unsetValign in interface StrucDocColgroup
See Also:
StrucDocColgroup.isSetValign(), StrucDocColgroup.getValign(), StrucDocColgroup.setValign(ValignType)

isSetValign

public boolean isSetValign()

Specified by:
isSetValign in interface StrucDocColgroup
Returns:
whether the value of the 'Valign' attribute is set.
See Also:
StrucDocColgroup.unsetValign(), StrucDocColgroup.getValign(), StrucDocColgroup.setValign(ValignType)

getWidth

public java.lang.String getWidth()

Specified by:
getWidth in interface StrucDocColgroup
Returns:
the value of the 'Width' attribute.
See Also:
StrucDocColgroup.setWidth(String), CDAR2Package.getStrucDocColgroup_Width()

setWidth

public void setWidth(java.lang.String newWidth)

Specified by:
setWidth in interface StrucDocColgroup
Parameters:
newWidth - the new value of the 'Width' attribute.
See Also:
StrucDocColgroup.getWidth()

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