oracle.clex.tools.addin.activitymodel.generator.jdev
Class TransitionDefinition

oracle.clex.tools.addin.activitymodel.generator.jdev.TransitionDefinition
All Implemented Interfaces:
ServiceComponent

public class TransitionDefinition
implements ServiceComponent


Constructor Summary
TransitionDefinition(oracle.bm.data.DataElement transition)
          The Constructor
 
Method Summary
 oracle.bm.data.DataElement getTransition()
          The getter for Transition
 void setTransition(oracle.bm.data.DataElement transition)
          The setter for Transition
 java.lang.String toXML()
          The service component interface method implementation.
 

Constructor Detail

TransitionDefinition

public TransitionDefinition(oracle.bm.data.DataElement transition)
The Constructor
Parameters:
transition - The transition data element found on the activity model
Method Detail

getTransition

public oracle.bm.data.DataElement getTransition()
The getter for Transition
Returns:
transition The transition

setTransition

public void setTransition(oracle.bm.data.DataElement transition)
The setter for Transition
Parameters:
transition - The transition data element member

toXML

public java.lang.String toXML()
The service component interface method implementation. This method converts the properties of the Component into XML that can be used by the Service loader
Specified by:
toXML in interface ServiceComponent
Returns:
XML The String that contains the service XML representation of the the component


Copyright © 2003 ORACLE Corp. All Rights Reserved.