Enum Files

    • Enum Constant Detail

      • Biorhythmus

        public static final Files Biorhythmus
      • QDTADD

        public static final Files QDTADD
      • Calculator_0

        public static final Files Calculator_0
      • Calculator_1

        public static final Files Calculator_1
      • Calculator_2

        public static final Files Calculator_2
      • Errors

        public static final Files Errors
      • Printer

        public static final Files Printer
      • Tape

        public static final Files Tape
    • Field Detail

      • Loaded_Programs_Length

        private static final int Loaded_Programs_Length
        Length of the loaded program string.
        See Also:
        Constant Field Values
      • Logger

        private static final Logger Logger

        Class logger instance.

      • TAG

        private static final String TAG

        Class logger tag.

      • Binary_Filename

        public final String Binary_Filename
        filename of Testfile usable for java file I/O
      • Casio_Filename

        public final short @NotNull [] Casio_Filename
        filename of Testfile usable for CASIO file I/O
      • EXE

        public final short @NotNull [] EXE
        Execute and all file load load
      • Last_Step

        public final int Last_Step
        the last test loaded
      • Length

        public final long Length
        File length
      • Loaded_Programs_1

        public final String Loaded_Programs_1
        Text to be displayed when Mode 2 is active
      • Loaded_Programs_2

        public final String Loaded_Programs_2
        Text to be displayed when Mode 2 is active
      • Steps

        public final String Steps
        Text to be displayed when Mode 2 is active
      • Text_Filename

        public final String Text_Filename
        filename of Testfile usable for java file I/O
      • Project_Home

        private static final String Project_Home
        Project home
    • Constructor Detail

      • Files

        private Files​(String Java_Filename,
                      short @NotNull [] Casio_Filename,
                      int Last_Step,
                      boolean All_File,
                      String Loaded_Programs_1,
                      String Loaded_Programs_2)
    • Method Detail

      • values

        public static Files[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Files c : Files.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Files valueOf​(String name)
        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 name
        NullPointerException - if the argument is null
      • As_Absolute_Path

        @NotNull
        public static File As_Absolute_Path​(String Base_Name)
        Resolves the absolute file for Unit testing.
        Returns:
        absolute path of the file
      • Binary_As_Absolute_Path

        @NotNull
        public File Binary_As_Absolute_Path()
        Resolves the absolute file for Unit testing.
        Returns:
        absolute path of the file
      • Text_As_Absolute_Path

        @NotNull
        public File Text_As_Absolute_Path()
        Resolves the absolute file for Unit testing.
        Returns:
        absolute path of the file