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 SummaryNested 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 SummaryFields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBaseproperties
- 
Constructor SummaryConstructorsModifierConstructorDescriptionInitializes 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 SummaryMethods inherited from class com.hp.lft.sdk.PropertiesDescriptioncloneMethods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBasecloneTo, getValueAs, getValueAsStringProperty, insertValue
- 
Constructor Details- 
MenuDescriptionpublic MenuDescription()Initializes a new instance of the MenuDescription class.
- 
MenuDescriptionInitializes a new instance of MenuDescription with the givenMenuTypeitem.- Parameters:
- type- the Menu type.
 
- 
MenuDescriptionInitializes a new instance of the MenuDescription class using the Builder pattern.- Parameters:
- init- the Builder pattern.
 
 
- 
- 
Method Details- 
getTypeReturns the Menu type.- Returns:
- the Menu type.
 
- 
setTypeSet the Menu type.- Parameters:
- type- the Menu type.
 
 
-