org.odata4j.edm
Class EdmFunctionParameter

java.lang.Object
  extended by org.odata4j.edm.EdmFunctionParameter

public class EdmFunctionParameter
extends Object


Field Summary
 String mode
           
 String name
           
 EdmType type
           
 
Constructor Summary
EdmFunctionParameter(String name, EdmType type, String mode)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

public final String mode

name

public final String name

type

public final EdmType type
Constructor Detail

EdmFunctionParameter

public EdmFunctionParameter(String name,
                            EdmType type,
                            String mode)


http://odata4j.org