Adjusting testing cases for current state of OCCT
[occt.git] / samples / java / java / CASCADESamplesJni / AIS_ClearMode.java
1 // Java Native Class from Cas.Cade
2 //                     Copyright (C) 1991,1999 by
3 //  
4 //                      MATRA DATAVISION, FRANCE
5 //  
6 // This software is furnished in accordance with the terms and conditions
7 // of the contract and with the inclusion of the above copyright notice.
8 // This software or any other copy thereof may not be provided or otherwise
9 // be made available to any other person. No title to an ownership of the
10 // software is hereby transferred.
11 //  
12 // At the termination of the contract, the software and all copies of this
13 // software must be deleted.
14 //
15
16
17 package CASCADESamplesJni;
18
19
20 public class AIS_ClearMode extends jcas.Standard_Enumeration  {
21
22 public final static short AIS_CM_All = 0;
23 public final static short AIS_CM_Interactive = 1;
24 public final static short AIS_CM_Filters = 2;
25 public final static short AIS_CM_StandardModes = 3;
26 public final static short AIS_CM_TemporaryShapePrs = 4;
27
28
29   
30 }