Uses of Class
org.apache.olingo.odata2.api.edm.EdmAction

Packages that use EdmAction
org.apache.olingo.odata2.api.edm Entity Data Model API 
org.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
static EdmAction EdmAction.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
 EdmAction OnDelete.getAction()
           
 

Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type EdmAction
 OnDelete OnDelete.setAction(EdmAction action)
          Sets the EdmAction for this OnDelete
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.