| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
ReorderingRuleMatchType |
ReorderingRule.getMatchType()
Gets the match type.
|
static ReorderingRuleMatchType |
ReorderingRuleMatchType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReorderingRuleMatchType[] |
ReorderingRuleMatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReorderingRule.setMatchType(ReorderingRuleMatchType matchType)
Sets the match type.
|
| Constructor and Description |
|---|
ReorderingRule(java.lang.String matchValue,
ReorderingRuleMatchType matchType)
Instantiates a new reordering rule.
|
ReorderingRule(java.lang.String matchValue,
ReorderingRuleMatchType matchType,
int boost)
Instantiates a new reordering rule.
|