public class EdmParameterImpl extends AbstractEdmNamed implements org.apache.olingo.commons.api.edm.EdmParameter
edm| Constructor and Description |
|---|
EdmParameterImpl(org.apache.olingo.commons.api.edm.Edm edm,
org.apache.olingo.commons.api.edm.provider.CsdlParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.commons.api.edm.EdmMapping |
getMapping() |
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() |
getName, toStringgetAnnotation, getAnnotationspublic EdmParameterImpl(org.apache.olingo.commons.api.edm.Edm edm,
org.apache.olingo.commons.api.edm.provider.CsdlParameter parameter)
public boolean isCollection()
isCollection in interface org.apache.olingo.commons.api.edm.EdmTypedpublic org.apache.olingo.commons.api.edm.EdmMapping getMapping()
getMapping in interface org.apache.olingo.commons.api.edm.EdmMappablepublic boolean isNullable()
isNullable in interface org.apache.olingo.commons.api.edm.EdmParameterpublic Integer getMaxLength()
getMaxLength in interface org.apache.olingo.commons.api.edm.EdmParameterpublic Integer getPrecision()
getPrecision in interface org.apache.olingo.commons.api.edm.EdmParameterpublic Integer getScale()
getScale in interface org.apache.olingo.commons.api.edm.EdmParameterpublic org.apache.olingo.commons.api.edm.geo.SRID getSrid()
getSrid in interface org.apache.olingo.commons.api.edm.EdmParameterpublic org.apache.olingo.commons.api.edm.EdmType getType()
getType in interface org.apache.olingo.commons.api.edm.EdmTypedCopyright © 2013–2020 The Apache Software Foundation. All rights reserved.