Uses of Enum Class
org.faktorips.codegen.dthelpers.ILocalDateHelper.Period
Packages that use ILocalDateHelper.Period
Package
Description
-
Uses of ILocalDateHelper.Period in org.faktorips.codegen.dthelpers
Methods in org.faktorips.codegen.dthelpers that return ILocalDateHelper.PeriodModifier and TypeMethodDescriptionstatic ILocalDateHelper.PeriodReturns the enum constant of this class with the specified name.static ILocalDateHelper.Period[]ILocalDateHelper.Period.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.faktorips.codegen.dthelpers with parameters of type ILocalDateHelper.PeriodModifier and TypeMethodDescriptionILocalDateHelper.getPeriodCode(JavaCodeFragment arg1, JavaCodeFragment arg2, ILocalDateHelper.Period period) Returns the code to calculate the period between the two arguments. -
Uses of ILocalDateHelper.Period in org.faktorips.codegen.dthelpers.java8
Methods in org.faktorips.codegen.dthelpers.java8 with parameters of type ILocalDateHelper.PeriodModifier and TypeMethodDescriptionLocalDateHelper.getPeriodCode(JavaCodeFragment arg1, JavaCodeFragment arg2, ILocalDateHelper.Period period) -
Uses of ILocalDateHelper.Period in org.faktorips.codegen.dthelpers.joda
Methods in org.faktorips.codegen.dthelpers.joda with parameters of type ILocalDateHelper.PeriodModifier and TypeMethodDescriptionLocalDateHelper.getPeriodCode(JavaCodeFragment arg1, JavaCodeFragment arg2, ILocalDateHelper.Period period)