Class EdmAnnotationsImpl
java.lang.Object
org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
org.apache.olingo.commons.core.edm.EdmAnnotationsImpl
- All Implemented Interfaces:
EdmAnnotatable,EdmAnnotations
-
Field Summary
Fields inherited from class org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
edm -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWill return the full path to the target e.g.Methods inherited from class org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
getAnnotation, getAnnotationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.olingo.commons.api.edm.EdmAnnotatable
getAnnotation, getAnnotations
-
Constructor Details
-
EdmAnnotationsImpl
-
-
Method Details
-
getQualifier
- Specified by:
getQualifierin interfaceEdmAnnotations- Returns:
- a string allowing annotation authors a means of conditionally applying an annotation
-
getTargetPath
Description copied from interface:EdmAnnotationsWill return the full path to the target e.g. MySchema.MyEntityContainer/MyEntitySet/MySchema.MyEntityType/MyProperty- Specified by:
getTargetPathin interfaceEdmAnnotations- Returns:
- the path to the target
-