Uses of Class
com.kpro.dataobjects.Retention

Packages that use Retention
com.kpro.algorithm   
com.kpro.dataobjects   
com.kpro.parser   
 

Uses of Retention in com.kpro.algorithm
 

Method parameters in com.kpro.algorithm with type arguments of type Retention
private  double[] Bitmapwithdata.MakeRetentionMap(java.util.ArrayList<Retention> list)
          internal method that makes a bit map of 5 ints each place in an array corresponds to a spesfic value of a Retention Enum
private  double[] bitmapDistance.MakeRetentionMap(java.util.ArrayList<Retention> list)
          internal method that makes a bit map of 5 ints each place in an array corresponds to a spesfic value of a Retention Enum
private  double[] bitmapDistanceWisOne.MakeRetentionMap(java.util.ArrayList<Retention> list)
          internal method that makes a bit map of 5 ints each place in an array corresponds to a spesfic value of a Retention Enum
 

Uses of Retention in com.kpro.dataobjects
 

Fields in com.kpro.dataobjects with type parameters of type Retention
private  java.util.ArrayList<Retention> Case.retention
           
 

Methods in com.kpro.dataobjects that return Retention
 Retention Case.getRetention(int i)
          Returns the ith retention
static Retention Retention.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Retention[] Retention.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.kpro.dataobjects that return types with arguments of type Retention
 java.util.ArrayList<Retention> Case.getRetentions()
          Gets the retentions
 

Methods in com.kpro.dataobjects with parameters of type Retention
 void Case.addRetention(Retention t)
          Adds a retention to the case
 

Constructor parameters in com.kpro.dataobjects with type arguments of type Retention
Case(java.util.ArrayList<Purpose> purpose, java.util.ArrayList<Retention> retention, java.util.ArrayList<Recipient> recipients, java.util.ArrayList<Category> categories, java.lang.String datatype)
           
 

Uses of Retention in com.kpro.parser
 

Fields in com.kpro.parser with type parameters of type Retention
private  java.util.ArrayList<Retention> P3PParser.XMLParserHandler.retention