Interface DendrogramLinkValue
-
- All Superinterfaces:
DendrogramDimensionValue
,org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DendrogramLinkValueImpl
public interface DendrogramLinkValue extends DendrogramDimensionValue
A representation of the model object 'Link Value'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getDistance()
Returns the value of the 'Distance' attribute.int
getFirstElementKey()
Returns the value of the 'First Element Key' attribute.int
getSecondElementKey()
Returns the value of the 'Second Element Key' attribute.void
setDistance(double value)
Sets the value of the 'Distance
' attribute.void
setFirstElementKey(int value)
Sets the value of the 'First Element Key
' attribute.void
setSecondElementKey(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, setRightKey
-
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
-
getFirstElementKey
int getFirstElementKey()
Returns the value of the 'First Element Key' attribute.- Returns:
- the value of the 'First Element Key' attribute.
- See Also:
setFirstElementKey(int)
,DendrogramPackage.getDendrogramLinkValue_FirstElementKey()
-
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:
getFirstElementKey()
-
getSecondElementKey
int getSecondElementKey()
Returns the value of the 'Second Element Key' attribute.- Returns:
- the value of the 'Second Element Key' attribute.
- See Also:
setSecondElementKey(int)
,DendrogramPackage.getDendrogramLinkValue_SecondElementKey()
-
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:
getSecondElementKey()
-
getDistance
double getDistance()
Returns the value of the 'Distance' attribute.- Returns:
- the value of the 'Distance' attribute.
- See Also:
setDistance(double)
,DendrogramPackage.getDendrogramLinkValue_Distance()
-
setDistance
void setDistance(double value)
Sets the value of the 'Distance
' attribute.- Parameters:
value
- the new value of the 'Distance' attribute.- See Also:
getDistance()
-
-