Uses of Enum Class
com.deltaxml.dita.config.StepsConflictResolution
Packages that use StepsConflictResolution
-
Uses of StepsConflictResolution in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return StepsConflictResolutionModifier and TypeMethodDescriptionDitaConfig.getStepsConflictResolution()Gets the value of the stepsConflictResolution parameter.static StepsConflictResolutionReturns the enum constant of this class with the specified name.static StepsConflictResolution[]StepsConflictResolution.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.dita.config with parameters of type StepsConflictResolutionModifier and TypeMethodDescriptionvoidDitaConfig.setStepsConflictResolution(StepsConflictResolution value) Specifies how to resolve conflicts between a task body's mutually exclusive steps and steps-unordered elements.