Class CsdlOnDelete
java.lang.Object
org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
org.apache.olingo.commons.api.edm.provider.CsdlOnDelete
- All Implemented Interfaces:
CsdlAnnotatable
The type Csdl on delete.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets action.Returns a list of annotationssetAction
(CsdlOnDeleteAction action) Sets action.setAnnotations
(List<CsdlAnnotation> annotations) Sets annotations.Methods inherited from class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
getAllByName, getOneByName
-
Constructor Details
-
CsdlOnDelete
public CsdlOnDelete()
-
-
Method Details
-
getAction
Gets action.- Returns:
- the action
-
setAction
Sets action.- Parameters:
action
- the action- Returns:
- the action
-
getAnnotations
Description copied from interface:CsdlAnnotatable
Returns a list of annotations- Specified by:
getAnnotations
in interfaceCsdlAnnotatable
- Returns:
- list of annotations
-
setAnnotations
Sets annotations.- Parameters:
annotations
- the annotations- Returns:
- the annotations
-