Uses of Class
org.bibalex.daf.entities.phase.Policy

Packages that use Policy
org.bibalex.daf.entities.phase   
 

Uses of Policy in org.bibalex.daf.entities.phase
 

Fields in org.bibalex.daf.entities.phase declared as Policy
private  Policy PhaseActionPerformer.policy
          Holds the policy of the action performer.
 

Methods in org.bibalex.daf.entities.phase that return Policy
static Policy Policy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Policy[] Policy.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.bibalex.daf.entities.phase with parameters of type Policy
PhaseActionPerformer(Policy policy)
          Creates a new instance of PhaseACtionPerformer.