public interface SDOAnnotationProvider
| Modifier and Type | Method and Description | 
|---|---|
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(ViewAnnotations.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. 
 | 
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(ViewAnnotations.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