Bug 60666

Summary: DataValidationConstraint contains two type classes that are not enums
Product: POI Reporter: Greg Woolsey <greg.woolsey>
Component: SS CommonAssignee: POI Developers List <dev>
Status: NEW ---    
Severity: enhancement    
Priority: P2    
Version: 3.16-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
Bug Depends on:    
Bug Blocks: 59836    

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.