| Package | Description |
|---|---|
| ch.ralscha.extdirectspring.generator |
| Modifier and Type | Method and Description |
|---|---|
ModelType |
ModelFieldBean.getType() |
static ModelType |
ModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelType[] |
ModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelFieldBean.setType(ModelType type)
Type of the field.
|
| Constructor and Description |
|---|
ModelFieldBean(String name,
ModelType type)
Creates a new ModelFieldBean with name and type
|
Copyright © 2010-2013. All Rights Reserved.