See: Description
Class | Description |
---|---|
Nomenclature<T> |
A
Nomenclature is an ordered collection of NomenclatureItem instances. |
NomenclatureItem<T> |
A
NomenclatureItem associates a value with one or more labels. |
NomenclatureItemValue<T> |
A
NomenclatureItemValue is a label value in a containing Nomenclature . |
Severity |
This enumeration class defines the possible severity levels of user messages.
|
UserMessage |
Common abstract class for holding a text message.
|
UserMessageLocalized |
Provides a localized message based on strings directly set from Java code (not
externalized).
|
UserMessageRef |
Holds a user message that is persisted in a Java resource bundle.
|
UserMessageString |
Provides a message based on strings directly set from Java code (not
externalized).
|
Exception | Description |
---|---|
ConversionException |
This exception is thrown whenever a conversion problem occurs.
|