Uses of Class
org.apache.olingo.odata2.api.edm.EdmAction
-
Packages that use EdmAction Package Description org.apache.olingo.odata2.api.edm Entity Data Model APIorg.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
Uses of EdmAction in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmAction Modifier and Type Method Description static EdmActionEdmAction. valueOf(String name)Returns the enum constant of this type with the specified name.static EdmAction[]EdmAction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EdmAction in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return EdmAction Modifier and Type Method Description EdmActionOnDelete. getAction()Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type EdmAction Modifier and Type Method Description OnDeleteOnDelete. setAction(EdmAction action)
-