|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.odata4j.core.GenericAnnotation<T>
org.odata4j.edm.EdmAnnotation<T>
public abstract class EdmAnnotation<T>
Base annotation in the edm type system.
Either an EdmAnnotationAttribute or an EdmAnnotationElement.
| Constructor Summary | |
|---|---|
protected |
EdmAnnotation(String namespaceUri,
String namespacePrefix,
String name,
Class<T> valueType,
T value)
|
| Method Summary | ||
|---|---|---|
static EdmAnnotationAttribute |
attribute(String namespaceUri,
String namespacePrefix,
String name,
String value)
Creates an attribute annotation |
|
static
|
element(String namespaceUri,
String namespacePrefix,
String name,
Class<T> valueType,
T value)
Creates an element annotation |
|
| Methods inherited from class org.odata4j.core.GenericAnnotation |
|---|
getFullyQualifiedName, getName, getNamespace, getValue, getValueType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected EdmAnnotation(String namespaceUri,
String namespacePrefix,
String name,
Class<T> valueType,
T value)
| Method Detail |
|---|
public static EdmAnnotationAttribute attribute(String namespaceUri,
String namespacePrefix,
String name,
String value)
public static <T> EdmAnnotationElement<T> element(String namespaceUri,
String namespacePrefix,
String name,
Class<T> valueType,
T value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||