com.hp.lft.sdk.sap.gui

Class OKCodeDescription

  • All Implemented Interfaces:
    CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, java.lang.Cloneable


    public class OKCodeDescription
    extends ElementDescription
    Description of a SAP GUI for Windows OK Code box.
    • Constructor Detail

      • OKCodeDescription

        public OKCodeDescription()
        Initializes a new instance of the OKCodeDescription class.
      • OKCodeDescription

        protected OKCodeDescription(OKCodeDescription.Init<?> init)
        Initializes a new instance of the OKCodeDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setValue

        public void setValue(java.lang.String value)
        Sets the command code entered in the field.
        Parameters:
        value - the command code.
      • getValue

        public StringProperty getValue()
        Returns the command code entered in the field.
        Returns:
        the command code.