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 classThis class can be used to construct an instance of the MenuDescription class using the builder pattern.protected static classMenuDescription.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.protectedMenuDescription(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 givenMenuTypeitem. -
Method Summary
Methods inherited from class com.hp.lft.sdk.PropertiesDescription
cloneMethods 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 givenMenuTypeitem.- 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.
-