org.apache.directory.shared.ldap.schema.parsers
Class LdapSyntaxDescription

java.lang.Object
  extended by org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaDescription
      extended by org.apache.directory.shared.ldap.schema.parsers.LdapSyntaxDescription

public class LdapSyntaxDescription
extends AbstractSchemaDescription

RFC 4512 - 4.1.5. LDAP Syntaxes

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

Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaDescription
description, extensions, isObsolete, names, numericOid
 
Constructor Summary
LdapSyntaxDescription()
          Creates a new instance of LdapSyntaxDescription with empty string values.
 
Method Summary
 boolean isObsolete()
          LDAP Syntax Descriptions do not support the OBSOLETE keyword.
 void setObsolete(boolean isObsolete)
          LDAP Syntax Descriptions do not support the OBSOLETE keyword.
 
Methods inherited from class org.apache.directory.shared.ldap.schema.parsers.AbstractSchemaDescription
addExtension, equals, getDescription, getExtensions, getNames, getNumericOid, hashCode, setDescription, setExtensions, setNames, setNumericOid
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapSyntaxDescription

public LdapSyntaxDescription()
Creates a new instance of LdapSyntaxDescription with empty string values.

Method Detail

isObsolete

public boolean isObsolete()
LDAP Syntax Descriptions do not support the OBSOLETE keyword.

Overrides:
isObsolete in class AbstractSchemaDescription
Throws:
java.lang.UnsupportedOperationException - every time

setObsolete

public void setObsolete(boolean isObsolete)
LDAP Syntax Descriptions do not support the OBSOLETE keyword.

Overrides:
setObsolete in class AbstractSchemaDescription
Throws:
java.lang.UnsupportedOperationException - every time


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.