public static enum PartialComparator.PartialComparisonResult extends java.lang.Enum<PartialComparator.PartialComparisonResult>
| Modifier and Type | Method and Description | 
|---|---|
static PartialComparator.PartialComparisonResult | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static PartialComparator.PartialComparisonResult[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final PartialComparator.PartialComparisonResult LTE
public static final PartialComparator.PartialComparisonResult GTE
public static final PartialComparator.PartialComparisonResult EQ
public static final PartialComparator.PartialComparisonResult UNDEF
public static PartialComparator.PartialComparisonResult[] values()
for (PartialComparator.PartialComparisonResult c : PartialComparator.PartialComparisonResult.values()) System.out.println(c);
public static PartialComparator.PartialComparisonResult 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 null