oracle.clex.tools.addin.activitymodel.generator.jdev
Class ActivityDefinition
oracle.clex.tools.addin.activitymodel.generator.jdev.ActivityDefinition
- All Implemented Interfaces:
- ServiceComponent
- public class ActivityDefinition
- implements ServiceComponent
Constructor Summary |
ActivityDefinition(oracle.bm.data.DataElement activity)
The Constructor |
Method Summary |
oracle.bm.data.DataElement |
getActivity()
The getter for Activity |
void |
setActivity(oracle.bm.data.DataElement activity)
The setter for Activity |
java.lang.String |
toXML()
The service component interface method implementation. |
ActivityDefinition
public ActivityDefinition(oracle.bm.data.DataElement activity)
- The Constructor
- Parameters:
activity
- The activity data element found on the activity model
getActivity
public oracle.bm.data.DataElement getActivity()
- The getter for Activity
- Returns:
- activity The activity data element member
setActivity
public void setActivity(oracle.bm.data.DataElement activity)
- The setter for Activity
- Parameters:
activity
- The activity 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.