|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.odata4j.core.OFunctionParameters
public class OFunctionParameters
A static factory to create immutable OFunctionParameter
instances.
Method Summary | ||
---|---|---|
static
|
create(String name,
T value)
Creates a new OFunctionParameter, inferring the edm-type from the value provided, which cannot be null. |
|
static OFunctionParameter |
parse(String name,
EdmType type,
String value)
Creates a new OFunctionParameter by parsing a string value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> OFunctionParameter create(String name, T value)
T
- the property value's java-typename
- the property namevalue
- the property value
public static OFunctionParameter parse(String name, EdmType type, String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |