public interface IMatchRules
Modifier and Type | Field and Description |
---|---|
static int |
COMPATIBLE
A match that is compatible with the required version.
|
static int |
EQUIVALENT
A match that is equivalent to the required version.
|
static int |
GREATER_OR_EQUAL
A match requires that a version is greater or equal to the
specified version.
|
static int |
NONE
No rule.
|
static int |
PERFECT
An perfect match.
|
static int |
PREFIX
An id match requires that the specified id is a prefix of
a candidate id.
|
static String |
RULE_COMPATIBLE
Attribute value for the 'compatible' rule.
|
static String |
RULE_EQUIVALENT
Attribute value for the 'equivalent' rule.
|
static String |
RULE_GREATER_OR_EQUAL
Attribute value for the 'greater or equal' rule
|
static String[] |
RULE_NAME_TABLE
Table of rule names that match rule values defined in this
interface.
|
static String |
RULE_PERFECT
Attribute value for the 'perfect' rule.
|
static String |
RULE_PREFIX
Attribute value for the 'prefix' id rule
|
static final int NONE
static final int EQUIVALENT
static final String RULE_EQUIVALENT
static final int COMPATIBLE
static final String RULE_COMPATIBLE
static final int PERFECT
static final String RULE_PERFECT
static final int GREATER_OR_EQUAL
static final String RULE_GREATER_OR_EQUAL
static final int PREFIX
static final String RULE_PREFIX
static final String[] RULE_NAME_TABLE
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.