Interface EdmAnnotationAttribute

All Known Implementing Classes:
AnnotationAttribute

public interface EdmAnnotationAttribute
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of the custom attribute
    Get the namespace of the custom attribute
    Get the prefix of the custom attribute
    Get the text of the custom attribute
  • Method Details

    • 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