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
-
Field Summary
Fields inherited from class net.anwiba.tools.generator.java.bean.configuration.AbstractMethod
name -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractBeanMethod(String name, boolean isEnabled, List<Annotation> annotations, List<Argument> arguments, Map<String, List<Annotation>> parameterAnnotations, String comment) -
Method Summary
Methods inherited from class net.anwiba.tools.generator.java.bean.configuration.AbstractMethod
annotations, arguments, comment, name
-
Constructor Details
-
AbstractBeanMethod
protected AbstractBeanMethod(String name, boolean isEnabled, List<Annotation> annotations, List<Argument> arguments, Map<String, List<Annotation>> parameterAnnotations, String comment)
-
-
Method Details
-
isEnabled
public boolean isEnabled()
-