Uses of Class
insensa.connections.CIndexation.AggregationMethod

Packages that use CIndexation.AggregationMethod
insensa.connections   
 

Uses of CIndexation.AggregationMethod in insensa.connections
 

Fields in insensa.connections declared as CIndexation.AggregationMethod
private  CIndexation.AggregationMethod CIndexation.method
           
private  CIndexation.AggregationMethod CErrorIndexation.method
           
 

Methods in insensa.connections that return CIndexation.AggregationMethod
 CIndexation.AggregationMethod CIndexation.getMethod()
           
 CIndexation.AggregationMethod CErrorIndexation.getMethod()
           
static CIndexation.AggregationMethod CIndexation.AggregationMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CIndexation.AggregationMethod[] CIndexation.AggregationMethod.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.AggregationMethod
 void CIndexation.setMethod(CIndexation.AggregationMethod method)
           
 void CErrorIndexation.setMethod(CIndexation.AggregationMethod method)