@API(type=NOT_EXTENDABLE, src=PUBLIC) public enum DifferenceType extends java.lang.Enum<DifferenceType>
Difference
can have.Enum Constant and Description |
---|
BOTH_CHANGED
Both the left and right difference intervals have changes.
|
LEFT_CHANGED
The left difference interval has changes.
|
RIGHT_CHANGED
The right difference interval has changes.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static DifferenceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DifferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DifferenceType BOTH_CHANGED
1
public static final DifferenceType LEFT_CHANGED
2
public static final DifferenceType RIGHT_CHANGED
3
public static DifferenceType[] values()
for (DifferenceType c : DifferenceType.values()) System.out.println(c);
public static DifferenceType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<DifferenceType>
Enum.toString()
© Copyright Syncro Soft SRL 2002 - 2023. All rights reserved.