|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @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 | |
---|---|
int |
maxLength
The maximum length of the type in use. |
boolean |
nullable
The information if the type in use is nullable. |
int |
precision
The precision of the type in use. |
int |
scale
The scale of the type in use. |
public abstract int maxLength
public abstract int scale
public abstract int precision
public abstract boolean nullable
true
.
true
if the type in use is nullable, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |