Uses of Class
com.ail.util.YesNo

Packages that use YesNo
com.ail.insurance.policy   
com.ail.util   
 

Uses of YesNo in com.ail.insurance.policy
 

Methods in com.ail.insurance.policy that return YesNo
 YesNo Section.getExcluded()
          Getter returning the value of the excluded property.
 YesNo Section.getIncluded()
          Getter returning the value of the included property.
 

Methods in com.ail.insurance.policy with parameters of type YesNo
 void Section.setExcluded(YesNo excluded)
          Setter to update the value of the excluded property.
 void Section.setIncluded(YesNo included)
          Setter to update the value of the included property.
 

Uses of YesNo in com.ail.util
 

Methods in com.ail.util that return YesNo
static YesNo YesNo.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.
static YesNo YesNo.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static YesNo[] YesNo.values()
          Returns an array containing the constants of this enum type, in the order they're declared.