Class AxeRunOnlyOptions


  • public class AxeRunOnlyOptions
    extends Object
    Class object for Axe Run Only Options.
    • Constructor Detail

      • AxeRunOnlyOptions

        public AxeRunOnlyOptions()
    • 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
      • setValues

        public void setValues​(List<String> newValues)
        sets the values of the Axe Run only options.
        Parameters:
        newValues - the new values to be set