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, isAnnotationPresentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByTypepublic 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 © 2016 Oracle Corporation. All rights reserved.