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() | 
| String | getScaleAsString() | 
| SRID | getSrid() | 
| EdmType | getTypeWithAnnotations()See  EdmTypefor more information about possible types. | 
| boolean | isNullable() | 
| boolean | isPrimitive()Gets the info if the property is a primitive property. | 
| boolean | isUnicode() | 
getType, isCollectiongetMappinggetAnnotation, getAnnotationsString getMimeType()
boolean isPrimitive()
boolean isNullable()
Integer getMaxLength()
Integer getPrecision()
Integer getScale()
String getScaleAsString()
SRID getSrid()
boolean isUnicode()
String getDefaultValue()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.