Enum EFlowchartToBpmnConverterSettingsPreset
java.lang.Object
java.lang.Enum<EFlowchartToBpmnConverterSettingsPreset>
de.xima.fc.workflow.converter.bpmn.EFlowchartToBpmnConverterSettingsPreset
- All Implemented Interfaces:
Serializable, Comparable<EFlowchartToBpmnConverterSettingsPreset>
public enum EFlowchartToBpmnConverterSettingsPreset
extends Enum<EFlowchartToBpmnConverterSettingsPreset>
Presets for the
FlowchartToBpmnConverterSettings and WorkflowBpmnLayoutSettings.-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal voidabstract voidabstract voidabstract voidabstract voidReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
STANDARD
The preset "STANDARD". -
ADN
-
ARS
The preset "ARS". -
BIC
The preset "BIC". -
BIZ
The preset "BIZ". -
BVIS
The preset "BVIS". -
CMD
The preset "CMD". -
FLW
The preset "FLW". -
JBPM
The preset "JBPM". -
TRS
The preset "TRS". -
YQ
The preset "YQ".
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
applyConverterSettings
-
applyLayoutSettings
-
applyOptionalConverterSettings
public abstract void applyOptionalConverterSettings(FlowchartToBpmnConverterSettings.Builder builder) -
applyOptionalLayoutSettings
-
applyRequiredConverterSettings
public abstract void applyRequiredConverterSettings(FlowchartToBpmnConverterSettings.Builder builder) -
applyRequiredLayoutSettings
-