| Package | Description |
|---|---|
| org.molgenis.model.elements |
Currently known model elements like 'entity' and 'field'.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter.Type |
Parameter.getType()
This method returns the type of this field.
|
static Parameter.Type |
Parameter.Type.getType(String tag)
With this method the enumeration-type can be found based on the given
string.
|
static Parameter.Type |
Parameter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.Type[] |
Parameter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Parameter.setType(Parameter.Type type) |
| Constructor and Description |
|---|
Parameter(Method parent,
Parameter.Type type)
Constructor specifically meant for constructing a return-type.
|
Parameter(Method parent,
Parameter.Type type,
String name,
String label,
boolean nillable,
String default_value)
Standard constructor, which sets all the common variables for a field.
|
Copyright © 2015. All Rights Reserved.