public static enum TabularManagementConstants.ConditionType extends Enum<TabularManagementConstants.ConditionType>
Enum Constant and Description |
---|
BOOLEAN |
DATE_TIME |
NUMERIC |
ORDER |
STRING |
Modifier and Type | Method and Description |
---|---|
static TabularManagementConstants.ConditionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabularManagementConstants.ConditionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabularManagementConstants.ConditionType STRING
public static final TabularManagementConstants.ConditionType NUMERIC
public static final TabularManagementConstants.ConditionType BOOLEAN
public static final TabularManagementConstants.ConditionType DATE_TIME
public static final TabularManagementConstants.ConditionType ORDER
public static TabularManagementConstants.ConditionType[] values()
for (TabularManagementConstants.ConditionType c : TabularManagementConstants.ConditionType.values()) System.out.println(c);
public static TabularManagementConstants.ConditionType 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 © 2010–2016 Planetary Data System. All rights reserved.