Uses of Class
net.anotheria.asg.generator.ContextParameter
-
Packages that use ContextParameter Package Description net.anotheria.asg.generator -
-
Uses of ContextParameter in net.anotheria.asg.generator
Methods in net.anotheria.asg.generator that return ContextParameter Modifier and Type Method Description ContextParameterContext. getContextParameter(java.lang.String name)getContextParameter.Methods in net.anotheria.asg.generator that return types with arguments of type ContextParameter Modifier and Type Method Description java.util.List<ContextParameter>Context. getContextParameters()getContextParameters.Methods in net.anotheria.asg.generator with parameters of type ContextParameter Modifier and Type Method Description voidContext. addContextParameter(ContextParameter p)addContextParameter.
-