Package com.hp.lft.sdk
Enum Class VerticalVisualRelation
- All Implemented Interfaces:
com.hp.lft.sdk.internal.EnumValueProvider<Integer>
,Serializable
,Comparable<VerticalVisualRelation>
,java.lang.constant.Constable
public enum VerticalVisualRelation
extends Enum<VerticalVisualRelation>
implements com.hp.lft.sdk.internal.EnumValueProvider<Integer>
The vertical 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 Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe related test object is located above the test object to identify.The related test object is located above the test object to identify and vertically inline with it.The related test object is located below the test object to identify.The related test object is located below the test object to identify and vertically inline with it. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
static VerticalVisualRelation
Returns the enum constant of this class with the specified name.static VerticalVisualRelation[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ABOVE
The related test object is located above the test object to identify. -
ABOVE_AND_INLINE
The related test object is located above the test object to identify and vertically inline with it. -
BELOW
The related test object is located below the test object to identify. -
BELOW_AND_INLINE
The related test object is located below the test object to identify and vertically inline with it.
-
-
Method Details
-
values
Returns 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
-
valueOf
Returns 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 nameNullPointerException
- if the argument is null
-
getValue
- Specified by:
getValue
in interfacecom.hp.lft.sdk.internal.EnumValueProvider<Integer>
-