public class

EdmAnnotationAttribute

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

Class Overview

A CSDL Annotation attribute.

Annotation attributes in conceptual schema definition language (CSDL) are custom XML attributes in the conceptual model. Annotation attributes 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
EdmAnnotationAttribute(String namespaceUri, String namespacePrefix, String name, String 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 EdmAnnotationAttribute (String namespaceUri, String namespacePrefix, String name, String value)

Parameters
namespaceUri
namespacePrefix
name
value