Field Summary |
|
int | COMPATIBLE A match that is compatible with the required version. |
int | EQUIVALENT A match that is equivalent to the required version. |
int | GREATER_OR_EQUAL A match requires that a version is greater or equal to the
specified version. |
int | NONE No rule. |
int | PERFECT An perfect match. |
int | PREFIX An id match requires that the specified id is a prefix of
a candidate id. |
String | RULE_COMPATIBLE Attribute value for the 'compatible' rule. |
String | RULE_EQUIVALENT Attribute value for the 'equivalent' rule. |
String | RULE_GREATER_OR_EQUAL |
String[] | RULE_NAME_TABLE Table of rule names that match rule values defined in this
interface. |
String | RULE_PERFECT Attribute value for the 'perfect' rule. |
String | RULE_PREFIX |