public interface EdmProperty extends EdmElement, EdmMappable, EdmAnnotatable
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
Integer |
getMaxLength() |
String |
getMimeType()
Gets the related MIME type for the property.
|
Integer |
getPrecision() |
Integer |
getScale() |
SRID |
getSrid() |
boolean |
isNullable() |
boolean |
isPrimitive()
Gets the info if the property is a primitive property.
|
boolean |
isUnicode() |
getType, isCollection
getMapping
getAnnotation, getAnnotations
String getMimeType()
boolean isPrimitive()
boolean isNullable()
Integer getMaxLength()
Integer getPrecision()
Integer getScale()
SRID getSrid()
boolean isUnicode()
String getDefaultValue()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.