Class EnumValues
- java.lang.Object
-
- net.serenitybdd.screenplay.questions.EnumValues
-
public class EnumValues extends Object
-
-
Constructor Summary
Constructors Constructor Description EnumValues(Class<T> enumType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> TconvertToEnum(Class<T> enumType, String value)static EnumValuesforType(Class<?> enumType)<T> TgetValueOf(String value)<T> List<T>getValuesOf(List<?> values)
-
-
-
Constructor Detail
-
EnumValues
public EnumValues(Class<T> enumType)
-
-