Package de.xima.fc
Class CmnConst.AppointmentIcalParams
- java.lang.Object
-
- de.xima.fc.CmnConst.AppointmentIcalParams
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAM_CUTOFF_UTC_LOWER
static String
PARAM_CUTOFF_UTC_UPPER
static String
PARAM_INCLUDE_PAST_APPOINTMENTS
static String
PARAM_LOCALE
-
Constructor Summary
Constructors Constructor Description AppointmentIcalParams()
-
-
-
Field Detail
-
PARAM_CUTOFF_UTC_LOWER
public static final String PARAM_CUTOFF_UTC_LOWER
- See Also:
- Constant Field Values
-
PARAM_CUTOFF_UTC_UPPER
public static final String PARAM_CUTOFF_UTC_UPPER
- See Also:
- Constant Field Values
-
PARAM_INCLUDE_PAST_APPOINTMENTS
public static final String PARAM_INCLUDE_PAST_APPOINTMENTS
- See Also:
- Constant Field Values
-
PARAM_LOCALE
public static final String PARAM_LOCALE
- See Also:
- Constant Field Values
-
-