|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odata4j.edm.EdmFunctionParameter
public class EdmFunctionParameter
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 |
---|
public final String mode
public final String name
public final EdmType type
Constructor Detail |
---|
public EdmFunctionParameter(String name, EdmType type, String mode)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |