public class AbstractSetterMethod extends AbstractMethod implements Parameterized, AbstractModelComponent
| Constructor and Description |
|---|
AbstractSetterMethod(AbstractResource resource,
Method method,
Annotation[] annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AbstractModelVisitor visitor) |
List<AbstractModelComponent> |
getComponents() |
List<Parameter> |
getParameters() |
String |
toString() |
getAnnotation, getAnnotations, getDeclaredAnnotations, getMethod, getResource, isAnnotationPresentpublic AbstractSetterMethod(AbstractResource resource, Method method, Annotation[] annotations)
public List<Parameter> getParameters()
getParameters in interface Parameterizedpublic void accept(AbstractModelVisitor visitor)
accept in interface AbstractModelComponentpublic List<AbstractModelComponent> getComponents()
getComponents in interface AbstractModelComponentCopyright © 2013 Oracle Corporation. All Rights Reserved.