Bug 60666 - DataValidationConstraint contains two type classes that are not enums
Summary: DataValidationConstraint contains two type classes that are not enums
Status: NEW
Alias: None
Product: POI
Classification: Unclassified
Component: SS Common (show other bugs)
Version: 3.16-dev
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks: 59836
  Show dependency tree
 
Reported: 2017-01-31 01:25 UTC by Greg Woolsey
Modified: 2017-01-31 01:25 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Woolsey 2017-01-31 01:25:50 UTC
types

OperatorType
ValidationType

are declared in the interface class.  Both consist of static int fields.

Per issue 59836, we should convert these to true enums.