Uses of Interface
ch.ivyteam.ivy.vars.Variable
-
Packages that use Variable Package Description ch.ivyteam.ivy.vars -
-
Uses of Variable in ch.ivyteam.ivy.vars
Methods in ch.ivyteam.ivy.vars that return Variable Modifier and Type Method Description VariableVariables. variable(String name)Gets a variable with meta data like default value or descriptionMethods in ch.ivyteam.ivy.vars that return types with arguments of type Variable Modifier and Type Method Description List<Variable>Variables. all()Gets a list of all variables with meta data like default value or description
-