| Package | Description |
|---|---|
| net.anwiba.tools.generator.java.bean.configuration | |
| net.anwiba.tools.generator.java.bean.value |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
Parameter.type() |
| Modifier and Type | Method and Description |
|---|---|
void |
Parameters.add(String name,
Object value,
ValueType type) |
AnnotationBuilder |
AnnotationBuilder.parameter(String name,
String value,
ValueType type) |
| Constructor and Description |
|---|
Parameter(String name,
ValueType valueType,
Set<Object> values) |
| Modifier and Type | Method and Description |
|---|---|
static ValueType |
ValueType.valueOf(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.
|
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.