Class Setter
java.lang.Object
net.anwiba.tools.generator.java.bean.configuration.AbstractMethod
net.anwiba.tools.generator.java.bean.configuration.AbstractBeanMethod
net.anwiba.tools.generator.java.bean.configuration.Setter
-
Field Summary
Fields inherited from class net.anwiba.tools.generator.java.bean.configuration.AbstractMethod
name -
Constructor Summary
ConstructorsConstructorDescriptionSetter(String name, boolean isEnabled, boolean isSingleValue, boolean isMultiValue, List<Annotation> annotations, String comment, Argument argument, Map<String, List<Annotation>> map) -
Method Summary
Methods inherited from class net.anwiba.tools.generator.java.bean.configuration.AbstractBeanMethod
isEnabledMethods inherited from class net.anwiba.tools.generator.java.bean.configuration.AbstractMethod
annotations, arguments, comment, name
-
Constructor Details
-
Setter
public Setter(String name, boolean isEnabled, boolean isSingleValue, boolean isMultiValue, List<Annotation> annotations, String comment, Argument argument, Map<String, List<Annotation>> map)
-
-
Method Details
-
isMultiValue
public boolean isMultiValue() -
isSingleValue
public boolean isSingleValue()
-