| Package | Description |
|---|---|
| org.itracker.model |
All entity classes are POJO beans.
|
| org.itracker.model.util |
This package contains code for what?
|
| Modifier and Type | Method | Description |
|---|---|---|
CustomField.Type |
CustomField.Type.fromCode(Integer code) |
|
CustomField.Type |
CustomField.getFieldType() |
|
static CustomField.Type |
CustomField.Type.valueOf(Integer code) |
Returns the enum constant of this type with the specified name.
|
static CustomField.Type |
CustomField.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CustomField.Type[] |
CustomField.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CustomField.setFieldType(CustomField.Type type) |
| Modifier and Type | Method | Description |
|---|---|---|
static String |
CustomFieldUtilities.getTypeString(CustomField.Type type,
Locale locale) |
Returns the string representation of a field type.
|
Copyright © 2002–2019 itracker. All rights reserved.