| 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. |