Uses of Class
org.odata4j.edm.EdmFunctionParameter.Mode

Packages that use EdmFunctionParameter.Mode
org.odata4j.edm Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. 
 

Uses of EdmFunctionParameter.Mode in org.odata4j.edm
 

Methods in org.odata4j.edm that return EdmFunctionParameter.Mode
 EdmFunctionParameter.Mode EdmFunctionParameter.getMode()
           
static EdmFunctionParameter.Mode EdmFunctionParameter.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EdmFunctionParameter.Mode[] EdmFunctionParameter.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odata4j.edm with parameters of type EdmFunctionParameter.Mode
 EdmFunctionParameter.Builder EdmFunctionParameter.Builder.setMode(EdmFunctionParameter.Mode mode)
           
 



http://odata4j.org