public interface ODataMetaEntitySet extends ODataMetaAnnotable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnnotation(AnnotationName name)
Retrieves the annotation value of the entity set specified by the given fully qualified annotation name.
|
java.lang.String |
getAnnotation(java.lang.String namespace,
java.lang.String name)
Retrieves the annotation value of the entity set with the given annotation namespace and localname.
|
java.util.Set<AnnotationName> |
getAnnotationNames()
Retrieves the annotation names of the entity set.
|
java.lang.String |
getEntityType()
Retrieves the fully qualified entity type name which this set contains.
|
java.lang.String |
getName()
Retrieves the name of the entity set.
|
getVocabularyAnnotation, getVocabularyAnnotation, getVocabularyAnnotationNames
java.lang.String getName()
java.lang.String getEntityType()
java.util.Set<AnnotationName> getAnnotationNames()
java.lang.String getAnnotation(AnnotationName name)
name
- fully qualified annotation name. MUST be nn-null, otherwise NullPointerException is thrownjava.lang.NullPointerException
- if name parameter is nulljava.lang.String getAnnotation(java.lang.String namespace, java.lang.String name)
namespace
- namespace of the annotation, can be nullname
- localname of the annotation. MUST be non-null, otherwise NullPointerException is thrownjava.lang.NullPointerException
- is name parameter is null