Uses of Class
com.ail.core.document.model.Applicability

Packages that use Applicability
com.ail.core.document.model   
 

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

Methods in com.ail.core.document.model that return Applicability
static Applicability Applicability.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.
 Applicability BlockData.getApplicability()
          Return an indicator detailiing which where this block is applicable (should be shown) in the document.
static Applicability Applicability.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Applicability[] Applicability.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ail.core.document.model with parameters of type Applicability
 void BlockData.setApplicability(Applicability applicability)