Interface SeriesDimensionValue
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
PointDimensionValue
- All Known Implementing Classes:
PointDimensionValueImpl,SeriesDimensionValueImpl
public interface SeriesDimensionValue extends IBmObject
A representation of the model object 'Series Dimension Value'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBaseData()Returns the value of the 'Base Data' attribute.intgetCacheKey()Returns the value of the 'Cache Key' attribute.intgetExtKey()Returns the value of the 'Ext Key' attribute.intgetItemKey()Returns the value of the 'Item Key' attribute.intgetKey()Returns the value of the 'Key' attribute.intgetLeftKey()Returns the value of the 'Left Key' attribute.intgetParentKey()Returns the value of the 'Parent Key' attribute.intgetRightKey()Returns the value of the 'Right Key' attribute.org.eclipse.emf.common.util.EMap<String,String>getTitle()Returns the value of the 'Title' map.voidsetBaseData(long value)Sets the value of the 'Base Data' attribute.voidsetCacheKey(int value)Sets the value of the 'Cache Key' attribute.voidsetExtKey(int value)Sets the value of the 'Ext Key' attribute.voidsetItemKey(int value)Sets the value of the 'Item Key' attribute.voidsetKey(int value)Sets the value of the 'Key' attribute.voidsetLeftKey(int value)Sets the value of the 'Left Key' attribute.voidsetParentKey(int value)Sets the value of the 'Parent Key' attribute.voidsetRightKey(int value)Sets the value of the 'Right Key' attribute.-
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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
Method Detail
-
getItemKey
int getItemKey()
Returns the value of the 'Item Key' attribute.- Returns:
- the value of the 'Item Key' attribute.
- See Also:
setItemKey(int),GanttChartPackage.getSeriesDimensionValue_ItemKey()
-
setItemKey
void setItemKey(int value)
Sets the value of the 'Item Key' attribute.- Parameters:
value- the new value of the 'Item Key' attribute.- See Also:
getItemKey()
-
getKey
int getKey()
Returns the value of the 'Key' attribute.- Returns:
- the value of the 'Key' attribute.
- See Also:
setKey(int),GanttChartPackage.getSeriesDimensionValue_Key()
-
setKey
void setKey(int value)
Sets the value of the 'Key' attribute.- Parameters:
value- the new value of the 'Key' attribute.- See Also:
getKey()
-
getParentKey
int getParentKey()
Returns the value of the 'Parent Key' attribute.- Returns:
- the value of the 'Parent Key' attribute.
- See Also:
setParentKey(int),GanttChartPackage.getSeriesDimensionValue_ParentKey()
-
setParentKey
void setParentKey(int value)
Sets the value of the 'Parent Key' attribute.- Parameters:
value- the new value of the 'Parent Key' attribute.- See Also:
getParentKey()
-
getLeftKey
int getLeftKey()
Returns the value of the 'Left Key' attribute.- Returns:
- the value of the 'Left Key' attribute.
- See Also:
setLeftKey(int),GanttChartPackage.getSeriesDimensionValue_LeftKey()
-
setLeftKey
void setLeftKey(int value)
Sets the value of the 'Left Key' attribute.- Parameters:
value- the new value of the 'Left Key' attribute.- See Also:
getLeftKey()
-
getRightKey
int getRightKey()
Returns the value of the 'Right Key' attribute.- Returns:
- the value of the 'Right Key' attribute.
- See Also:
setRightKey(int),GanttChartPackage.getSeriesDimensionValue_RightKey()
-
setRightKey
void setRightKey(int value)
Sets the value of the 'Right Key' attribute.- Parameters:
value- the new value of the 'Right Key' attribute.- See Also:
getRightKey()
-
getExtKey
int getExtKey()
Returns the value of the 'Ext Key' attribute.- Returns:
- the value of the 'Ext Key' attribute.
- See Also:
setExtKey(int),GanttChartPackage.getSeriesDimensionValue_ExtKey()
-
setExtKey
void setExtKey(int value)
Sets the value of the 'Ext Key' attribute.- Parameters:
value- the new value of the 'Ext Key' attribute.- See Also:
getExtKey()
-
getTitle
org.eclipse.emf.common.util.EMap<String,String> getTitle()
- Returns:
- the value of the 'Title' map.
- See Also:
GanttChartPackage.getSeriesDimensionValue_Title()
-
getCacheKey
int getCacheKey()
Returns the value of the 'Cache Key' attribute.- Returns:
- the value of the 'Cache Key' attribute.
- See Also:
setCacheKey(int),GanttChartPackage.getSeriesDimensionValue_CacheKey()
-
setCacheKey
void setCacheKey(int value)
Sets the value of the 'Cache Key' attribute.- Parameters:
value- the new value of the 'Cache Key' attribute.- See Also:
getCacheKey()
-
getBaseData
long getBaseData()
Returns the value of the 'Base Data' attribute.- Returns:
- the value of the 'Base Data' attribute.
- See Also:
setBaseData(long),GanttChartPackage.getSeriesDimensionValue_BaseData()
-
setBaseData
void setBaseData(long value)
Sets the value of the 'Base Data' attribute.- Parameters:
value- the new value of the 'Base Data' attribute.- See Also:
getBaseData()
-
-