Class OKCodeDescription

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

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

    • 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 Details

    • setValue

      public void setValue(StringProperty value)
      Sets the command code entered in the field.
      Parameters:
      value - a StringProperty or RegExpProperty.
    • setValue

      public void setValue(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.