oracle.clex.tools.addin.activitymodel.generator.jdev
Class InfosDefinition
oracle.clex.tools.addin.activitymodel.generator.jdev.InfosDefinition
- All Implemented Interfaces:
- ServiceComponent
- public class InfosDefinition
- implements ServiceComponent
Constructor Summary |
InfosDefinition(oracle.bm.activitymodel.shape.AMUMLNoteShape note)
The Constructor |
Method Summary |
oracle.bm.activitymodel.shape.AMUMLNoteShape |
getNote()
The getter for Note |
void |
setNote(oracle.bm.activitymodel.shape.AMUMLNoteShape note)
The setter for Note |
java.lang.String |
toXML()
The service component interface method implementation. |
InfosDefinition
public InfosDefinition(oracle.bm.activitymodel.shape.AMUMLNoteShape note)
- The Constructor
- Parameters:
note
- The note Shape found on the activity model
getNote
public oracle.bm.activitymodel.shape.AMUMLNoteShape getNote()
- The getter for Note
- Returns:
- note The Note shape member
setNote
public void setNote(oracle.bm.activitymodel.shape.AMUMLNoteShape note)
- The setter for Note
- Parameters:
anote
- The note shape 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.