org.odata4j.edm
Class EdmAnnotationAttribute
java.lang.Object
   org.odata4j.core.GenericAnnotation<T>
org.odata4j.core.GenericAnnotation<T>
       org.odata4j.edm.EdmAnnotation<String>
org.odata4j.edm.EdmAnnotation<String>
           org.odata4j.edm.EdmAnnotationAttribute
org.odata4j.edm.EdmAnnotationAttribute
- All Implemented Interfaces: 
- Named, NamedValue<String>, NamespacedAnnotation<String>
- public class EdmAnnotationAttribute 
- extends EdmAnnotation<String>
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.
- See Also:
- [msdn] Annotation Attributes (CSDL)
 
 
 
 
 
EdmAnnotationAttribute
public EdmAnnotationAttribute(String namespaceUri,
                              String namespacePrefix,
                              String name,
                              String value)
http://odata4j.org