Class DocumentRootImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.EObjectImpl
-
- org.omg.spec.bpmn.non.normative.color.impl.DocumentRootImpl
-
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.InternalEObject,DocumentRoot
public class DocumentRootImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements DocumentRoot
An implementation of the model object 'Document Root'.The following features are implemented:
- Generated code
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringBACKGROUND_COLOR_EDEFAULTThe default value of the 'Background Color' attribute.protected StringbackgroundColorThe cached value of the 'Background Color' attribute.protected static StringBORDER_COLOR_EDEFAULTThe default value of the 'Border Color' attribute.protected StringborderColorThe cached value of the 'Border Color' attribute.protected StringcolorThe cached value of the 'Color' attribute.protected static StringCOLOR_EDEFAULTThe default value of the 'Color' attribute.protected org.eclipse.emf.ecore.util.FeatureMapmixedThe cached value of the 'Mixed' attribute list.protected org.eclipse.emf.common.util.EMap<String,String>xMLNSPrefixMapThe cached value of the 'XMLNS Prefix Map' map.protected org.eclipse.emf.common.util.EMap<String,String>xSISchemaLocationThe cached value of the 'XSI Schema Location' map.-
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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDocumentRootImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)org.eclipse.emf.common.notify.NotificationChaineInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected org.eclipse.emf.ecore.EClasseStaticClass()voideUnset(int featureID)StringgetBackgroundColor()StringgetBorderColor()StringgetColor()org.eclipse.emf.ecore.util.FeatureMapgetMixed()org.eclipse.emf.common.util.EMap<String,String>getXMLNSPrefixMap()org.eclipse.emf.common.util.EMap<String,String>getXSISchemaLocation()voidsetBackgroundColor(String newBackgroundColor)voidsetBorderColor(String newBorderColor)voidsetColor(String newColor)StringtoString()-
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, 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
-
-
-
-
Field Detail
-
mixed
protected org.eclipse.emf.ecore.util.FeatureMap mixed
The cached value of the 'Mixed' attribute list.- See Also:
getMixed()- Generated code
- Ordered
-
xMLNSPrefixMap
protected org.eclipse.emf.common.util.EMap<String,String> xMLNSPrefixMap
The cached value of the 'XMLNS Prefix Map' map.- See Also:
getXMLNSPrefixMap()- Generated code
- Ordered
-
xSISchemaLocation
protected org.eclipse.emf.common.util.EMap<String,String> xSISchemaLocation
The cached value of the 'XSI Schema Location' map.- See Also:
getXSISchemaLocation()- Generated code
- Ordered
-
BACKGROUND_COLOR_EDEFAULT
protected static final String BACKGROUND_COLOR_EDEFAULT
The default value of the 'Background Color' attribute.- See Also:
getBackgroundColor()- Generated code
- Ordered
-
backgroundColor
protected String backgroundColor
The cached value of the 'Background Color' attribute.- See Also:
getBackgroundColor()- Generated code
- Ordered
-
BORDER_COLOR_EDEFAULT
protected static final String BORDER_COLOR_EDEFAULT
The default value of the 'Border Color' attribute.- See Also:
getBorderColor()- Generated code
- Ordered
-
borderColor
protected String borderColor
The cached value of the 'Border Color' attribute.- See Also:
getBorderColor()- Generated code
- Ordered
-
COLOR_EDEFAULT
protected static final String COLOR_EDEFAULT
The default value of the 'Color' attribute.- See Also:
getColor()- Generated code
- Ordered
-
color
protected String color
The cached value of the 'Color' attribute.- See Also:
getColor()- Generated code
- Ordered
-
-
Method Detail
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClassin classorg.eclipse.emf.ecore.impl.EObjectImpl- Generated code
-
getMixed
public org.eclipse.emf.ecore.util.FeatureMap getMixed()
- Specified by:
getMixedin interfaceDocumentRoot- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
ColorPackage.getDocumentRoot_Mixed()- Generated code
-
getXMLNSPrefixMap
public org.eclipse.emf.common.util.EMap<String,String> getXMLNSPrefixMap()
- Specified by:
getXMLNSPrefixMapin interfaceDocumentRoot- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
ColorPackage.getDocumentRoot_XMLNSPrefixMap()- Generated code
-
getXSISchemaLocation
public org.eclipse.emf.common.util.EMap<String,String> getXSISchemaLocation()
- Specified by:
getXSISchemaLocationin interfaceDocumentRoot- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
ColorPackage.getDocumentRoot_XSISchemaLocation()- Generated code
-
getBackgroundColor
public String getBackgroundColor()
- Specified by:
getBackgroundColorin interfaceDocumentRoot- Returns:
- the value of the 'Background Color' attribute.
- See Also:
DocumentRoot.setBackgroundColor(String),ColorPackage.getDocumentRoot_BackgroundColor()- Generated code
-
setBackgroundColor
public void setBackgroundColor(String newBackgroundColor)
- Specified by:
setBackgroundColorin interfaceDocumentRoot- Parameters:
newBackgroundColor- the new value of the 'Background Color' attribute.- See Also:
DocumentRoot.getBackgroundColor()- Generated code
-
getBorderColor
public String getBorderColor()
- Specified by:
getBorderColorin interfaceDocumentRoot- Returns:
- the value of the 'Border Color' attribute.
- See Also:
DocumentRoot.setBorderColor(String),ColorPackage.getDocumentRoot_BorderColor()- Generated code
-
setBorderColor
public void setBorderColor(String newBorderColor)
- Specified by:
setBorderColorin interfaceDocumentRoot- Parameters:
newBorderColor- the new value of the 'Border Color' attribute.- See Also:
DocumentRoot.getBorderColor()- Generated code
-
getColor
public String getColor()
- Specified by:
getColorin interfaceDocumentRoot- Returns:
- the value of the 'Color' attribute.
- See Also:
DocumentRoot.setColor(String),ColorPackage.getDocumentRoot_Color()- Generated code
-
setColor
public void setColor(String newColor)
- Specified by:
setColorin interfaceDocumentRoot- Parameters:
newColor- the new value of the 'Color' attribute.- See Also:
DocumentRoot.getColor()- Generated code
-
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:
eInverseRemovein classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eGetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eSetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eUnsetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eIsSetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
toString
public String toString()
- Overrides:
toStringin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
-