public class

EdmAnnotationElement

extends EdmAnnotation<T>
java.lang.Object
   ↳ org.odata4j.core.GenericAnnotation<T>
     ↳ org.odata4j.edm.EdmAnnotation<T>
       ↳ org.odata4j.edm.EdmAnnotationElement<T>

Class Overview

A CSDL Annotation element.

Annotation elements in conceptual schema definition language (CSDL) are custom XML elements in the conceptual model. Annotation elements can be used to provide extra metadata about the elements in a conceptual model.

Summary

[Expand]
Inherited Fields
From class org.odata4j.core.GenericAnnotation
Public Constructors
EdmAnnotationElement(String namespaceUri, String namespacePrefix, String name, Class<T> valueType, T value)
[Expand]
Inherited Methods
From class org.odata4j.edm.EdmAnnotation
From class org.odata4j.core.GenericAnnotation
From class java.lang.Object
From interface org.odata4j.core.Named
From interface org.odata4j.core.NamedValue
From interface org.odata4j.core.NamespacedAnnotation

Public Constructors

public EdmAnnotationElement (String namespaceUri, String namespacePrefix, String name, Class<T> valueType, T value)

Parameters
namespaceUri
namespacePrefix
name
valueType
value