public class ContentRule
extends java.lang.Object
| Constructor and Description |
|---|
ContentRule(java.lang.String str)
Constructor for a ContentRule object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getAux()
Get the valid auxiliary classes specified by the ContentRule
|
java.lang.String |
getDescription()
Get the description of the ContentRule.
|
java.lang.String[] |
getMay()
Get the additional optional attributes specified by the ContentRule
This is optional, so an empty ArrayList may be returned.
|
java.lang.String[] |
getMust()
Get the additional mandatory attributes specified by the ContentRule
|
java.lang.String |
getName()
Get the short name of the ContentRule which is also the Object Class.
|
java.lang.String[] |
getNot()
Get the precluded attributes specified by the ContentRule
This is optional, so an empty ArrayList may be returned.
|
java.lang.String |
getOID()
Get the OID of the ContentRule.
|
boolean |
isObsolete()
Indicates whether the ContentRule has been specified as obsolete.
|
public ContentRule(java.lang.String str)
This constructor is called from LDAPSchemaImpl while reading and decoding the schema.
str - The nameFrom string value as reported by the LDAP schema.public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getOID()
public boolean isObsolete()
public java.lang.String[] getAux()
public java.lang.String[] getMust()
public java.lang.String[] getMay()
public java.lang.String[] getNot()
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.