Annotation Interface EdmFacets
Annotation for definition of EdmFactes on an EdmProperty (for an EdmEntityType or EdmComplexType which contains the EdmProperty as a field).
-
Optional Element Summary
Optional Elements
-
Element Details
-
maxLength
int maxLengthThe maximum length of the type in use. A negative value indicates for the EDM provider an unset/default value.- Returns:
- the maximum length of the type in use as Integer
- Default:
-1
-
scale
int scaleThe scale of the type in use. A negative value indicates for the EDM provider an unset/default value.- Returns:
- the scale of the type in use as Integer
- Default:
-1
-
precision
int precisionThe precision of the type in use. A negative value indicates for the EDM provider an unset/default value.- Returns:
- the precision of the type in use as Integer
- Default:
-1
-
nullable
boolean nullableThe information if the type in use is nullable. The default value for nullable istrue.- Returns:
trueif the type in use is nullable,falseotherwise.
- Default:
true
-