public interface DataSchemaProvider
Modifier and Type | Method and Description |
---|---|
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.
|
Collection<String> getElementsName()
Class<?> getElementSingleType(String elementName)
elementName
- Element nameClass
Java type of the specified elementboolean isElementMultivalued(String elementName)
elementName
- Element nameboolean isElementMandatory(String elementName)
elementName
- Element nameCopyright © 2005-2024 LSC project. All Rights Reserved.