psdi.iface.proc

Class MaxXREFInfo

  • java.lang.Object
    • psdi.iface.proc.MaxXREFInfo


  • public class MaxXREFInfo
    extends java.lang.Object
    Describes Cross-refrence controls
    • Constructor Summary

      Constructors 
      Constructor and Description
      MaxXREFInfo()
      Construct the MaxXREFInfo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getNewValue()
      Return new value.
      java.lang.String getValue()
      Return value.
      void setNewValue(java.lang.String c)
      Set new value
      void setValue(java.lang.String c)
      Set value
      java.lang.String toString()
      Dump the details of the MaxXREFInfo.
      • Methods inherited from class java.lang.Object

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

      • MaxXREFInfo

        public MaxXREFInfo()
        Construct the MaxXREFInfo
    • Method Detail

      • getNewValue

        public java.lang.String getNewValue()
        Return new value.
        Returns:
        new value
      • setNewValue

        public void setNewValue(java.lang.String c)
        Set new value
        Parameters:
        c - Give new value.
      • getValue

        public java.lang.String getValue()
        Return value.
        Returns:
        value
      • setValue

        public void setValue(java.lang.String c)
        Set value
        Parameters:
        c - Give value.
      • toString

        public java.lang.String toString()
        Dump the details of the MaxXREFInfo. Use for debugging only !
        Overrides:
        toString in class java.lang.Object