| 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 |
Domain<T>
A
Domain implements an "ad-hoc" enumeration. |
| Modifier and Type | Field and Description |
|---|---|
static EnumMeta |
EnumStyle.META
The meta data for the enumeration.
|
static EnumMeta |
EnumReturnMode.META
The meta data for the enumeration.
|
| 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 | Field and Description |
|---|---|
static EnumMeta |
EnumRange.META
The meta data for the enumeration.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.