|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataSchemaProvider
This class represents the data schema, that is a list of element name and their Java types In this class, elements may be either directory attributes or SQL request columns or any single format data subtype returned by the data source
| Method Summary | |
|---|---|
Class<?> |
getElementSingleType(String elementName)
Return the Java type of the specified element |
Collection<String> |
getElementsName()
Return the list of elements name |
boolean |
isElementMandatory(String elementName)
Must the abstract bean include a value for the following attributes Binded to mandatory directory attributes or non null SQL columns |
boolean |
isElementMultivalued(String elementName)
Must the abstract bean include a value for the following attributes Binded to SINGLE-VALUE directory attributes. |
| Method Detail |
|---|
Collection<String> getElementsName()
Class<?> getElementSingleType(String elementName)
elementName - Element name
Class Java type of the specified elementboolean isElementMultivalued(String elementName)
elementName - Element name
boolean isElementMandatory(String elementName)
elementName - Element name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||