| Package | Description |
|---|---|
| netscape.ldap |
| Modifier and Type | Method and Description |
|---|---|
LDAPSyntaxSchema |
LDAPSchema.getSyntax(java.lang.String name)
Gets the definition of a syntax with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<LDAPSyntaxSchema> |
LDAPSchema.getSyntaxes()
Get an enumeration of the syntaxes in this schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPSchema.addSyntax(LDAPSyntaxSchema syntaxSchema)
Add a syntax schema definition to the current schema.
|