Interface IPartialFeatureNode
- All Superinterfaces:
IComparedElement,IMergeRulePartialModelNode,IPartialModelNode
- All Known Subinterfaces:
ICollectionPartialNode,IPartialEqualFeatureNode
- All Known Implementing Classes:
EmfFeatureNodeWithChildren,EmfFeatureTerminalNode,EqualEmfFeatureNodeWithChildren,EqualEmfFeatureTerminalNode,EqualRoleRightsTerminalNode,ExternalPropertyPartialModelNode,RoleRightsTerminalNode
Represents feature node in the partial model.
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EStructuralFeatureReturns feature for which this node relates to.voidsetCustomLabel(String label) Sets the custom label to be displayed for the node.Methods inherited from interface com._1c.g5.v8.dt.compare.model.IComparedElement
hasChanged, hasDifferences, hasDoubleChanges, hasOnlyOnOneSide, hasOrderChanged, hasPotentialMergeProblems, hasUnchangedMethods inherited from interface com._1c.g5.v8.dt.compare.ui.partialmodel.node.IMergeRulePartialModelNode
getAvailableMergeRules, getMergeRule, setMergeRule, setShowMergeRule, showMergeRuleMethods inherited from interface com._1c.g5.v8.dt.compare.ui.partialmodel.node.IPartialModelNode
addChild, canExpand, check, getChildren, getComparisonSession, getCustomMergeSettingsStatus, getImage, getLabel, getNodeId, getParent, getSide, getSideLabel, getSortedChildren, getStatus, getTooltipText, hasChildren, isCheckable, isChecked, isGrayed, prioritize, retrieveComparisonNode, setChecked, setCustomMergeSettingsStatus, setParent, setStatus
-
Method Details
-
getFeature
org.eclipse.emf.ecore.EStructuralFeature getFeature()Returns feature for which this node relates to.- Returns:
- the corresponding feature, never
null
-
setCustomLabel
Sets the custom label to be displayed for the node.- Parameters:
label- the label to be displayed, can benullto reset the custom label
-