Package org.apache.olingo.odata2.api.edm
Interface EdmAnnotationAttribute
-
- All Known Implementing Classes:
AnnotationAttribute
public interface EdmAnnotationAttribute@org.apache.olingo.odata2.DoNotImplement A CSDL AnnotationAttribute element.EdmAnnotationAttribute is a custom XML attribute which can be applied to a CSDL element.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get the name of the custom attributeStringgetNamespace()Get the namespace of the custom attributeStringgetPrefix()Get the prefix of the custom attributeStringgetText()Get the text of the custom attribute
-
-
-
Method Detail
-
getNamespace
String getNamespace()
Get the namespace of the custom attribute- Returns:
- String
-
getPrefix
String getPrefix()
Get the prefix of the custom attribute- Returns:
- String
-
getName
String getName()
Get the name of the custom attribute- Returns:
- String
-
getText
String getText()
Get the text of the custom attribute- Returns:
- String
-
-