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

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

public class MatchingRuleUseDescription
extends AbstractSchemaDescription

RFC 4512 - 4.1.4. Matching Rule Use 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
MatchingRuleUseDescription()
           
 
Method Summary
 java.util.List<java.lang.String> getApplicableAttributes()
           
 void setApplicableAttributes(java.util.List<java.lang.String> applicableAttributes)
           
 
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

MatchingRuleUseDescription

public MatchingRuleUseDescription()
Method Detail

getApplicableAttributes

public java.util.List<java.lang.String> getApplicableAttributes()

setApplicableAttributes

public void setApplicableAttributes(java.util.List<java.lang.String> applicableAttributes)


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