public static enum CollationMatchingRuleCfgDefn.MatchingRuleType extends Enum<CollationMatchingRuleCfgDefn.MatchingRuleType>
the types of matching rules that should be supported for each locale
Enum Constant and Description |
---|
EQUALITY
Specifies if equality type collation matching rule needs to be
created for each locale.
|
GREATER_THAN
Specifies if greater-than type collation matching rule needs to
be created for each locale.
|
GREATER_THAN_OR_EQUAL_TO
Specifies if greater-than-or-equal-to type collation matching
rule needs to be created for each locale.
|
LESS_THAN
Specifies if less-than type collation matching rule needs to be
created for each locale.
|
LESS_THAN_OR_EQUAL_TO
Specifies if less-than-or-equal-to type collation matching rule
needs to be created for each locale.
|
SUBSTRING
Specifies if substring type collation matching rule needs to be
created for each locale.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static CollationMatchingRuleCfgDefn.MatchingRuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollationMatchingRuleCfgDefn.MatchingRuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollationMatchingRuleCfgDefn.MatchingRuleType EQUALITY
public static final CollationMatchingRuleCfgDefn.MatchingRuleType GREATER_THAN
public static final CollationMatchingRuleCfgDefn.MatchingRuleType GREATER_THAN_OR_EQUAL_TO
public static final CollationMatchingRuleCfgDefn.MatchingRuleType LESS_THAN
public static final CollationMatchingRuleCfgDefn.MatchingRuleType LESS_THAN_OR_EQUAL_TO
public static final CollationMatchingRuleCfgDefn.MatchingRuleType SUBSTRING
public static CollationMatchingRuleCfgDefn.MatchingRuleType[] values()
for (CollationMatchingRuleCfgDefn.MatchingRuleType c : CollationMatchingRuleCfgDefn.MatchingRuleType.values()) System.out.println(c);
public static CollationMatchingRuleCfgDefn.MatchingRuleType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<CollationMatchingRuleCfgDefn.MatchingRuleType>
Copyright 2010-2017 ForgeRock AS.