Uses of Class
com.ail.insurance.policy.BehaviourType

Packages that use BehaviourType
com.ail.insurance.policy   
 

Uses of BehaviourType in com.ail.insurance.policy
 

Methods in com.ail.insurance.policy that return BehaviourType
static BehaviourType BehaviourType.forName(java.lang.String name)
          This method is similar to the valueOf() method offered by Java's Enum type, but in this case it will match either the Enum's name or the longName.
 BehaviourType Behaviour.getType()
          Get the value of the type property.
static BehaviourType BehaviourType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BehaviourType[] BehaviourType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ail.insurance.policy with parameters of type BehaviourType
 void Behaviour.setType(BehaviourType type)
          Set the type property.
 

Constructors in com.ail.insurance.policy with parameters of type BehaviourType
Behaviour(java.lang.String id, java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, BehaviourType type)
          Constructor
Behaviour(java.lang.String id, java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, BehaviourType type, CurrencyAmount amount)
          Constructor
Behaviour(java.lang.String id, java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, BehaviourType type, CurrencyAmount amount, int priority)
          Constructor
Behaviour(java.lang.String id, java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, BehaviourType type, int priority)
          Constructor
RateBehaviour(java.lang.String id, java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, java.lang.String dependsOn, BehaviourType type, Rate rate)
          Constructor
RateBehaviour(java.lang.String id, java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, java.lang.String dependsOn, BehaviourType type, Rate rate, int priority)
          Constructor
SumBehaviour(java.lang.String id, java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, BehaviourType type, CurrencyAmount amount)
          Constructor
SumBehaviour(java.lang.String id, java.lang.String reason, Reference relatesTo, java.lang.String contributesTo, BehaviourType type, CurrencyAmount amount, int priority)
          Constructor