|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.odata4j.edm.EdmFunctionImport
public class EdmFunctionImport
| Field Summary | |
|---|---|
EdmEntitySet |
entitySet
|
String |
httpMethod
|
String |
name
|
List<EdmFunctionParameter> |
parameters
|
EdmType |
returnType
|
| Constructor Summary | |
|---|---|
EdmFunctionImport(String name,
EdmEntitySet entitySet,
EdmType returnType,
String httpMethod,
List<EdmFunctionParameter> parameters)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final EdmEntitySet entitySet
public final String httpMethod
public final String name
public final List<EdmFunctionParameter> parameters
public final EdmType returnType
| Constructor Detail |
|---|
public EdmFunctionImport(String name,
EdmEntitySet entitySet,
EdmType returnType,
String httpMethod,
List<EdmFunctionParameter> parameters)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||