Interface DendrogramDimensionValue
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DendrogramLinkValue
- All Known Implementing Classes:
DendrogramDimensionValueImpl
,DendrogramLinkValueImpl
public interface DendrogramDimensionValue extends IBmObject
A representation of the model object 'Dimension Value'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getBaseData()
Returns the value of the 'Base Data' attribute.int
getCacheKey()
Returns the value of the 'Cache Key' attribute.int
getExtKey()
Returns the value of the 'Ext Key' attribute.int
getItemKey()
Returns the value of the 'Item Key' attribute.int
getKey()
Returns the value of the 'Key' attribute.int
getLeftKey()
Returns the value of the 'Left Key' attribute.int
getParentKey()
Returns the value of the 'Parent Key' attribute.int
getRightKey()
Returns the value of the 'Right Key' attribute.org.eclipse.emf.common.util.EMap<String,String>
getTitle()
Returns the value of the 'Title' map.void
setBaseData(long value)
Sets the value of the 'Base Data
' attribute.void
setCacheKey(int value)
Sets the value of the 'Cache Key
' attribute.void
setExtKey(int value)
Sets the value of the 'Ext Key
' attribute.void
setItemKey(int value)
Sets the value of the 'Item Key
' attribute.void
setKey(int value)
Sets the value of the 'Key
' attribute.void
setLeftKey(int value)
Sets the value of the 'Left Key
' attribute.void
setParentKey(int value)
Sets the value of the 'Parent Key
' attribute.void
setRightKey(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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
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)
,DendrogramPackage.getDendrogramDimensionValue_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)
,DendrogramPackage.getDendrogramDimensionValue_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)
,DendrogramPackage.getDendrogramDimensionValue_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)
,DendrogramPackage.getDendrogramDimensionValue_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)
,DendrogramPackage.getDendrogramDimensionValue_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)
,DendrogramPackage.getDendrogramDimensionValue_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:
DendrogramPackage.getDendrogramDimensionValue_Title()
-
getCacheKey
int getCacheKey()
Returns the value of the 'Cache Key' attribute.- Returns:
- the value of the 'Cache Key' attribute.
- See Also:
setCacheKey(int)
,DendrogramPackage.getDendrogramDimensionValue_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)
,DendrogramPackage.getDendrogramDimensionValue_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()
-
-