Uses of Class
org.ehrbase.aql.definition.FuncParameter
Packages that use FuncParameter
-
Uses of FuncParameter in org.ehrbase.aql.definition
Methods in org.ehrbase.aql.definition that return types with arguments of type FuncParameterModifier and TypeMethodDescriptionConstantDefinition.getFuncParameters()ExtensionDefinition.getFuncParameters()FunctionDefinition.getFuncParameters()I_VariableDefinition.getFuncParameters()VariableDefinition.getFuncParameters()Constructor parameters in org.ehrbase.aql.definition with type arguments of type FuncParameterModifierConstructorDescriptionFunctionDefinition(String identifier, String alias, String path, List<FuncParameter> parameters)