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.VALUES
A 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 ComparisonNodeStatus
ComparisonNodeStatus.get
(int value) Returns the 'Comparison Node Status' literal with the specified integer value.static ComparisonNodeStatus
Returns the 'Comparison Node Status' literal with the specified literal value.static ComparisonNodeStatus
Returns the 'Comparison Node Status' literal with the specified name.TopComparisonNode.getComparisonStatus()
Returns the value of the 'Comparison Status' attribute.static ComparisonNodeStatus
Returns 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 TypeMethodDescriptionvoid
TopComparisonNode.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 TypeMethodDescriptionvoid
ExternalPropertyComparisonNodeImpl.setComparisonStatus
(ComparisonNodeStatus newComparisonStatus) void
TopComparisonNodeImpl.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 TypeMethodDescriptionvoid
AbstractNodeWithLabels.setStatus
(ComparisonNodeStatus value) void
AbstractPartialModelNodeWithChildren.setStatus
(ComparisonNodeStatus status) Sets the status of the node.void
IPartialModelNode.setStatus
(ComparisonNodeStatus value) Sets the status of the node.void
RootPartialModelNode.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 void
AssertCompare.assertTopNodeComparisonStatusEqualsTo
(IComparisonSession session, String symlink, ComparisonNodeStatus expectedComparisonNodeStatus)