public class EdmPropertyImpl extends AbstractEdmNamed implements org.apache.olingo.commons.api.edm.EdmProperty
edm| Constructor and Description |
|---|
EdmPropertyImpl(org.apache.olingo.commons.api.edm.Edm edm,
org.apache.olingo.commons.api.edm.provider.CsdlProperty property) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
org.apache.olingo.commons.api.edm.EdmMapping |
getMapping() |
Integer |
getMaxLength() |
String |
getMimeType() |
Integer |
getPrecision() |
Integer |
getScale() |
String |
getScaleAsString() |
org.apache.olingo.commons.api.edm.geo.SRID |
getSrid() |
org.apache.olingo.commons.api.edm.EdmType |
getType() |
org.apache.olingo.commons.api.edm.EdmType |
getTypeWithAnnotations() |
boolean |
isCollection() |
boolean |
isNullable() |
boolean |
isPrimitive() |
boolean |
isUnicode() |
getName, toStringgetAnnotation, getAnnotationspublic EdmPropertyImpl(org.apache.olingo.commons.api.edm.Edm edm,
org.apache.olingo.commons.api.edm.provider.CsdlProperty property)
public org.apache.olingo.commons.api.edm.EdmType getType()
getType in interface org.apache.olingo.commons.api.edm.EdmTypedpublic org.apache.olingo.commons.api.edm.EdmType getTypeWithAnnotations()
getTypeWithAnnotations in interface org.apache.olingo.commons.api.edm.EdmPropertypublic 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 String getMimeType()
getMimeType in interface org.apache.olingo.commons.api.edm.EdmPropertypublic boolean isNullable()
isNullable in interface org.apache.olingo.commons.api.edm.EdmPropertypublic Integer getMaxLength()
getMaxLength in interface org.apache.olingo.commons.api.edm.EdmPropertypublic Integer getPrecision()
getPrecision in interface org.apache.olingo.commons.api.edm.EdmPropertypublic Integer getScale()
getScale in interface org.apache.olingo.commons.api.edm.EdmPropertypublic String getScaleAsString()
getScaleAsString in interface org.apache.olingo.commons.api.edm.EdmPropertypublic org.apache.olingo.commons.api.edm.geo.SRID getSrid()
getSrid in interface org.apache.olingo.commons.api.edm.EdmPropertypublic boolean isUnicode()
isUnicode in interface org.apache.olingo.commons.api.edm.EdmPropertypublic String getDefaultValue()
getDefaultValue in interface org.apache.olingo.commons.api.edm.EdmPropertypublic boolean isPrimitive()
isPrimitive in interface org.apache.olingo.commons.api.edm.EdmPropertyCopyright © 2013–2020 The Apache Software Foundation. All rights reserved.