public interface EdmTypeDefinition extends EdmPrimitiveType, EdmAnnotatable
EdmTypeDefinition defines a specialization of one of the possible primitive types.
 EdmPrimitiveType.EDM_NAMESPACE| Modifier and Type | Method and Description | 
|---|---|
| Integer | getMaxLength() | 
| Integer | getPrecision() | 
| Integer | getScale() | 
| SRID | getSrid() | 
| EdmPrimitiveType | getUnderlyingType() | 
| Boolean | isUnicode() | 
fromUriLiteral, getDefaultType, isCompatible, toUriLiteral, validate, validateDecimals, valueOfString, valueToStringgetFullQualifiedName, getKind, getNamespacegetAnnotation, getAnnotationsEdmPrimitiveType getUnderlyingType()
EdmPrimitiveType this type definition is based uponInteger getMaxLength()
Integer getPrecision()
Integer getScale()
SRID getSrid()
Boolean isUnicode()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.