Uses of Class
org.gcube.common.accounting.node.persistence.RIAccountingData.statisticsType

Packages that use RIAccountingData.statisticsType
org.gcube.common.accounting.node.persistence   
 

Uses of RIAccountingData.statisticsType in org.gcube.common.accounting.node.persistence
 

Methods in org.gcube.common.accounting.node.persistence that return RIAccountingData.statisticsType
 RIAccountingData.statisticsType StatisticsData.getType()
           
static RIAccountingData.statisticsType RIAccountingData.statisticsType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RIAccountingData.statisticsType[] RIAccountingData.statisticsType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.common.accounting.node.persistence with parameters of type RIAccountingData.statisticsType
 void StatisticsData.setType(RIAccountingData.statisticsType type)
           
 

Constructors in org.gcube.common.accounting.node.persistence with parameters of type RIAccountingData.statisticsType
StatisticsData(RIAccountingData.statisticsType type, long interval)