Uses of Enum
com.x2j.converter.utils.X2JExecMode
Packages that use X2JExecMode
-
Uses of X2JExecMode in com.x2j.converter.main
Methods in com.x2j.converter.main with parameters of type X2JExecModeModifier and TypeMethodDescriptionstatic voidX2JMain.setMode(X2JExecMode mode) Sets the execution mode for the X2J application (X2JExecMode). -
Uses of X2JExecMode in com.x2j.converter.utils
Methods in com.x2j.converter.utils that return X2JExecModeModifier and TypeMethodDescriptionstatic X2JExecModeReturns the enum constant of this type with the specified name.static X2JExecMode[]X2JExecMode.values()Returns an array containing the constants of this enum type, in the order they are declared.