|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.schema.parsers.AbstractSchemaDescription
org.apache.directory.shared.ldap.schema.parsers.MatchingRuleDescription
public class MatchingRuleDescription
RFC 4512 - 4.1.3. Matching Rule Description
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaDescription |
|---|
description, extensions, isObsolete, names, numericOid |
| Constructor Summary | |
|---|---|
MatchingRuleDescription()
Creates a new instance of MatchingRuleDescription. |
|
| Method Summary | |
|---|---|
java.lang.String |
getSyntax()
|
void |
setSyntax(java.lang.String syntax)
Set the matchingRule's syntax description |
| Methods inherited from class org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaDescription |
|---|
addExtension, equals, getDescription, getExtensions, getNames, getNumericOid, hashCode, isObsolete, setDescription, setExtensions, setNames, setNumericOid, setObsolete |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MatchingRuleDescription()
| Method Detail |
|---|
public java.lang.String getSyntax()
public void setSyntax(java.lang.String syntax)
syntax - The description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||