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 BaseDateBaseDate. infinityFuture()Returns a new BaseDate object initialized with the INF_FUTURE placeholder.static BaseDateBaseDate. infinityPast()Returns a new BaseDate object initialized with the INF_PAST placeholder.static BaseDateBaseDate. 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 BaseDateBaseDateToString. m_Endthe end date to use as basis for the evaluation.protected BaseDateBaseDateToString. m_Startthe start date to use as basis for the evaluation.Methods in adams.data.conversion that return BaseDate Modifier and Type Method Description BaseDateBaseDateToString. getEnd()Returns the end date used in the evaluation.BaseDateBaseDateToString. getStart()Returns the start date used in the evaluation.Methods in adams.data.conversion with parameters of type BaseDate Modifier and Type Method Description voidBaseDateToString. setEnd(BaseDate value)Sets the end date to use in the evaluation.voidBaseDateToString. 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 BaseDateBaseDateEditor. newDateType(String s)Returns a new instance of the date type.protected BaseDateBaseDateEditor. newDateType(Date d)Returns a new instance of the date type.
-