Uses of Class
netscape.ldap.LDAPSyntaxSchema

Packages that use LDAPSyntaxSchema
netscape.ldap   
 

Uses of LDAPSyntaxSchema in netscape.ldap
 

Methods in netscape.ldap that return LDAPSyntaxSchema
 LDAPSyntaxSchema LDAPSchema.getSyntax(java.lang.String name)
          Gets the definition of a syntax with the specified name.
 

Methods in netscape.ldap with parameters of type LDAPSyntaxSchema
 void LDAPSchema.addSyntax(LDAPSyntaxSchema syntaxSchema)
          Add a syntax schema definition to the current schema.