public class EdmReturnTypeImpl extends Object implements org.apache.olingo.commons.api.edm.EdmReturnType
| Constructor and Description |
|---|
EdmReturnTypeImpl(org.apache.olingo.commons.api.edm.Edm edm,
org.apache.olingo.commons.api.edm.provider.CsdlReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxLength() |
Integer |
getPrecision() |
Integer |
getScale() |
org.apache.olingo.commons.api.edm.geo.SRID |
getSrid() |
org.apache.olingo.commons.api.edm.EdmType |
getType() |
boolean |
isCollection() |
boolean |
isNullable() |
public EdmReturnTypeImpl(org.apache.olingo.commons.api.edm.Edm edm,
org.apache.olingo.commons.api.edm.provider.CsdlReturnType returnType)
public boolean isCollection()
isCollection in interface org.apache.olingo.commons.api.edm.EdmTypedpublic boolean isNullable()
isNullable in interface org.apache.olingo.commons.api.edm.EdmReturnTypepublic Integer getMaxLength()
getMaxLength in interface org.apache.olingo.commons.api.edm.EdmReturnTypepublic Integer getPrecision()
getPrecision in interface org.apache.olingo.commons.api.edm.EdmReturnTypepublic Integer getScale()
getScale in interface org.apache.olingo.commons.api.edm.EdmReturnTypepublic org.apache.olingo.commons.api.edm.geo.SRID getSrid()
getSrid in interface org.apache.olingo.commons.api.edm.EdmReturnTypepublic org.apache.olingo.commons.api.edm.EdmType getType()
getType in interface org.apache.olingo.commons.api.edm.EdmTypedCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.