Uses of Class
com.axway.ats.uiengine.internal.driver.InternalObjectsEnum
-
Packages that use InternalObjectsEnum Package Description com.axway.ats.uiengine.internal.driver -
-
Uses of InternalObjectsEnum in com.axway.ats.uiengine.internal.driver
Methods in com.axway.ats.uiengine.internal.driver that return InternalObjectsEnum Modifier and Type Method Description static InternalObjectsEnumInternalObjectsEnum. getEnum(String name)static InternalObjectsEnumInternalObjectsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static InternalObjectsEnum[]InternalObjectsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-