|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EdmAnnotations
| Method Summary | |
|---|---|
EdmAnnotationAttribute |
getAnnotationAttribute(String name,
String namespace)
Get annotation attribute by full qualified name |
List<EdmAnnotationAttribute> |
getAnnotationAttributes()
Get all annotation attributes for the CSDL element |
EdmAnnotationElement |
getAnnotationElement(String name,
String namespace)
Get annotation element by full qualified name |
List<EdmAnnotationElement> |
getAnnotationElements()
Get all annotation elements for the CSDL element |
| Method Detail |
|---|
List<EdmAnnotationElement> getAnnotationElements()
EdmAnnotationElement or null if no elements exist
EdmAnnotationElement getAnnotationElement(String name,
String namespace)
name - namespace -
EdmAnnotationElement or null if no element is found for this nameList<EdmAnnotationAttribute> getAnnotationAttributes()
EdmAnnotationAttribute or null if no attributes exist
EdmAnnotationAttribute getAnnotationAttribute(String name,
String namespace)
name - namespace -
EdmAnnotationAttribute or null if no attribute is found for this name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||