public class NameForm
extends java.lang.Object
| Constructor and Description |
|---|
NameForm(java.lang.String str)
Constructor for a NameForm object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Get the description of the NameForm.
|
java.util.ArrayList |
getMay()
Get the naming attributes that are optional.
|
java.util.ArrayList |
getMust()
Get the naming attributes that are required.
|
java.lang.String |
getName()
Get the short name of the NameForm.
|
java.lang.String |
getObjectClass()
Get the ObjectClass of the NameForm.
|
java.lang.String |
getOID()
Get the OID of the NameForm.
|
boolean |
isObsolete()
Indicates whether the NameForm has been specified as obsolete.
|
public NameForm(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 java.lang.String getObjectClass()
public boolean isObsolete()
public java.util.ArrayList getMust()
public java.util.ArrayList getMay()
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}.