public static enum DataValidationCtrl.AllowPair extends Enum<DataValidationCtrl.AllowPair>
Enum Constant and Description |
---|
ANY_VALUE |
CUSTOM |
DATE |
DECIMAL |
LIST |
TEXT_LENGTH |
TIME |
WHOLE_NUMBER |
Modifier and Type | Method and Description |
---|---|
static DataValidationCtrl.AllowPair |
getAllowPair(Validation.ValidationType type) |
String |
getMaximumName() |
String |
getMinimumName() |
String |
getPointName() |
Validation.ValidationType |
getType() |
boolean |
isDataEnabled() |
boolean |
isIgnoreBlankEnabled() |
boolean |
isInCellCheckEnabled() |
boolean |
isParam1Enabled() |
boolean |
isParam2Enabled() |
String |
toString() |
static DataValidationCtrl.AllowPair |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataValidationCtrl.AllowPair[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataValidationCtrl.AllowPair ANY_VALUE
public static final DataValidationCtrl.AllowPair WHOLE_NUMBER
public static final DataValidationCtrl.AllowPair DECIMAL
public static final DataValidationCtrl.AllowPair LIST
public static final DataValidationCtrl.AllowPair DATE
public static final DataValidationCtrl.AllowPair TIME
public static final DataValidationCtrl.AllowPair TEXT_LENGTH
public static final DataValidationCtrl.AllowPair CUSTOM
public static DataValidationCtrl.AllowPair[] values()
for (DataValidationCtrl.AllowPair c : DataValidationCtrl.AllowPair.values()) System.out.println(c);
public static DataValidationCtrl.AllowPair 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 nullpublic static DataValidationCtrl.AllowPair getAllowPair(Validation.ValidationType type)
public Validation.ValidationType getType()
public boolean isDataEnabled()
public boolean isIgnoreBlankEnabled()
public boolean isInCellCheckEnabled()
public String getPointName()
public String getMinimumName()
public String getMaximumName()
public boolean isParam1Enabled()
public boolean isParam2Enabled()
public String toString()
toString
in class Enum<DataValidationCtrl.AllowPair>
Copyright © 2020. All rights reserved.