Package | Description |
---|---|
com.groupdocs.comparison.result |
The package provides classes which represents the comparison results.
|
Modifier and Type | Method and Description |
---|---|
static ComparisonAction |
ComparisonAction.fromInt(int intValue) |
static ComparisonAction |
ComparisonAction.fromString(String toStringValue) |
ComparisonAction |
ChangeInfo.getComparisonAction()
Action (accept or reject).
|
static ComparisonAction |
ComparisonAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparisonAction[] |
ComparisonAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeInfo.setComparisonAction(ComparisonAction value)
Action (accept or reject).
|
Copyright © 2023. All rights reserved.