Uses of Class
insensa.connections.CErrorIndexation.Mode

Packages that use CErrorIndexation.Mode
insensa.connections   
 

Uses of CErrorIndexation.Mode in insensa.connections
 

Fields in insensa.connections declared as CErrorIndexation.Mode
private  CErrorIndexation.Mode CErrorIndexation.CThreshold.mode
           
 

Methods in insensa.connections that return CErrorIndexation.Mode
 CErrorIndexation.Mode CErrorIndexation.CThreshold.getMode()
           
static CErrorIndexation.Mode CErrorIndexation.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CErrorIndexation.Mode[] CErrorIndexation.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in insensa.connections with parameters of type CErrorIndexation.Mode
 void CErrorIndexation.CThreshold.setMode(CErrorIndexation.Mode mode)
           
 

Constructors in insensa.connections with parameters of type CErrorIndexation.Mode
CErrorIndexation.CThreshold(java.lang.Boolean activate, java.lang.String cond, float valPerc, float valReal, CErrorIndexation.Mode mode, CErrorIndexation.Assignment ass)