| Package | Description |
|---|---|
| org.osivia.services.procedure.portlet.model |
| Modifier and Type | Method and Description |
|---|---|
VariableTypesEnum |
Field.getType()
Getter for type.
|
VariableTypesEnum |
Variable.getType()
Getter for type.
|
VariableTypesEnum |
AddField.getType()
Getter for type.
|
static VariableTypesEnum |
VariableTypesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableTypesEnum[] |
VariableTypesEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Field.setType(VariableTypesEnum type)
Setter for type.
|
void |
Variable.setType(VariableTypesEnum type)
Setter for type.
|
void |
AddField.setType(VariableTypesEnum type)
Setter for type.
|
| Constructor and Description |
|---|
Variable(String name,
String label,
VariableTypesEnum type,
String varOptions) |
Copyright © 2017. All rights reserved.