Uses of Class
io.virtdata.api.FunctionType
-
Packages that use FunctionType Package Description io.virtdata.api io.virtdata.core -
-
Uses of FunctionType in io.virtdata.api
Methods in io.virtdata.api that return FunctionType Modifier and Type Method Description static FunctionTypeFunctionType. valueOf(java.lang.Class<?> clazz)Returns the enum constant of this type with the specified name.static FunctionTypeFunctionType. valueOf(java.lang.Object g)Returns the enum constant of this type with the specified name.static FunctionTypeFunctionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FunctionType[]FunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FunctionType in io.virtdata.core
Methods in io.virtdata.core that return FunctionType Modifier and Type Method Description FunctionTypeResolvedFunction. getFunctionType()Methods in io.virtdata.core with parameters of type FunctionType Modifier and Type Method Description voidResolvedFunction. setFunctionType(FunctionType functionType)
-