public static enum IDifferenceGroupProvider.ComparisonType extends Enum<IDifferenceGroupProvider.ComparisonType>
IDifferenceGroupProvider
can handle.Enum Constant and Description |
---|
BOTH
Can handle both comparison type.
|
THREE_WAY
Only three way comparison.
|
TWO_WAY
Only two way comparison.
|
Modifier and Type | Method and Description |
---|---|
static IDifferenceGroupProvider.ComparisonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDifferenceGroupProvider.ComparisonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDifferenceGroupProvider.ComparisonType THREE_WAY
public static final IDifferenceGroupProvider.ComparisonType TWO_WAY
public static final IDifferenceGroupProvider.ComparisonType BOTH
public static IDifferenceGroupProvider.ComparisonType[] values()
for (IDifferenceGroupProvider.ComparisonType c : IDifferenceGroupProvider.ComparisonType.values()) System.out.println(c);
public static IDifferenceGroupProvider.ComparisonType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.