Class FixedField

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      FixedField​(java.lang.String nm, double val)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generateJava()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        double value
    • Constructor Detail

      • FixedField

        public FixedField​(java.lang.String nm,
                          double val)