Uses of Enum Class
se.kuseman.payloadbuilder.api.catalog.FunctionInfo.FunctionType
Packages that use FunctionInfo.FunctionType
-
Uses of FunctionInfo.FunctionType in se.kuseman.payloadbuilder.api.catalog
Methods in se.kuseman.payloadbuilder.api.catalog that return FunctionInfo.FunctionTypeModifier and TypeMethodDescriptionFunctionInfo.getFunctionType()static FunctionInfo.FunctionTypeReturns the enum constant of this class with the specified name.static FunctionInfo.FunctionType[]FunctionInfo.FunctionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in se.kuseman.payloadbuilder.api.catalog with parameters of type FunctionInfo.FunctionTypeModifierConstructorDescriptionFunctionInfo(String name, FunctionInfo.FunctionType type) ScalarFunctionInfo(String name, FunctionInfo.FunctionType type)