|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SchemaElement
An interface defining the methods to be implemented by the SchemaElement classes
| Method Summary | |
|---|---|
String |
getDescription()
|
List<String> |
getExtension(String key)
|
Map<String,List<String>> |
getExtensions()
|
List<String> |
getNames()
|
String |
getOid()
Returns the schema element's OID |
boolean |
isObsolete()
Tells if the attributeType is obsolete |
void |
setDescription(String description)
Set the schema element's description |
void |
setExtensions(Map<String,List<String>> extensions)
Set a list of extensions for a schemaElement |
void |
setNames(List<String> names)
Set a list of names for a schemaElement |
void |
setObsolete(boolean isObsolete)
Set the obsolete flag |
String |
toLdif(String schemaName)
Generate a String representation of this schemaElement, formated as a ldif string |
| Method Detail |
|---|
boolean isObsolete()
void setObsolete(boolean isObsolete)
isObsolete - The value to be setString getOid()
String getDescription()
void setDescription(String description)
description - The schema element's descriptionList<String> getNames()
void setNames(List<String> names)
names - The list of names of this schemaElementMap<String,List<String>> getExtensions()
List<String> getExtension(String key)
key - the Extension key
void setExtensions(Map<String,List<String>> extensions)
extensions - The list of extensions of this schemaElement
String toLdif(String schemaName)
throws LdapException
schemaName - The schema from which is extracted this schemaElement
LdapException - If any error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||