|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Syntax | |
org.apache.directory.shared.ldap.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
Uses of Syntax in org.apache.directory.shared.ldap.schema |
Classes in org.apache.directory.shared.ldap.schema that implement Syntax | |
class |
AbstractSyntax
An abstract Syntax class. |
Methods in org.apache.directory.shared.ldap.schema that return Syntax | |
Syntax |
AttributeType.getSyntax()
The Syntax for this AttributeType's values. |
Syntax |
MatchingRule.getSyntax()
Gets the SyntaxImpl used by this MatchingRule. |
Methods in org.apache.directory.shared.ldap.schema with parameters of type Syntax | |
static java.lang.StringBuffer |
SchemaUtils.render(Syntax syntax)
Renders a Syntax into a new StringBuffer according to the LDAP Syntax Description Syntax 1.3.6.1.4.1.1466.115.121.1.54. |
static java.lang.String |
DescriptionUtils.getDescription(Syntax syntax)
Generates the SyntaxDescription for a Syntax as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.54. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |