public static enum TabularManagementConstants.ConditionType extends java.lang.Enum<TabularManagementConstants.ConditionType>
Enum Constant and Description |
---|
BOOLEAN |
DATE_TIME |
NUMERIC |
ORDER |
STRING |
Modifier and Type | Method and Description |
---|---|
static TabularManagementConstants.ConditionType |
valueOf(java.lang.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(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 nullCopyright © 2010-2018 Planetary Data System. All Rights Reserved.