Uses of Enum
de.xima.fc.common.time.EPresetTemporalFormatStyle
Packages that use EPresetTemporalFormatStyle
-
Uses of EPresetTemporalFormatStyle in de.xima.fc.common.time
Subclasses with type arguments of type EPresetTemporalFormatStyle in de.xima.fc.common.timeModifier and TypeClassDescriptionenumPresets styles for formatting temporal objects like dates and times, seeIPresetTemporalFormatter.Methods in de.xima.fc.common.time that return EPresetTemporalFormatStyleModifier and TypeMethodDescriptionstatic EPresetTemporalFormatStyleReturns the enum constant of this type with the specified name.static EPresetTemporalFormatStyle[]EPresetTemporalFormatStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.common.time with parameters of type EPresetTemporalFormatStyleModifier and TypeMethodDescriptionDefaultPresetTemporalFormatter.forStyle(EPresetTemporalFormatStyle style) IPresetTemporalFormatter.forStyle(EPresetTemporalFormatStyle style) Gets a builder for formatting a temporal object into a localized string. -
Uses of EPresetTemporalFormatStyle in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type EPresetTemporalFormatStyleModifier and TypeMethodDescriptionIWorkflowBpmnLocalization.formatTemporal(EPresetTemporalFormatStyle style, Temporal temporal) Formats a temporal object (e.g., a date or time) according to the specified style.