Uses of Class
adams.core.BusinessDays
-
Packages that use BusinessDays Package Description adams.core adams.core.base adams.data.conversion adams.parser -
-
Uses of BusinessDays in adams.core
Methods in adams.core that return BusinessDays Modifier and Type Method Description BusinessDays
BusinessDays. parse(String s)
Parses the given string and returns the associated enum.static BusinessDays
BusinessDays. valueOf(String name)
Returns the enum constant of this type with the specified name.static BusinessDays[]
BusinessDays. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BusinessDays in adams.core.base
Fields in adams.core.base declared as BusinessDays Modifier and Type Field Description protected BusinessDays
BaseDate. m_BusinessDays
how to interpret business days.protected BusinessDays
BaseDateTime. m_BusinessDays
how to interpret business days.protected BusinessDays
BaseDateTimeMsec. m_BusinessDays
how to interpret business days.Methods in adams.core.base that return BusinessDays Modifier and Type Method Description BusinessDays
BaseDate. getBusinessDays()
Returns what business days to use.BusinessDays
BaseDateTime. getBusinessDays()
Returns what business days to use.BusinessDays
BaseDateTimeMsec. getBusinessDays()
Returns what business days to use.Methods in adams.core.base with parameters of type BusinessDays Modifier and Type Method Description void
BaseDate. setBusinessDays(BusinessDays value)
Sets what business days to use.void
BaseDateTime. setBusinessDays(BusinessDays value)
Sets what business days to use.void
BaseDateTimeMsec. setBusinessDays(BusinessDays value)
Sets what business days to use. -
Uses of BusinessDays in adams.data.conversion
Fields in adams.data.conversion declared as BusinessDays Modifier and Type Field Description protected BusinessDays
BaseDateTimeMsecToString. m_BusinessDays
how to interpret business days.protected BusinessDays
BaseDateTimeToString. m_BusinessDays
how to interpret business days.protected BusinessDays
BaseDateToString. m_BusinessDays
how to interpret business days.protected BusinessDays
ExtractDateTimeField. m_BusinessDays
how to interpret business days.Methods in adams.data.conversion that return BusinessDays Modifier and Type Method Description BusinessDays
BaseDateTimeMsecToString. getBusinessDays()
Returns what business days to use.BusinessDays
BaseDateTimeToString. getBusinessDays()
Returns what business days to use.BusinessDays
BaseDateToString. getBusinessDays()
Returns what business days to use.BusinessDays
ExtractDateTimeField. getBusinessDays()
Returns what business days to use.Methods in adams.data.conversion with parameters of type BusinessDays Modifier and Type Method Description void
BaseDateTimeMsecToString. setBusinessDays(BusinessDays value)
Sets what business days to use.void
BaseDateTimeToString. setBusinessDays(BusinessDays value)
Sets what business days to use.void
BaseDateToString. setBusinessDays(BusinessDays value)
Sets what business days to use.void
ExtractDateTimeField. setBusinessDays(BusinessDays value)
Sets what business days to use. -
Uses of BusinessDays in adams.parser
Fields in adams.parser declared as BusinessDays Modifier and Type Field Description protected BusinessDays
BaseDateExpression. m_BusinessDays
how to interpret business days.protected BusinessDays
BaseDateTimeExpression. m_BusinessDays
how to interpret business days.protected BusinessDays
BaseDateTimeMsecExpression. m_BusinessDays
how to interpret business days.protected BusinessDays
ParserHelper. m_BusinessDays
the business days to use.Methods in adams.parser that return BusinessDays Modifier and Type Method Description BusinessDays
BaseDateExpression. getBusinessDays()
Returns what business days to use.BusinessDays
BaseDateTimeExpression. getBusinessDays()
Returns what business days to use.BusinessDays
BaseDateTimeMsecExpression. getBusinessDays()
Returns what business days to use.BusinessDays
ParserHelper. getBusinessDays()
Returns the type of business days to use.Methods in adams.parser with parameters of type BusinessDays Modifier and Type Method Description static Date
BaseDateExpression. evaluate(String expr, Date start, Date end, BusinessDays bdays)
Parses and evaluates the given expression.static Date
BaseDateTimeExpression. evaluate(String expr, Date start, Date end, BusinessDays bdays)
Parses and evaluates the given expression.static Date
BaseDateTimeMsecExpression. evaluate(String expr, Date start, Date end, BusinessDays bdays)
Parses and evaluates the given expression.void
BaseDateExpression. setBusinessDays(BusinessDays value)
Sets what business days to use.void
BaseDateTimeExpression. setBusinessDays(BusinessDays value)
Sets what business days to use.void
BaseDateTimeMsecExpression. setBusinessDays(BusinessDays value)
Sets what business days to use.void
ParserHelper. setBusinessDays(BusinessDays value)
Sets the type of business days to use.
-