Class AbstractBeanMethod
- java.lang.Object
-
- net.anwiba.tools.generator.java.bean.configuration.AbstractMethod
-
- net.anwiba.tools.generator.java.bean.configuration.AbstractBeanMethod
-
- Direct Known Subclasses:
Getter,Setter,ValuePairSetter
public abstract class AbstractBeanMethod extends AbstractMethod
-
-
Field Summary
-
Fields inherited from class net.anwiba.tools.generator.java.bean.configuration.AbstractMethod
name
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBeanMethod(java.lang.String name, boolean isEnabled, java.util.List<Annotation> annotations, java.util.List<Argument> arguments, java.util.Map<java.lang.String,java.util.List<Annotation>> parameterAnnotations, java.lang.String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled()-
Methods inherited from class net.anwiba.tools.generator.java.bean.configuration.AbstractMethod
annotations, arguments, comment, name
-
-
-
-
Constructor Detail
-
AbstractBeanMethod
protected AbstractBeanMethod(java.lang.String name, boolean isEnabled, java.util.List<Annotation> annotations, java.util.List<Argument> arguments, java.util.Map<java.lang.String,java.util.List<Annotation>> parameterAnnotations, java.lang.String comment)
-
-