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 ImmutableAnnotationAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.olingo.odata2.api.edm.provider.AnnotationAttributesetName(java.lang.String name)org.apache.olingo.odata2.api.edm.provider.AnnotationAttributesetText(java.lang.String text)
-
-
-
Method Detail
-
setName
public org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute setName(java.lang.String name)
- Overrides:
setNamein classorg.apache.olingo.odata2.api.edm.provider.AnnotationAttribute
-
setText
public org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute setText(java.lang.String text)
- Overrides:
setTextin classorg.apache.olingo.odata2.api.edm.provider.AnnotationAttribute
-
-