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

      • Header_Footer_Size

        private static final int Header_Footer_Size
        a file has two (PF, DF) or three header (AF).
        See Also:
        Constant Field Values
      • 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.

      • 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
      • Java_Filename

        public final String Java_Filename
        filename of Testfile usable for java file I/O
      • Last_Step

        public final int Last_Step
        the last test loaded
      • Length

        public final long Length
        File length
      • Loaded_Programs

        public final String Loaded_Programs
        Text to be displayed when Loaded_Programs is active
      • MF_Length

        public final int MF_Length
        amount of M register
      • M_Length

        public final int M_Length
        amount of MF register
      • 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,
                      int M_Length,
                      String Loaded_Programs)
    • 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
      • asAbsolutePath

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

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