Package hec.io.dbf.annotations
Annotation Interface Index
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
byte
A valid DBF byte value for Uniqueness. -
Field Summary
Fields
-
Field Details
-
DUPLICATE
static final int DUPLICATE- See Also:
-
-
Element Details
-
name
String name- Default:
- ""
-
descending
boolean descending- Default:
- false
-
unique
byte uniqueA valid DBF byte value for Uniqueness. Default value is DUPLICATE- CANDIDATE = 15;
- DUPLICATE = 0;
- UNIQUE = 20;
- UNIQUE_CONTINUE = 25;
- Default:
- (byte)0x00
-
filter
String filter- Default:
- ""
-
expression
String expression- Default:
- ""
-