Interface | Description |
---|---|
SlotHandler |
Interface of a handler for slot values.
|
Class | Description |
---|---|
AbstractSlotHandler |
Abstract base class for slot handlers.
|
BooleanSlotHandler |
Implementation of
SlotHandler for boolean values. |
CalendarSlotHandler |
Implementation of
SlotHandler for Calendar values. |
CustomDateSlotHandler |
Implementation of
SlotHandler for Date values with
xs:dateTime representation. |
DateSlotHandler |
Implementation of
SlotHandler for Date values. |
EnumSlotHandler |
A slot handler for enumerations.
|
IntegerSlotHandler |
Implementation of
SlotHandler for integer values. |
LongSlotHandler |
Implementation of
SlotHandler for long values. |
StringSlotHandler |
Implementation of
SlotHandler for strings. |
TimestampSlotHandler |
Handles timestamps in slots.
|