Uses of Class
adams.core.base.BaseDate
-
Packages that use BaseDate Package Description adams.core.base adams.data.conversion adams.gui.goe -
-
Uses of BaseDate in adams.core.base
Methods in adams.core.base that return BaseDate Modifier and Type Method Description static BaseDate
BaseDate. infinityFuture()
Returns a new BaseDate object initialized with the INF_FUTURE placeholder.static BaseDate
BaseDate. infinityPast()
Returns a new BaseDate object initialized with the INF_PAST placeholder.static BaseDate
BaseDate. now()
Returns a new BaseDate object initialized with the NOW placeholder. -
Uses of BaseDate in adams.data.conversion
Fields in adams.data.conversion declared as BaseDate Modifier and Type Field Description protected BaseDate
BaseDateToString. m_End
the end date to use as basis for the evaluation.protected BaseDate
BaseDateToString. m_Start
the start date to use as basis for the evaluation.Methods in adams.data.conversion that return BaseDate Modifier and Type Method Description BaseDate
BaseDateToString. getEnd()
Returns the end date used in the evaluation.BaseDate
BaseDateToString. getStart()
Returns the start date used in the evaluation.Methods in adams.data.conversion with parameters of type BaseDate Modifier and Type Method Description void
BaseDateToString. setEnd(BaseDate value)
Sets the end date to use in the evaluation.void
BaseDateToString. setStart(BaseDate value)
Sets the start date to use in the evaluation. -
Uses of BaseDate in adams.gui.goe
Methods in adams.gui.goe that return BaseDate Modifier and Type Method Description protected BaseDate
BaseDateEditor. newDateType(String s)
Returns a new instance of the date type.protected BaseDate
BaseDateEditor. newDateType(Date d)
Returns a new instance of the date type.
-