Coverage Report - pt.digitalis.dif.dem.objects.ViewType
 
Classes in this File Line Coverage Branch Coverage Complexity
ViewType
0%
0/4
N/A
0
 
 1  0
 /** 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  0
 public enum ViewType {
 20  
 
 21  
     /** Regular ViewObject */
 22  0
     NORMAL,
 23  
     /** Error ViewObject */
 24  0
     ERROR
 25  
 }