public abstract class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_DATE_RANGE
Default date range in which dates will be generated: [now - 10 years, now + 10 years].
|
static java.time.ZonedDateTime |
IN_TEN_YEARS
The date of ten years after the
REFERENCE_DATE . |
static byte |
MAX_COLLECTION_SIZE
Maximum collection size.
|
static byte |
MAX_STRING_LENGTH
Maximum string size.
|
static java.time.ZonedDateTime |
TEN_YEARS_AGO
The date of ten years before
REFERENCE_DATE . |
public static final byte MAX_COLLECTION_SIZE
public static final byte MAX_STRING_LENGTH
public static final int DEFAULT_DATE_RANGE
public static final java.time.ZonedDateTime TEN_YEARS_AGO
REFERENCE_DATE
.public static final java.time.ZonedDateTime IN_TEN_YEARS
REFERENCE_DATE
.Copyright © 2016. All Rights Reserved.