public class EdmParameterImpl extends AbstractEdmNamed implements EdmParameter
edm| Constructor and Description |
|---|
EdmParameterImpl(Edm edm,
CsdlParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
EdmMapping |
getMapping()
Get mapping information applied to an EDM element.
|
Integer |
getMaxLength() |
Integer |
getPrecision() |
Integer |
getScale() |
SRID |
getSrid() |
EdmType |
getType()
See
EdmType for more information about possible types. |
boolean |
isCollection() |
boolean |
isNullable() |
getName, toStringgetAnnotation, getAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotationspublic EdmParameterImpl(Edm edm, CsdlParameter parameter)
public boolean isCollection()
isCollection in interface EdmTypedpublic EdmMapping getMapping()
EdmMappablegetMapping in interface EdmMappableEdmMapping or null if no mapping is definedpublic boolean isNullable()
isNullable in interface EdmParameterpublic Integer getMaxLength()
getMaxLength in interface EdmParameterpublic Integer getPrecision()
getPrecision in interface EdmParameterpublic Integer getScale()
getScale in interface EdmParameterpublic SRID getSrid()
getSrid in interface EdmParameterCopyright © 2023. All rights reserved.