Class Parameters

    • Constructor Detail

      • Parameters

        public Parameters()
    • Method Detail

      • getCommand

        public String getCommand()
      • setCommand

        public void setCommand​(String command)
      • getOrigin

        public String getOrigin()
      • setOrigin

        public void setOrigin​(String origin)
      • getMarkAsMT

        public boolean getMarkAsMT()
      • setMarkAsMT

        public void setMarkAsMT​(boolean markAsMT)
      • getMakeTMX

        public boolean getMakeTMX()
      • setMakeTMX

        public void setMakeTMX​(boolean makeTMX)
      • getTmxPath

        public String getTmxPath()
      • setTmxPath

        public void setTmxPath​(String tmxPath)
      • getSendTMX

        public boolean getSendTMX()
      • setSendTMX

        public void setSendTMX​(boolean sendTMX)
      • getMakeTM

        public boolean getMakeTM()
      • setMakeTM

        public void setMakeTM​(boolean makeTM)
      • getTmDirectory

        public String getTmDirectory()
      • setTmDirectory

        public void setTmDirectory​(String tmDirectory)
      • getBlockSize

        public int getBlockSize()
      • setBlockSize

        public void setBlockSize​(int blockSize)
      • getCheckExistingTm

        public boolean getCheckExistingTm()
      • setCheckExistingTm

        public void setCheckExistingTm​(boolean checkExistingTm)
      • getExistingTm

        public String getExistingTm()
      • setExistingTm

        public void setExistingTm​(String existingTm)
      • getSegment

        public boolean getSegment()
      • setSegment

        public void setSegment​(boolean segment)
      • getSrxPath

        public String getSrxPath()
      • setSrxPath

        public void setSrxPath​(String srxPath)
      • reset

        public void reset()
        Description copied from class: StringParameters
        Reset this parameters object to its default values.

        Subclasses should override this method to set any initial values and instantiate any objects that require allocation. It is recommended that subclasses also call super.reset() in the override to ensure that the buffer is empty.

        Specified by:
        reset in interface IParameters
        Overrides:
        reset in class StringParameters