An enumeration is a set of named constants whose underlying type is any integral type. If no underlying type is explicitly declared, Integer is used.
Name | Value | Description |
---|---|---|
cisUnknown | 0 | |
cisCreated | 1 | |
cisValidated | 2 | |
cisSent | 3 | |
cisReceived | 4 | |
cisRejected | 5 | |
cisProcessing | 6 | |
cisClosed | 7 | |
cisFile | 8 | |
cisSigned | 9 | |
cisAccepted | 10 |