Class ImmutableAnnotationAttribute

  • All Implemented Interfaces:
    org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute

    public class ImmutableAnnotationAttribute
    extends org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute setName​(java.lang.String name)  
      org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute setText​(java.lang.String text)  
      • Methods inherited from class org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute

        getName, getNamespace, getPrefix, getText, setNamespace, setPrefix
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImmutableAnnotationAttribute

        public ImmutableAnnotationAttribute()
    • Method Detail

      • setName

        public org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute setName​(java.lang.String name)
        Overrides:
        setName in class org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute
      • setText

        public org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute setText​(java.lang.String text)
        Overrides:
        setText in class org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute