Class SeriesDimensionValueImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
- com._1c.g5.v8.bm.core.BmObject
-
- com._1c.g5.v8.dt.ganttchart.model.impl.SeriesDimensionValueImpl
-
- All Implemented Interfaces:
IBmObject
,SeriesDimensionValue
,org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
,org.eclipse.emf.ecore.InternalEObject
- Direct Known Subclasses:
PointDimensionValueImpl
public class SeriesDimensionValueImpl extends BmObject implements SeriesDimensionValue
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
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, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SeriesDimensionValueImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.emf.ecore.EClass
eStaticClass()
protected int
eStaticFeatureCount()
long
getBaseData()
int
getCacheKey()
int
getExtKey()
int
getItemKey()
int
getKey()
int
getLeftKey()
int
getParentKey()
int
getRightKey()
org.eclipse.emf.common.util.EMap<String,String>
getTitle()
void
setBaseData(long newBaseData)
void
setCacheKey(int newCacheKey)
void
setExtKey(int newExtKey)
void
setItemKey(int newItemKey)
void
setKey(int newKey)
void
setLeftKey(int newLeftKey)
void
setParentKey(int newParentKey)
void
setRightKey(int newRightKey)
-
Methods inherited from class com._1c.g5.v8.bm.core.BmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData, createFeatureMap, createList, dynamicGet, dynamicSet, dynamicUnset, eBasicSetContainer, eBasicSetContainer, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDirectResource, eGet, eHasSettings, eInternalContainer, eInternalResource, eInverseAdd, eNotificationRequired, eNotify, equals, eResolveProxy, eSetDirectResource, eSetStore, eSettings, eStore, hashCode
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
eBasicContainerFeatureID, eBasicInternalContainer, eDerivedStructuralFeatureID, eDynamicIsSet, eIsCaching
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eContents, eCrossReferences, eDeliver, eDynamicClass, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResource, eSet, eSet, eSetResource, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClass
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eStaticFeatureCount
protected int eStaticFeatureCount()
- Overrides:
eStaticFeatureCount
in classorg.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
getItemKey
public int getItemKey()
- Specified by:
getItemKey
in interfaceSeriesDimensionValue
- Returns:
- the value of the 'Item Key' attribute.
- See Also:
SeriesDimensionValue.setItemKey(int)
,GanttChartPackage.getSeriesDimensionValue_ItemKey()
-
setItemKey
public void setItemKey(int newItemKey)
- Specified by:
setItemKey
in interfaceSeriesDimensionValue
- Parameters:
newItemKey
- the new value of the 'Item Key' attribute.- See Also:
SeriesDimensionValue.getItemKey()
-
getKey
public int getKey()
- Specified by:
getKey
in interfaceSeriesDimensionValue
- Returns:
- the value of the 'Key' attribute.
- See Also:
SeriesDimensionValue.setKey(int)
,GanttChartPackage.getSeriesDimensionValue_Key()
-
setKey
public void setKey(int newKey)
- Specified by:
setKey
in interfaceSeriesDimensionValue
- Parameters:
newKey
- the new value of the 'Key' attribute.- See Also:
SeriesDimensionValue.getKey()
-
getParentKey
public int getParentKey()
- Specified by:
getParentKey
in interfaceSeriesDimensionValue
- Returns:
- the value of the 'Parent Key' attribute.
- See Also:
SeriesDimensionValue.setParentKey(int)
,GanttChartPackage.getSeriesDimensionValue_ParentKey()
-
setParentKey
public void setParentKey(int newParentKey)
- Specified by:
setParentKey
in interfaceSeriesDimensionValue
- Parameters:
newParentKey
- the new value of the 'Parent Key' attribute.- See Also:
SeriesDimensionValue.getParentKey()
-
getLeftKey
public int getLeftKey()
- Specified by:
getLeftKey
in interfaceSeriesDimensionValue
- Returns:
- the value of the 'Left Key' attribute.
- See Also:
SeriesDimensionValue.setLeftKey(int)
,GanttChartPackage.getSeriesDimensionValue_LeftKey()
-
setLeftKey
public void setLeftKey(int newLeftKey)
- Specified by:
setLeftKey
in interfaceSeriesDimensionValue
- Parameters:
newLeftKey
- the new value of the 'Left Key' attribute.- See Also:
SeriesDimensionValue.getLeftKey()
-
getRightKey
public int getRightKey()
- Specified by:
getRightKey
in interfaceSeriesDimensionValue
- Returns:
- the value of the 'Right Key' attribute.
- See Also:
SeriesDimensionValue.setRightKey(int)
,GanttChartPackage.getSeriesDimensionValue_RightKey()
-
setRightKey
public void setRightKey(int newRightKey)
- Specified by:
setRightKey
in interfaceSeriesDimensionValue
- Parameters:
newRightKey
- the new value of the 'Right Key' attribute.- See Also:
SeriesDimensionValue.getRightKey()
-
getExtKey
public int getExtKey()
- Specified by:
getExtKey
in interfaceSeriesDimensionValue
- Returns:
- the value of the 'Ext Key' attribute.
- See Also:
SeriesDimensionValue.setExtKey(int)
,GanttChartPackage.getSeriesDimensionValue_ExtKey()
-
setExtKey
public void setExtKey(int newExtKey)
- Specified by:
setExtKey
in interfaceSeriesDimensionValue
- Parameters:
newExtKey
- the new value of the 'Ext Key' attribute.- See Also:
SeriesDimensionValue.getExtKey()
-
getTitle
public org.eclipse.emf.common.util.EMap<String,String> getTitle()
- Specified by:
getTitle
in interfaceSeriesDimensionValue
- Returns:
- the value of the 'Title' map.
- See Also:
GanttChartPackage.getSeriesDimensionValue_Title()
-
getCacheKey
public int getCacheKey()
- Specified by:
getCacheKey
in interfaceSeriesDimensionValue
- Returns:
- the value of the 'Cache Key' attribute.
- See Also:
SeriesDimensionValue.setCacheKey(int)
,GanttChartPackage.getSeriesDimensionValue_CacheKey()
-
setCacheKey
public void setCacheKey(int newCacheKey)
- Specified by:
setCacheKey
in interfaceSeriesDimensionValue
- Parameters:
newCacheKey
- the new value of the 'Cache Key' attribute.- See Also:
SeriesDimensionValue.getCacheKey()
-
getBaseData
public long getBaseData()
- Specified by:
getBaseData
in interfaceSeriesDimensionValue
- Returns:
- the value of the 'Base Data' attribute.
- See Also:
SeriesDimensionValue.setBaseData(long)
,GanttChartPackage.getSeriesDimensionValue_BaseData()
-
setBaseData
public void setBaseData(long newBaseData)
- Specified by:
setBaseData
in interfaceSeriesDimensionValue
- Parameters:
newBaseData
- the new value of the 'Base Data' attribute.- See Also:
SeriesDimensionValue.getBaseData()
-
-