public interface IConstants
In contrast to IKeys, there is not necesserally a match between the constant name and its content. The values here are only used internally inside the code.
Modifier and Type | Field and Description |
---|---|
static String |
DATE_FMT_DAY |
static String |
DATE_FMT_HOUR |
static String |
DATE_FMT_MONTH |
static String |
DATE_FMT_YEAR |
static String |
DATE_TIME_ISO_FORMAT |
static int |
FAIL |
static int |
FAIL_ONCE |
static String |
GREEN |
static String |
RED |
static int |
SUCCESS |
static int |
SUCESS_ONCE |
static String |
YELLOW |
static final String DATE_FMT_YEAR
static final String DATE_FMT_MONTH
static final String DATE_FMT_DAY
static final String DATE_FMT_HOUR
static final String DATE_TIME_ISO_FORMAT
static final String YELLOW
static final String RED
static final String GREEN
static final int SUCCESS
static final int FAIL
static final int SUCESS_ONCE
static final int FAIL_ONCE
Copyright © 2014–2023. All rights reserved.