|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EdmAnnotationElement
EdmAnnotationElement is a custom XML element which can be applied to a CSDL element.
Method Summary | |
---|---|
List<EdmAnnotationAttribute> |
getAttributes()
Get the attributes of this custom element |
List<EdmAnnotationElement> |
getChildElements()
Get the child elements of the custom element |
String |
getName()
Get the name of the custom element |
String |
getNamespace()
Get the namespace of the custom element |
String |
getPrefix()
Get the prefix of the custom element |
String |
getText()
Get the XML data of the custom element |
Method Detail |
---|
String getNamespace()
String getPrefix()
String getName()
String getText()
List<EdmAnnotationElement> getChildElements()
EdmAnnotationElement
or null if no child elements existList<EdmAnnotationAttribute> getAttributes()
EdmAnnotationElement
or null if no attributes exist
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |