public class Constant extends DerivePath
Always generates a constant path irrespective of the the input
  • Constructor Details

    • Constant

      public Constant()
    • Constant

      public Constant(String value)
  • Method Details

    • deriveFrom

      public Path deriveFrom(Path source, boolean debugMode)
      Description copied from class: DerivePath
      Derives a new path from an existing path.
      Specified by:
      deriveFrom in class DerivePath
      Parameters:
      source - the path to derive from.
      debugMode - true if debug-mode is activated
      Returns:
      the derived path.
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)