Package | Description |
---|---|
org.apache.olingo.server.api.edm.provider |
Modifier and Type | Field and Description |
---|---|
protected ReturnType |
Operation.returnType |
Modifier and Type | Method and Description |
---|---|
ReturnType |
Operation.getReturnType() |
ReturnType |
ReturnType.setCollection(boolean isCollection) |
ReturnType |
ReturnType.setMaxLength(Integer maxLength) |
ReturnType |
ReturnType.setNullable(Boolean nullable) |
ReturnType |
ReturnType.setPrecision(Integer precision) |
ReturnType |
ReturnType.setScale(Integer scale) |
ReturnType |
ReturnType.setType(FullQualifiedName type) |
Modifier and Type | Method and Description |
---|---|
Operation |
Operation.setReturnType(ReturnType returnType) |
Function |
Function.setReturnType(ReturnType returnType) |
Action |
Action.setReturnType(ReturnType returnType) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.