Uses of Class
com.sun.tools.ws.processor.model.Parameter
-
Packages that use Parameter Package Description com.sun.tools.ws.processor.generator com.sun.tools.ws.processor.model com.sun.tools.ws.processor.model.java com.sun.tools.ws.processor.util -
-
Uses of Parameter in com.sun.tools.ws.processor.generator
Methods in com.sun.tools.ws.processor.generator with parameters of type Parameter Modifier and Type Method Description voidGeneratorBase. visit(Parameter param) -
Uses of Parameter in com.sun.tools.ws.processor.model
Methods in com.sun.tools.ws.processor.model that return Parameter Modifier and Type Method Description ParameterParameter. getLinkedParameter()ParameterMessage. getParameterByName(String name)Methods in com.sun.tools.ws.processor.model that return types with arguments of type Parameter Modifier and Type Method Description Iterator<Parameter>Message. getParameters()List<Parameter>Message. getParametersList()Methods in com.sun.tools.ws.processor.model with parameters of type Parameter Modifier and Type Method Description voidMessage. addParameter(Parameter p)voidParameter. setLinkedParameter(Parameter p)protected voidExtendedModelVisitor. visit(Parameter parameter)voidModelVisitor. visit(Parameter parameter)Method parameters in com.sun.tools.ws.processor.model with type arguments of type Parameter Modifier and Type Method Description voidMessage. setParametersList(List<Parameter> l) -
Uses of Parameter in com.sun.tools.ws.processor.model.java
Methods in com.sun.tools.ws.processor.model.java that return Parameter Modifier and Type Method Description ParameterJavaParameter. getParameter()Methods in com.sun.tools.ws.processor.model.java with parameters of type Parameter Modifier and Type Method Description voidJavaParameter. setParameter(Parameter p)Constructors in com.sun.tools.ws.processor.model.java with parameters of type Parameter Constructor Description JavaParameter(String name, JavaType type, Parameter parameter)JavaParameter(String name, JavaType type, Parameter parameter, boolean holder) -
Uses of Parameter in com.sun.tools.ws.processor.util
Methods in com.sun.tools.ws.processor.util with parameters of type Parameter Modifier and Type Method Description protected voidClassNameCollector. visit(Parameter parameter)
-