]> SALOME platform Git repositories - tools/siman.git/blob - Workspace/Siman-Common/src/org/splat/dal/bo/som/ProgressState.java
Salome HOME
Siman codebase is refactored. Spring beans are introduced in the context.
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / bo / som / ProgressState.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 ProgressState {
9     inPROGRESS,                           // Represents inWORK, inDRAFT and inCHECK states for search purpose
10     inWORK, inDRAFT, inCHECK, APPROVED,
11     EXTERN,                               // Document-specific state representing documents produced outside studies
12     TEMPLATE                              // Study-specific state qualifying typical reference studies
13 }