Searched defs:defaultApproximateMatchingRule (Results 26 - 35 of 35) sorted by relevance

12

/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DDeliveryMethodSyntax.java98 private ApproximateMatchingRule defaultApproximateMatchingRule; field in class:DeliveryMethodSyntax
136 defaultApproximateMatchingRule =
138 if (defaultApproximateMatchingRule == null)
262 return defaultApproximateMatchingRule;
H A DIA5StringSyntax.java59 private ApproximateMatchingRule defaultApproximateMatchingRule; field in class:IA5StringSyntax
91 defaultApproximateMatchingRule =
93 if (defaultApproximateMatchingRule == null)
217 return defaultApproximateMatchingRule;
H A DPresentationAddressSyntax.java57 private ApproximateMatchingRule defaultApproximateMatchingRule; field in class:PresentationAddressSyntax
89 defaultApproximateMatchingRule =
91 if (defaultApproximateMatchingRule == null)
215 return defaultApproximateMatchingRule;
H A DPrintableStringSyntax.java59 private ApproximateMatchingRule defaultApproximateMatchingRule; field in class:PrintableStringSyntax
91 defaultApproximateMatchingRule =
93 if (defaultApproximateMatchingRule == null)
217 return defaultApproximateMatchingRule;
H A DProtocolInformationSyntax.java57 private ApproximateMatchingRule defaultApproximateMatchingRule; field in class:ProtocolInformationSyntax
89 defaultApproximateMatchingRule =
91 if (defaultApproximateMatchingRule == null)
215 return defaultApproximateMatchingRule;
H A DDirectoryStringSyntax.java66 private ApproximateMatchingRule defaultApproximateMatchingRule; field in class:DirectoryStringSyntax
123 defaultApproximateMatchingRule =
125 if (defaultApproximateMatchingRule == null)
273 return defaultApproximateMatchingRule;
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DDirectoryStringSyntax.java67 private ApproximateMatchingRule defaultApproximateMatchingRule; field in class:DirectoryStringSyntax
124 defaultApproximateMatchingRule =
126 if (defaultApproximateMatchingRule == null)
274 return defaultApproximateMatchingRule;
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DDirectoryStringSyntax.java66 private ApproximateMatchingRule defaultApproximateMatchingRule; field in class:DirectoryStringSyntax
123 defaultApproximateMatchingRule =
125 if (defaultApproximateMatchingRule == null)
273 return defaultApproximateMatchingRule;
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DDirectoryStringSyntax.java67 private ApproximateMatchingRule defaultApproximateMatchingRule; field in class:DirectoryStringSyntax
124 defaultApproximateMatchingRule =
126 if (defaultApproximateMatchingRule == null)
274 return defaultApproximateMatchingRule;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DDirectoryStringSyntax.java67 private ApproximateMatchingRule defaultApproximateMatchingRule; field in class:DirectoryStringSyntax
124 defaultApproximateMatchingRule =
126 if (defaultApproximateMatchingRule == null)
274 return defaultApproximateMatchingRule;

Completed in 47 milliseconds

12