Uses of Class
insensa.connections.CIndexation.Mode

Packages that use CIndexation.Mode
insensa.connections   
 

Uses of CIndexation.Mode in insensa.connections
 

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

Methods in insensa.connections that return CIndexation.Mode
 CIndexation.Mode CIndexation.CThreshold.getMode()
           
static CIndexation.Mode CIndexation.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CIndexation.Mode[] CIndexation.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 CIndexation.Mode
 void CIndexation.CThreshold.setMode(CIndexation.Mode mode)
           
 

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