Package gov.nasa.pds.web.ui.constants
Class TabularManagementConstants
java.lang.Object
gov.nasa.pds.web.ui.constants.TabularManagementConstants
public class TabularManagementConstants extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTabularManagementConstants.Conditionstatic classTabularManagementConstants.ConditionTypestatic classTabularManagementConstants.FileType -
Field Summary
Fields Modifier and Type Field Description static EnumSet<TabularManagementConstants.Condition>booleanGroupstatic EnumSet<TabularManagementConstants.Condition>dateTimeGroupstatic EnumSet<TabularManagementConstants.Condition>numericGroupstatic EnumSet<TabularManagementConstants.Condition>orderGroupstatic EnumSet<TabularManagementConstants.Condition>stringGroupstatic StringTABULARDATA_TABLE_PREFIX -
Constructor Summary
Constructors Constructor Description TabularManagementConstants() -
Method Summary
-
Field Details
-
TABULARDATA_TABLE_PREFIX
- See Also:
- Constant Field Values
-
stringGroup
-
numericGroup
-
booleanGroup
-
dateTimeGroup
-
orderGroup
-
-
Constructor Details
-
TabularManagementConstants
public TabularManagementConstants()
-