com.cognos.CAM_AAA.authentication

Class TextNoEchoDisplayObject

    • Constructor Summary

      Constructors 
      Constructor and Description
      TextNoEchoDisplayObject(java.lang.String theCaption, java.lang.String theName)
      Creates a text-no-echo display object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Returns the name of the display object.
      java.lang.String getValue()
      Returns the value that is currently set.
      void setValue(java.lang.String theValue)
      Sets the value for a display object.
      • Methods inherited from class java.lang.Object

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

      • TextNoEchoDisplayObject

        public TextNoEchoDisplayObject(java.lang.String theCaption,
                                       java.lang.String theName)
        Creates a text-no-echo display object.
        Parameters:
        theCaption - The label for the display object.
        theName - The name of the text-no-echo display object.
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: IDisplayObject
        Returns the name of the display object.
        Specified by:
        getName in interface IDisplayObject
        Returns:
        The name of the display object.
      • getValue

        public java.lang.String getValue()
        Description copied from interface: IDisplayObject
        Returns the value that is currently set.
        Specified by:
        getValue in interface IDisplayObject
        Returns:
        The value that is currently set.
      • setValue

        public void setValue(java.lang.String theValue)
        Sets the value for a display object.
        Parameters:
        theValue - The value to set for the display object.