Interface DendrogramLinkValue
- All Superinterfaces:
DendrogramDimensionValue,org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DendrogramLinkValueImpl
A representation of the model object 'Link 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 TypeMethodDescriptiondoubleReturns the value of the 'Distance' attribute.intReturns the value of the 'First Element Key' attribute.intReturns the value of the 'Second Element Key' attribute.voidsetDistance(double value) Sets the value of the 'Distance' attribute.voidsetFirstElementKey(int value) Sets the value of the 'First Element Key' attribute.voidsetSecondElementKey(int value) Sets the value of the 'Second Element Key' attribute.Methods inherited from interface com._1c.g5.v8.dt.dendrogram.model.DendrogramDimensionValue
getBaseData, getCacheKey, getExtKey, getItemKey, getKey, getLeftKey, getParentKey, getRightKey, getTitle, setBaseData, setCacheKey, setExtKey, setItemKey, setKey, setLeftKey, setParentKey, setRightKeyMethods 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
-
getFirstElementKey
int getFirstElementKey()Returns the value of the 'First Element Key' attribute.- Returns:
- the value of the 'First Element Key' attribute.
- See Also:
-
setFirstElementKey
void setFirstElementKey(int value) Sets the value of the 'First Element Key' attribute.- Parameters:
value- the new value of the 'First Element Key' attribute.- See Also:
-
getSecondElementKey
int getSecondElementKey()Returns the value of the 'Second Element Key' attribute.- Returns:
- the value of the 'Second Element Key' attribute.
- See Also:
-
setSecondElementKey
void setSecondElementKey(int value) Sets the value of the 'Second Element Key' attribute.- Parameters:
value- the new value of the 'Second Element Key' attribute.- See Also:
-
getDistance
double getDistance()Returns the value of the 'Distance' attribute.- Returns:
- the value of the 'Distance' attribute.
- See Also:
-
setDistance
void setDistance(double value) Sets the value of the 'Distance' attribute.- Parameters:
value- the new value of the 'Distance' attribute.- See Also:
-