net.dpml.metro.tools
Class TriggerDataType

java.lang.Object
  extended bynet.dpml.metro.tools.TriggerDataType

public class TriggerDataType
extends Object

Utility datatype supporting a Transition instance construction.

Version:
1.1.0
Author:
Digital Product Meta Library

Constructor Summary
TriggerDataType()
           
 
Method Summary
 ApplyDataType createApply()
          Add an apply to the trigger.
 ExecDataType createExec()
          Add an exec to the trigger.
 OperationDataType createOperation()
          Add an operation to the trigger.
 TransitionDataType createTransition()
          Add an transition to the trigger.
 void setEvent(String event)
          Set the trigger event class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriggerDataType

public TriggerDataType()
Method Detail

setEvent

public void setEvent(String event)
Set the trigger event class.

Parameters:
event - the event name

createOperation

public OperationDataType createOperation()
Add an operation to the trigger.

Returns:
the operation datatype

createTransition

public TransitionDataType createTransition()
Add an transition to the trigger.

Returns:
the transition datatype

createApply

public ApplyDataType createApply()
Add an apply to the trigger.

Returns:
the apply datatype

createExec

public ExecDataType createExec()
Add an exec to the trigger.

Returns:
the exec datatype