com.hp.lft.sdk.stdwin

Class MenuDescription

    • Field Summary

      • Fields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase

        properties
    • Method Summary

      Modifier and TypeMethod and Description
      MenuTypegetType()
      Returns the Menu type.
      voidsetType(MenuType type)
      Set the Menu type.
      • Methods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase

        cloneTo, getValueAs, getValueAsStringProperty, insertValue
      • Methods inherited from class java.lang.Object

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

      • MenuDescription

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

        public MenuDescription(MenuType type)
        Initializes a new instance of MenuDescription with the given MenuType item.
        Parameters:
        type - the Menu type.
      • MenuDescription

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

      • getType

        public MenuType getType()
        Returns the Menu type.
        Returns:
        the Menu type.
      • setType

        public void setType(MenuType type)
        Set the Menu type.
        Parameters:
        type - the Menu type.