public static enum ColumnIndexValidator.Contract extends Enum<ColumnIndexValidator.Contract>
| Enum Constant and Description |
|---|
MAX_ASCENDING |
MAX_DESCENDING |
MAX_GTEQ_VALUE |
MIN_ASCENDING |
MIN_DESCENDING |
MIN_LTEQ_VALUE |
NULL_COUNT_CORRECT |
NULL_PAGE_HAS_NO_MAX |
NULL_PAGE_HAS_NO_MIN |
NULL_PAGE_HAS_NO_VALUES |
| Modifier and Type | Field and Description |
|---|---|
String |
description |
| Modifier and Type | Method and Description |
|---|---|
static ColumnIndexValidator.Contract |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnIndexValidator.Contract[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColumnIndexValidator.Contract MIN_LTEQ_VALUE
public static final ColumnIndexValidator.Contract MAX_GTEQ_VALUE
public static final ColumnIndexValidator.Contract NULL_COUNT_CORRECT
public static final ColumnIndexValidator.Contract NULL_PAGE_HAS_NO_VALUES
public static final ColumnIndexValidator.Contract NULL_PAGE_HAS_NO_MIN
public static final ColumnIndexValidator.Contract NULL_PAGE_HAS_NO_MAX
public static final ColumnIndexValidator.Contract MIN_ASCENDING
public static final ColumnIndexValidator.Contract MAX_ASCENDING
public static final ColumnIndexValidator.Contract MIN_DESCENDING
public static final ColumnIndexValidator.Contract MAX_DESCENDING
public final String description
public static ColumnIndexValidator.Contract[] values()
for (ColumnIndexValidator.Contract c : ColumnIndexValidator.Contract.values()) System.out.println(c);
public static ColumnIndexValidator.Contract 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 nullCopyright © 2023 The Apache Software Foundation. All rights reserved.