Uses of Class
net.anwiba.tools.generator.java.bean.value.ValueType
-
Packages that use ValueType Package Description net.anwiba.tools.generator.java.bean.configuration net.anwiba.tools.generator.java.bean.value -
-
Uses of ValueType in net.anwiba.tools.generator.java.bean.configuration
Methods in net.anwiba.tools.generator.java.bean.configuration that return ValueType Modifier and Type Method Description ValueTypeParameter. type()Methods in net.anwiba.tools.generator.java.bean.configuration with parameters of type ValueType Modifier and Type Method Description voidParameters. add(java.lang.String name, java.lang.Object value, ValueType type)AnnotationBuilderAnnotationBuilder. parameter(java.lang.String name, java.lang.String value, ValueType type)Constructors in net.anwiba.tools.generator.java.bean.configuration with parameters of type ValueType Constructor Description Parameter(java.lang.String name, ValueType valueType, java.util.Set<java.lang.Object> values) -
Uses of ValueType in net.anwiba.tools.generator.java.bean.value
Methods in net.anwiba.tools.generator.java.bean.value that return ValueType Modifier and Type Method Description static ValueTypeValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ValueType[]ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-