Class SingleInputKeyword
java.lang.Object
org.geysermc.databaseutils.processor.query.section.by.MultiInputKeyword
org.geysermc.databaseutils.processor.query.section.by.SingleInputKeyword
- All Implemented Interfaces:
Keyword
- Direct Known Subclasses:
EqualsKeyword,LessThanKeyword
A keyword that only supports a single input
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the types the input supportsReturns for each input it's supported typesMethods inherited from class org.geysermc.databaseutils.processor.query.section.by.MultiInputKeyword
addParameterName, equals, hashCode, inputCount, parameterNames, validateTypes
-
Constructor Details
-
SingleInputKeyword
public SingleInputKeyword()
-
-
Method Details
-
acceptedInput
Returns the types the input supports -
acceptedInputs
Description copied from class:MultiInputKeywordReturns for each input it's supported types- Specified by:
acceptedInputsin classMultiInputKeyword
-