View Javadoc

1   /** 2007, Digitalis Informatica. All rights reserved.
2    * 
3    * Distribuicao e Gestao de Informatica, Lda.
4    * Estrada de Paco de Arcos num.9 - Piso -1
5    * 2780-666 Paco de Arcos
6    * Telefone: (351) 21 4408990
7    * Fax: (351) 21 4408999
8    * http://www.digitalis.pt 
9    */
10  
11  package pt.digitalis.dif.dem.objects;
12  
13  /**
14   * This enumerated represents the ViewObject's type
15   * 
16   * @author Pedro Viegas <a href="mailto:pviegas@digitalis.pt">pviegas@digitalis.pt</a><br/>
17   * @created Nov 2, 2007
18   */
19  public enum ViewType {
20  
21      /** Regular ViewObject */
22      NORMAL,
23      /** Error ViewObject */
24      ERROR
25  }