java.lang.Object
com.codebarrel.automation.api.component.smartvalues.expressions.Argument<T>

public class Argument<T> extends Object
  • Constructor Details

    • Argument

      public Argument(Class<T> type, T value)
  • Method Details

    • getType

      public Class<T> getType()
    • getValue

      public T getValue()