Uses of Interface
com.ail.core.TypeEnum

Packages that use TypeEnum
com.ail.core   
com.ail.core.document.model   
com.ail.core.logging   
com.ail.core.persistence   
com.ail.financial   
com.ail.insurance.claim   
com.ail.insurance.policy   
com.ail.party   
com.ail.util   
 

Uses of TypeEnum in com.ail.core
 

Methods in com.ail.core that return TypeEnum
static TypeEnum Functions.enumForName(java.lang.String name, TypeEnum[] enums)
           
 

Methods in com.ail.core with parameters of type TypeEnum
static TypeEnum Functions.enumForName(java.lang.String name, TypeEnum[] enums)
           
 

Uses of TypeEnum in com.ail.core.document.model
 

Classes in com.ail.core.document.model that implement TypeEnum
 class Applicability
          This class represents an enumeration of body applicability values.
 class Placement
          This class represents an enumeration ofdocument positions.
 

Uses of TypeEnum in com.ail.core.logging
 

Classes in com.ail.core.logging that implement TypeEnum
 class Severity
          This class represents an enumeration of logging severity levels.
 

Uses of TypeEnum in com.ail.core.persistence
 

Classes in com.ail.core.persistence that implement TypeEnum
 class QueryOperator
          Type safe enumeration representing constant values for QueryOperator.
 

Uses of TypeEnum in com.ail.financial
 

Classes in com.ail.financial that implement TypeEnum
 class CardIssuer
          Type safe enumeration representing constant values for FinancialFrequency.
 class Currency
           
 class FinancialFrequency
          Type safe enumeration representing constant values for FinancialFrequency.
 

Uses of TypeEnum in com.ail.insurance.claim
 

Classes in com.ail.insurance.claim that implement TypeEnum
 class ClaimStatus
           
 class PaymentType
           
 class RecoveryStatus
           
 class RecoveryType
           
 

Uses of TypeEnum in com.ail.insurance.policy
 

Classes in com.ail.insurance.policy that implement TypeEnum
 class BehaviourType
          The type of a behaviour, e.g.: load, discount, tax, etc.
 class MarkerType
          Types of marker that may be applied.
 class PolicyStatus
          Indicates the state of the policy.
 class ReferenceType
          Used by "Reference" to indicate they type of target.
 

Uses of TypeEnum in com.ail.party
 

Classes in com.ail.party that implement TypeEnum
 class PersonalRelationship
          Type safe enumeration representing constant values for PersonalRelationship.
 class Title
          Type safe enumeration representing constant values for Title.
 

Uses of TypeEnum in com.ail.util
 

Classes in com.ail.util that implement TypeEnum
 class Gender
           
 class YesNo
          This enumeration represents a simple yes/no list.