Class SetFormatCommand

  • All Implemented Interfaces:
    Command, JMadExecutable

    public class SetFormatCommand
    extends AbstractCommand
    The command to set the output format of MadX: SET. Unlike the MadX version, which supports up to three format settings at the same time, we only support setting one format at a time here.
    • Field Detail

      • DEFAULT_FORMAT_INTEGER

        public static final java.lang.String DEFAULT_FORMAT_INTEGER
        default format for integers
        See Also:
        Constant Field Values
      • DEFAULT_FORMAT_FLOAT

        public static final java.lang.String DEFAULT_FORMAT_FLOAT
        the default output format for doubles
        See Also:
        Constant Field Values
      • DEFAULE_FORMAT_STRING

        public static final java.lang.String DEFAULE_FORMAT_STRING
        the default output format for strings
        See Also:
        Constant Field Values
    • Constructor Detail

      • SetFormatCommand

        public SetFormatCommand​(java.lang.String format)
        Set-command, to set output to the given format
        Parameters:
        format - the format to set
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: Command
        has to be implemented in order to return the name of the command (keyword);
        Returns:
        the name of the command (MadX keyword)