org.apache.directory.shared.ldap.schema.syntax
Class MatchingRuleDescription

java.lang.Object
  extended by org.apache.directory.shared.ldap.schema.syntax.AbstractSchemaDescription
      extended by org.apache.directory.shared.ldap.schema.syntax.MatchingRuleDescription

public class MatchingRuleDescription
extends AbstractSchemaDescription

RFC 4512 - 4.1.3. Matching Rule Description

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.schema.syntax.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.syntax.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

MatchingRuleDescription

public MatchingRuleDescription()
Creates a new instance of MatchingRuleDescription.

Method Detail

getSyntax

public java.lang.String getSyntax()
Returns:
The matchingRule's syntax description

setSyntax

public void setSyntax(java.lang.String syntax)
Set the matchingRule's syntax description

Parameters:
syntax - The description


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.