Package com.deque.html.axecore.axeargs
Class AxeRunOnlyOptions
- java.lang.Object
-
- com.deque.html.axecore.axeargs.AxeRunOnlyOptions
-
public class AxeRunOnlyOptions extends Object
Class object for Axe Run Only Options.
-
-
Constructor Summary
Constructors Constructor Description AxeRunOnlyOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()gets the type.List<String>getValues()gets the value of the Axe Run Only Options.voidsetType(String newType)sets the type.voidsetValues(List<String> newValues)sets the values of the Axe Run only options.
-
-
-
Method Detail
-
getType
public String getType()
gets the type.- Returns:
- the type
-
setType
public void setType(String newType)
sets the type.- Parameters:
newType- the new type to be set
-
getValues
public List<String> getValues()
gets the value of the Axe Run Only Options.- Returns:
- a list of strings with the value
-
-