org.odata4j.edm
Class EdmFunctionParameter
java.lang.Object
org.odata4j.edm.EdmItem
org.odata4j.edm.EdmFunctionParameter
public class EdmFunctionParameter
- extends EdmItem
A CSDL Parameter element.
A Parameter element is used to define input and output parameters for function imports that are declared in CSDL.
- See Also:
- [msdn] Parameter Element (CSDL)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getMode
public EdmFunctionParameter.Mode getMode()
getName
public String getName()
getType
public EdmType getType()
isNullable
public Boolean isNullable()
newBuilder
public static EdmFunctionParameter.Builder newBuilder()
newBuilder
public static EdmFunctionParameter.Builder newBuilder(EdmFunctionParameter functionParameter,
org.odata4j.edm.EdmItem.BuilderContext context)
http://odata4j.org