Uses of Class
insensa.connections.CErrorIndexation.Assignment

Packages that use CErrorIndexation.Assignment
insensa.connections   
 

Uses of CErrorIndexation.Assignment in insensa.connections
 

Fields in insensa.connections declared as CErrorIndexation.Assignment
private  CErrorIndexation.Assignment CErrorIndexation.CThreshold.assignment
           
 

Methods in insensa.connections that return CErrorIndexation.Assignment
 CErrorIndexation.Assignment CErrorIndexation.CThreshold.getAssignment()
           
static CErrorIndexation.Assignment CErrorIndexation.Assignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CErrorIndexation.Assignment[] CErrorIndexation.Assignment.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.Assignment
 void CErrorIndexation.CThreshold.setAssignment(CErrorIndexation.Assignment assignment)
           
 

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