Class EdmAnnotationElementImplProv
java.lang.Object
org.apache.olingo.odata2.core.edm.provider.EdmAnnotationElementImplProv
- All Implemented Interfaces:
EdmAnnotationElement
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EdmAnnotationElementImplProv
-
-
Method Details
-
getName
Description copied from interface:EdmAnnotationElementGet the name of the custom element- Specified by:
getNamein interfaceEdmAnnotationElement- Returns:
- String
-
getNamespace
Description copied from interface:EdmAnnotationElementGet the namespace of the custom element- Specified by:
getNamespacein interfaceEdmAnnotationElement- Returns:
- String
-
getPrefix
Description copied from interface:EdmAnnotationElementGet the prefix of the custom element- Specified by:
getPrefixin interfaceEdmAnnotationElement- Returns:
- String
-
getText
Description copied from interface:EdmAnnotationElementGet the XML data of the custom element- Specified by:
getTextin interfaceEdmAnnotationElement- Returns:
- String
-
getChildElements
Description copied from interface:EdmAnnotationElementGet the child elements of the custom element- Specified by:
getChildElementsin interfaceEdmAnnotationElement- Returns:
- child elements of this
EdmAnnotationElementor null if no child elements exist
-
getAttributes
Description copied from interface:EdmAnnotationElementGet the attributes of this custom element- Specified by:
getAttributesin interfaceEdmAnnotationElement- Returns:
- the attributes of this
EdmAnnotationElementor null if no attributes exist
-