|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ALDWorkflowClassEvent.ALDWorkflowClassEventType | |
---|---|
de.unihalle.informatik.Alida.workflows.events | Contains all events appearing in context of workflows in Alida. |
Uses of ALDWorkflowClassEvent.ALDWorkflowClassEventType in de.unihalle.informatik.Alida.workflows.events |
---|
Fields in de.unihalle.informatik.Alida.workflows.events declared as ALDWorkflowClassEvent.ALDWorkflowClassEventType | |
---|---|
protected ALDWorkflowClassEvent.ALDWorkflowClassEventType |
ALDWorkflowClassEvent.eType
Type of the event. |
Methods in de.unihalle.informatik.Alida.workflows.events that return ALDWorkflowClassEvent.ALDWorkflowClassEventType | |
---|---|
ALDWorkflowClassEvent.ALDWorkflowClassEventType |
ALDWorkflowClassEvent.getEventType()
Returns type of event. |
static ALDWorkflowClassEvent.ALDWorkflowClassEventType |
ALDWorkflowClassEvent.ALDWorkflowClassEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ALDWorkflowClassEvent.ALDWorkflowClassEventType[] |
ALDWorkflowClassEvent.ALDWorkflowClassEventType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in de.unihalle.informatik.Alida.workflows.events with parameters of type ALDWorkflowClassEvent.ALDWorkflowClassEventType | |
---|---|
ALDWorkflowClassEvent(java.lang.Object s,
ALDWorkflowClassEvent.ALDWorkflowClassEventType e)
Constructor. |
|
ALDWorkflowClassEvent(java.lang.Object s,
ALDWorkflowClassEvent.ALDWorkflowClassEventType e,
java.lang.Object info)
Constructor. |
|
ALDWorkflowClassEvent(java.lang.Object s,
ALDWorkflowClassEvent.ALDWorkflowClassEventType e,
java.lang.String msg,
java.lang.Object info)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |