Uses of Enum
cdm.base.datetime.PeriodTimeEnum
Packages that use PeriodTimeEnum
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
-
Uses of PeriodTimeEnum in cdm.base.datetime
Methods in cdm.base.datetime that return PeriodTimeEnumModifier and TypeMethodDescriptionstatic PeriodTimeEnumPeriodTimeEnum.fromDisplayName(String name) static PeriodTimeEnumReturns the enum constant of this type with the specified name.static PeriodTimeEnum[]PeriodTimeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PeriodTimeEnum in cdm.event.workflow
Fields in cdm.event.workflow declared as PeriodTimeEnumMethods in cdm.event.workflow that return PeriodTimeEnumModifier and TypeMethodDescriptionVelocity.getPeriod()Velocity.VelocityBuilderImpl.getPeriod()Velocity.VelocityImpl.getPeriod()Methods in cdm.event.workflow with parameters of type PeriodTimeEnumModifier and TypeMethodDescriptionVelocity.VelocityBuilder.setPeriod(PeriodTimeEnum period) Velocity.VelocityBuilderImpl.setPeriod(PeriodTimeEnum _period)