Class EdmAnnotationsImpl
- java.lang.Object
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmAnnotationsImpl
-
- All Implemented Interfaces:
org.apache.olingo.odata2.api.edm.EdmAnnotations
public class EdmAnnotationsImpl extends Object implements org.apache.olingo.odata2.api.edm.EdmAnnotations
Objects of this class represent annotation elements and attributes
-
-
Constructor Summary
Constructors Constructor Description EdmAnnotationsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.olingo.odata2.api.edm.EdmAnnotationAttributegetAnnotationAttribute(String name, String namespace)List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute>getAnnotationAttributes()org.apache.olingo.odata2.api.edm.EdmAnnotationElementgetAnnotationElement(String name, String namespace)List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement>getAnnotationElements()voidsetAnnotationAttributes(List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> annotationAttributes)voidsetAnnotationElements(List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> annotationElements)StringtoString()
-
-
-
Method Detail
-
getAnnotationElements
public List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> getAnnotationElements()
- Specified by:
getAnnotationElementsin interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotations
-
getAnnotationElement
public org.apache.olingo.odata2.api.edm.EdmAnnotationElement getAnnotationElement(String name, String namespace)
- Specified by:
getAnnotationElementin interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotations
-
getAnnotationAttributes
public List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> getAnnotationAttributes()
- Specified by:
getAnnotationAttributesin interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotations
-
getAnnotationAttribute
public org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute getAnnotationAttribute(String name, String namespace)
- Specified by:
getAnnotationAttributein interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotations
-
setAnnotationAttributes
public void setAnnotationAttributes(List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> annotationAttributes)
-
setAnnotationElements
public void setAnnotationElements(List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> annotationElements)
-
-