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
A representation of the model object 'Series Dimension Value'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the value of the 'Base Data' attribute.intReturns the value of the 'Cache Key' attribute.intReturns the value of the 'Ext Key' attribute.intReturns the value of the 'Item Key' attribute.intgetKey()Returns the value of the 'Key' attribute.intReturns the value of the 'Left Key' attribute.intReturns the value of the 'Parent Key' attribute.intReturns the value of the 'Right Key' attribute.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, eUnsetMethods 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, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getItemKey
int getItemKey()Returns the value of the 'Item Key' attribute.- Returns:
- the value of the 'Item Key' attribute.
- See Also:
-
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:
-
getKey
int getKey()Returns the value of the 'Key' attribute.- Returns:
- the value of the 'Key' attribute.
- See Also:
-
setKey
void setKey(int value) Sets the value of the 'Key' attribute.- Parameters:
value- the new value of the 'Key' attribute.- See Also:
-
getParentKey
int getParentKey()Returns the value of the 'Parent Key' attribute.- Returns:
- the value of the 'Parent Key' attribute.
- See Also:
-
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:
-
getLeftKey
int getLeftKey()Returns the value of the 'Left Key' attribute.- Returns:
- the value of the 'Left Key' attribute.
- See Also:
-
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:
-
getRightKey
int getRightKey()Returns the value of the 'Right Key' attribute.- Returns:
- the value of the 'Right Key' attribute.
- See Also:
-
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:
-
getExtKey
int getExtKey()Returns the value of the 'Ext Key' attribute.- Returns:
- the value of the 'Ext Key' attribute.
- See Also:
-
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:
-
getTitle
- Returns:
- the value of the 'Title' map.
- See Also:
-
getCacheKey
int getCacheKey()Returns the value of the 'Cache Key' attribute.- Returns:
- the value of the 'Cache Key' attribute.
- See Also:
-
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:
-
getBaseData
long getBaseData()Returns the value of the 'Base Data' attribute.- Returns:
- the value of the 'Base Data' attribute.
- See Also:
-
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:
-