Package com.hp.lft.sdk
Enum Class HorizontalVisualRelation
- All Implemented Interfaces:
- com.hp.lft.sdk.internal.EnumValueProvider<Integer>,- Serializable,- Comparable<HorizontalVisualRelation>,- java.lang.constant.Constable
public enum HorizontalVisualRelation
extends Enum<HorizontalVisualRelation>
implements com.hp.lft.sdk.internal.EnumValueProvider<Integer>
The horizontal location of the related test object relative to the object to identify. 
 See the Help Center for a diagram that illustrates the way OpenText Functional Testing for Developers interprets visual relations and the boundaries that are used for determining in-line related objects.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionThe related test object is located to the left of the test object to identify.The related test object is located to the left of the test object to identify and is horizontally inline with it.The related test object is located to the right of the test object to identify.The related test object is locatedto the right of the test object to identify and is horizontally inline with it.
- 
Method SummaryModifier and TypeMethodDescriptiongetValue()static HorizontalVisualRelationReturns the enum constant of this class with the specified name.static HorizontalVisualRelation[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
LEFTThe related test object is located to the left of the test object to identify.
- 
LEFT_AND_INLINEThe related test object is located to the left of the test object to identify and is horizontally inline with it.
- 
RIGHTThe related test object is located to the right of the test object to identify.
- 
RIGHT_AND_INLINEThe related test object is locatedto the right of the test object to identify and is horizontally inline with it.
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getValue- Specified by:
- getValuein interface- com.hp.lft.sdk.internal.EnumValueProvider<Integer>
 
 
-