|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SDOAnnotationProvider
| Nested Class Summary | |
|---|---|
static class |
SDOAnnotationProvider.Category |
| Method Summary | |
|---|---|
java.lang.String |
getAttributeDescription(java.lang.String attrName)Gets the description of the SDO attribute. |
java.lang.String |
getAttributeLifecycle(java.lang.String attrName)Gets the lifecycle of the SDO attribute. |
java.util.List<java.lang.String> |
getAttributeNames()Gets the list of child attribute names contained in the SDO. |
java.util.List<java.lang.String> |
getCategoryValues(SDOAnnotationProvider.Category category)Gets the list of category values assigned to the SDO. |
java.lang.String |
getDescription()Gets the description of the SDO. |
java.lang.String |
getDisplayName()Gets the external (display) name of the SDO. |
java.util.List<java.lang.String[]> |
getDocumentation()Gets the list of documentation (and their resource locations) for the SDO. |
java.util.List<java.lang.String> |
getKeywords()Gets the keywords for the SDO. |
java.lang.String |
getLifecycle()Gets the lifecycle of the SDO. |
java.util.List<java.lang.String[]> |
getRelationships()Gets the list of relationships (name and type) from the SDO. |
| Method Detail |
|---|
java.lang.String getDisplayName()
java.lang.String getDescription()
java.lang.String getLifecycle()
java.util.List<java.lang.String> getKeywords()
java.util.List<java.lang.String> getCategoryValues(SDOAnnotationProvider.Category category)
category - category for the SDOjava.util.List<java.lang.String[]> getDocumentation()
java.util.List<java.lang.String[]> getRelationships()
java.util.List<java.lang.String> getAttributeNames()
java.lang.String getAttributeDescription(java.lang.String attrName)
attrName - name of the SDO attributejava.lang.String getAttributeLifecycle(java.lang.String attrName)
attrName - name of the SDO attribute
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||