| Package | Description |
|---|---|
| de.intarsys.tools.enumeration | |
| de.intarsys.tools.functor | |
| de.intarsys.tools.infoset | |
| de.intarsys.tools.preferences | |
| de.intarsys.tools.range |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumMeta<T extends EnumItem>
The meta data for an enumeration implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomainItem<T>
An item in a
Domain enumeration. |
| Modifier and Type | Method and Description |
|---|---|
T[] |
EnumMeta.getItems() |
| Modifier and Type | Method and Description |
|---|---|
String |
CanonicalFromEnumItemConverter.convert(EnumItem source) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnumMeta.sort(Comparator<EnumItem> c)
Sort the items using the given Comparator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumReturnMode |
class |
EnumStyle
An enumeration of the supported styles for marshalling return values.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends EnumItem> |
ArgTools.getEnumItem(IArgs args,
EnumMeta<T> meta,
String name)
The argument value at
name as a EnumItem. |
static <T extends EnumItem> |
ArgTools.getEnumItem(IArgs args,
EnumMeta<T> meta,
String name,
String defaultValue)
The argument value at
name as a EnumItem. |
static <T extends EnumItem> |
ArgTools.getEnumItem(IArgs args,
EnumMeta<T> meta,
String name,
T defaultValue)
The argument value at
name as a EnumItem. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends EnumItem> |
ElementTools.getEnumItem(IElement element,
String attributeName,
EnumMeta<T> meta) |
static <T extends EnumItem> |
ElementTools.getEnumItem(IElement element,
String attributeName,
EnumMeta<T> meta,
T defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends EnumItem> |
PreferencesTools.getEnumItem(IPreferences preferences,
EnumMeta<T> meta,
String name) |
static <T extends EnumItem> |
PreferencesTools.getEnumItem(IPreferences preferences,
EnumMeta<T> meta,
String name,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PreferencesTools.putEnumItem(IPreferences preferences,
String name,
EnumItem item) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumRange |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.