public interface

NamespacedAnnotation

implements NamedValue<T>
org.odata4j.core.NamespacedAnnotation<T>
Known Indirect Subclasses

Class Overview

An annotation (typed name-value pair) that lives in a namespace.

Summary

Public Methods
abstract PrefixedNamespace getNamespace()
Gets the namespace (and namespace prefix) for this annotation.
abstract Class<T> getValueType()
Gets the java-type of the annotation value.
[Expand]
Inherited Methods
From interface org.odata4j.core.Named
From interface org.odata4j.core.NamedValue

Public Methods

public abstract PrefixedNamespace getNamespace ()

Gets the namespace (and namespace prefix) for this annotation.

public abstract Class<T> getValueType ()

Gets the java-type of the annotation value.