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

oracle.clex.tools.addin.activitymodel.generator.jdev.InfosStructure

public class InfosStructure


Constructor Summary
InfosStructure(oracle.bm.activitymodel.shape.AMUMLNoteShape note)
          The Constructor
 
Method Summary
 java.lang.String getLongDescription()
          Returns description
 oracle.bm.activitymodel.shape.AMUMLNoteShape getNote()
          The getter for Activity
 java.lang.String getShortDescription()
          Returns description
 java.util.List getSubStructures()
           
 java.util.List getValidationWarnings()
          Does nothing
 void invokeWizard(java.util.List structures)
          Does nothing
 boolean isSelected()
          Checks and returns if structure was selected on the diagram
 boolean isValid()
          Checks and returns if the Note is valid or not
 void validate()
          The method validates the Note.
 

Constructor Detail

InfosStructure

public InfosStructure(oracle.bm.activitymodel.shape.AMUMLNoteShape note)
The Constructor
Parameters:
note - The note Shape found on the activity model
Method Detail

getNote

public oracle.bm.activitymodel.shape.AMUMLNoteShape getNote()
The getter for Activity
Returns:
activity The activity data element member

validate

public void validate()
The method validates the Note. should store the errors or warnings in a list

isValid

public boolean isValid()
Checks and returns if the Note is valid or not
Returns:
isValid

isSelected

public boolean isSelected()
Checks and returns if structure was selected on the diagram
Returns:
isSelected

invokeWizard

public void invokeWizard(java.util.List structures)
Does nothing

getValidationWarnings

public java.util.List getValidationWarnings()
Does nothing

getShortDescription

public java.lang.String getShortDescription()
Returns description

getLongDescription

public java.lang.String getLongDescription()
Returns description

getSubStructures

public java.util.List getSubStructures()


Copyright © 2003 ORACLE Corp. All Rights Reserved.