| Package | Description |
|---|---|
| cz.zcu.fav.kiv.editor.beans.types | |
| cz.zcu.fav.kiv.editor.config.constants |
| Modifier and Type | Field and Description |
|---|---|
protected TypeEnum |
Type.name
The name of the type
|
| Modifier and Type | Method and Description |
|---|---|
TypeEnum |
Type.getName() |
| Modifier and Type | Method and Description |
|---|---|
void |
Type.setName(TypeEnum name) |
| Constructor and Description |
|---|
Type(TypeEnum name) |
| Modifier and Type | Method and Description |
|---|---|
static TypeEnum |
TypeEnum.getValue(java.lang.String name)
Returns
ComponentEnum object for the corresponding name. |
static TypeEnum |
TypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeEnum[] |
TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|