| Package | Description |
|---|---|
| no.g9.domain | |
| no.g9.support | |
| no.g9.support.transport |
| Modifier and Type | Method and Description |
|---|---|
List<G9Enumerator> |
G9Enums.allEnums(String enumName)
Returns the list of all enumeration values for a given enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
static G9Enumerator |
TypeTool.convert(String data,
G9Enumerator field)
Converts the string to a G9 Enumerator.
|
static G9Enumerator |
TypeTool.safeCopy(G9Enumerator field)
Used to make sure that a field is safely copied.
|
| Modifier and Type | Method and Description |
|---|---|
int |
G9Enumerator.compareTo(G9Enumerator genum) |
static String |
TypeTool.convert(G9Enumerator n)
BUGGY? Converts the specified enumerator to a string represenatation of
the current value.
|
static G9Enumerator |
TypeTool.convert(String data,
G9Enumerator field)
Converts the string to a G9 Enumerator.
|
static String |
TypeTool.convertIgnore(G9Enumerator n,
boolean ignoreZero)
BUGGY.
|
static int |
TypeTool.convertToInt(G9Enumerator arg)
Converts the specified argument to an int.
|
static boolean |
TypeTool.hasValue(G9Enumerator e)
Returns true if the G9Enumeator is not null and has a different value
than 0.
|
static G9Enumerator |
TypeTool.safeCopy(G9Enumerator field)
Used to make sure that a field is safely copied.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends G9Enumerator> |
JavaEnumToG9EnumConverterFactory.getConverter(Class<T> targetType) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Enum> |
G9EnumToJavaEnumConverterFactory.getConverter(Class<T> targetType) |
Copyright © 2006–2020 Esito AS. All rights reserved.