| Package | Description |
|---|---|
| org.molgenis.model.jaxb |
Jaxb implementation of subset of model elements.
|
| Modifier and Type | Method and Description |
|---|---|
Field.Type |
Field.getType() |
static Field.Type |
Field.Type.getType(int type)
With this method the enumeration-type can be found based on the given int conforming to java.sql.Types
|
static Field.Type |
Field.Type.getType(String tag)
With this method the enumeration-type can be found based on the given string.
|
static Field.Type |
Field.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Field.Type[] |
Field.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 |
Field.setType(Field.Type type) |
Copyright © 2015. All Rights Reserved.