Package com.hp.lft.sdk.stdwin
Class MenuDescription
java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
com.hp.lft.sdk.PropertiesDescription
com.hp.lft.sdk.stdwin.MenuDescription
- All Implemented Interfaces:
CloneableObject
,Description
,Cloneable
The description of a standard Windows Menu test object.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
This class can be used to construct an instance of the MenuDescription class using the builder pattern.protected static class
MenuDescription.Init<T extends MenuDescription.Init<T>>
Helper class for MenuDescription.Builder. -
Field Summary
Fields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase
properties
-
Constructor Summary
ConstructorsModifierConstructorDescriptionInitializes a new instance of the MenuDescription class.protected
MenuDescription
(MenuDescription.Init<?> init) Initializes a new instance of the MenuDescription class using the Builder pattern.MenuDescription
(MenuType type) Initializes a new instance of MenuDescription with the givenMenuType
item. -
Method Summary
Methods inherited from class com.hp.lft.sdk.PropertiesDescription
clone
Methods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase
cloneTo, getValueAs, getValueAsStringProperty, insertValue
-
Constructor Details
-
MenuDescription
public MenuDescription()Initializes a new instance of the MenuDescription class. -
MenuDescription
Initializes a new instance of MenuDescription with the givenMenuType
item.- Parameters:
type
- the Menu type.
-
MenuDescription
Initializes a new instance of the MenuDescription class using the Builder pattern.- Parameters:
init
- the Builder pattern.
-
-
Method Details
-
getType
Returns the Menu type.- Returns:
- the Menu type.
-
setType
Set the Menu type.- Parameters:
type
- the Menu type.
-