Interface EdmOnDelete
-
- All Known Implementing Classes:
EdmOnDeleteImpl
public interface EdmOnDeleteObjects of this class represent an OnDelete Action
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.olingo.odata2.api.edm.EdmActiongetAction()List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute>getAnnotationAttributes()List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement>getAnnotationElements()EdmDocumentationgetDocumentation()
-
-
-
Method Detail
-
getAction
org.apache.olingo.odata2.api.edm.EdmAction getAction()
- Returns:
EdmActionaction
-
getDocumentation
EdmDocumentation getDocumentation()
- Returns:
- Documentation documentation
-
getAnnotationAttributes
List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> getAnnotationAttributes()
- Returns:
- List of AnnotationAttribute annotation attributes
-
getAnnotationElements
List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> getAnnotationElements()
- Returns:
- List of AnnotationElement annotation elements
-
-