Class FactoryProperty


  • public class FactoryProperty
    extends java.lang.Object
    This is a general purpose class that allows one to pass name/value properties to the JavaGeneratorFactory.
    Author:
    Jim Stafford (jim.stafford@raba.com)
    • Constructor Summary

      Constructors 
      Constructor Description
      FactoryProperty()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object rhs)  
      java.lang.String getName()  
      java.lang.String getValue()  
      void setName​(java.lang.String string)  
      void setValue​(java.lang.String string)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FactoryProperty

        public FactoryProperty()
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public java.lang.String getValue()
      • setName

        public void setName​(java.lang.String string)
      • setValue

        public void setValue​(java.lang.String string)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object rhs)
        Overrides:
        equals in class java.lang.Object