Uses of Enum Class
com._1c.g5.v8.dt.compare.model.ComparisonNodeStatus
Packages that use ComparisonNodeStatus
Package
Description
-
Uses of ComparisonNodeStatus in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return ComparisonNodeStatusModifier and TypeMethodDescriptionIComparisonSession.getTopNodeStatus(long nodeId) Returns the comparison status of the specified top-level node. -
Uses of ComparisonNodeStatus in com._1c.g5.v8.dt.compare.model
Fields in com._1c.g5.v8.dt.compare.model with type parameters of type ComparisonNodeStatusModifier and TypeFieldDescriptionstatic final List<ComparisonNodeStatus>ComparisonNodeStatus.VALUESA public read-only list of all the 'Comparison Node Status' enumerators.Methods in com._1c.g5.v8.dt.compare.model that return ComparisonNodeStatusModifier and TypeMethodDescriptionstatic ComparisonNodeStatusComparisonNodeStatus.get(int value) Returns the 'Comparison Node Status' literal with the specified integer value.static ComparisonNodeStatusReturns the 'Comparison Node Status' literal with the specified literal value.static ComparisonNodeStatusReturns the 'Comparison Node Status' literal with the specified name.TopComparisonNode.getComparisonStatus()Returns the value of the 'Comparison Status' attribute.static ComparisonNodeStatusReturns the enum constant of this class with the specified name.static ComparisonNodeStatus[]ComparisonNodeStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.compare.model with parameters of type ComparisonNodeStatusModifier and TypeMethodDescriptionvoidTopComparisonNode.setComparisonStatus(ComparisonNodeStatus value) Sets the value of the 'Comparison Status' attribute. -
Uses of ComparisonNodeStatus in com._1c.g5.v8.dt.compare.model.impl
Methods in com._1c.g5.v8.dt.compare.model.impl that return ComparisonNodeStatusModifier and TypeMethodDescriptionCompareFactoryImpl.createComparisonNodeStatusFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ExternalPropertyComparisonNodeImpl.getComparisonStatus()TopComparisonNodeImpl.getComparisonStatus()Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type ComparisonNodeStatusModifier and TypeMethodDescriptionvoidExternalPropertyComparisonNodeImpl.setComparisonStatus(ComparisonNodeStatus newComparisonStatus) voidTopComparisonNodeImpl.setComparisonStatus(ComparisonNodeStatus newComparisonStatus) -
Uses of ComparisonNodeStatus in com._1c.g5.v8.dt.compare.ui.partialmodel.node
Methods in com._1c.g5.v8.dt.compare.ui.partialmodel.node that return ComparisonNodeStatusModifier and TypeMethodDescriptionAbstractNodeWithLabels.getStatus()AbstractPartialModelNodeWithChildren.getStatus()IPartialModelNode.getStatus()Returns the status of the node in the comparison process.RootPartialModelNode.getStatus()Methods in com._1c.g5.v8.dt.compare.ui.partialmodel.node with parameters of type ComparisonNodeStatusModifier and TypeMethodDescriptionvoidAbstractNodeWithLabels.setStatus(ComparisonNodeStatus value) voidAbstractPartialModelNodeWithChildren.setStatus(ComparisonNodeStatus status) Sets the status of the node.voidIPartialModelNode.setStatus(ComparisonNodeStatus value) Sets the status of the node.voidRootPartialModelNode.setStatus(ComparisonNodeStatus value) -
Uses of ComparisonNodeStatus in com._1c.g5.v8.dt.internal.compare
Methods in com._1c.g5.v8.dt.internal.compare that return ComparisonNodeStatus -
Uses of ComparisonNodeStatus in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare with parameters of type ComparisonNodeStatusModifier and TypeMethodDescriptionstatic voidAssertCompare.assertTopNodeComparisonStatusEqualsTo(IComparisonSession session, String symlink, ComparisonNodeStatus expectedComparisonNodeStatus)