Uses of Class
de.xima.fc.common.time.EPresetTemporalFormatStyle
- 
Packages that use EPresetTemporalFormatStyle Package Description de.xima.fc.common.time de.xima.fc.interfaces.workflow.bpmn  - 
- 
Uses of EPresetTemporalFormatStyle in de.xima.fc.common.time
Methods in de.xima.fc.common.time that return EPresetTemporalFormatStyle Modifier and Type Method Description static EPresetTemporalFormatStyleEPresetTemporalFormatStyle. valueOf(String name)Returns 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 EPresetTemporalFormatStyle Modifier and Type Method Description IPresetTemporalFormatterBuilderDefaultPresetTemporalFormatter. forStyle(EPresetTemporalFormatStyle style)IPresetTemporalFormatterBuilderIPresetTemporalFormatter. 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 EPresetTemporalFormatStyle Modifier and Type Method Description StringIWorkflowBpmnLocalization. formatTemporal(EPresetTemporalFormatStyle style, Temporal temporal)Formats a temporal object (e.g., a date or time) according to the specified style. 
 -