Class Constant

Object
AnchorBean<DerivePath>
DerivePath
Constant

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

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    deriveFrom(Path source, boolean debugMode)
     
     
    void
     

    Methods inherited from class org.anchoranalysis.io.input.bean.path.DerivePath

    deriveFrom

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Constant

      public Constant()
    • Constant

      public Constant(String value)
  • Method Details

    • deriveFrom

      public Path deriveFrom(Path source, boolean debugMode)
      Specified by:
      deriveFrom in class DerivePath
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)