-
- All Superinterfaces:
QueryValue<String>
,Supplier<String>
public interface StringQueryValue extends QueryValue<String>
TheString
as value
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ValueType
getType()
Returns a value type
-
-
-
Method Detail
-
getType
default ValueType getType()
Description copied from interface:QueryValue
Returns a value type- Specified by:
getType
in interfaceQueryValue<String>
- Returns:
- a value type
-
-