Salome HOME
Fix for mantis #0022110: Same files should not be attached again to the document...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / bo / som / ValidationStep.java
1 package org.splat.dal.bo.som;
2 /**
3  * 
4  * @author    Daniel Brunier-Coulin
5  * @copyright OPEN CASCADE 2012
6  */
7
8 public enum ValidationStep {
9     PROMOTION, REVIEW, APPROVAL, ACCEPTANCE,    // Validation steps subject of time stamp
10     DISTRIBUTION, REFUSAL                       // Additional Time stamps
11 }