Uses of Class
ru.curs.celesta.score.Parameter
-
Packages that use Parameter Package Description ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of Parameter in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return Parameter Modifier and Type Method Description Parameter
ParameterRef. getParameter()
Methods in ru.curs.celesta.score that return types with arguments of type Parameter Modifier and Type Method Description Map<String,Parameter>
ParameterizedView. getParameters()
Returns a map parameter name -> parameter.Methods in ru.curs.celesta.score with parameters of type Parameter Modifier and Type Method Description void
ParameterizedView. addParameter(Parameter parameter)
Adds a parameter to the view.void
ParameterRef. setParameter(Parameter parameter)
-