Class ImmutableAnnotationAttribute

java.lang.Object
org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute
de.hybris.platform.odata2services.odata.schema.attribute.ImmutableAnnotationAttribute
All Implemented Interfaces:
org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute
     
    org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute
     

    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 Details

    • ImmutableAnnotationAttribute

      public ImmutableAnnotationAttribute()
  • Method Details

    • setName

      public org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute setName(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(String text)
      Overrides:
      setText in class org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute