Author: rahul
Date: Wed Feb 22 07:32:49 2006
New Revision: 379794

URL: http://svn.apache.org/viewcvs?rev=379794&view=rev
Log:
Minor Javadoc additions.

Modified:
    
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/model/Send.java

Modified: 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/model/Send.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/model/Send.java?rev=379794&r1=379793&r2=379794&view=diff
==============================================================================
--- 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/model/Send.java
 (original)
+++ 
jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/model/Send.java
 Wed Feb 22 07:32:49 2006
@@ -94,6 +94,8 @@
     }
 
     /**
+     * Get the delay.
+     *
      * @return Returns the delay.
      */
     public final String getDelay() {
@@ -101,6 +103,8 @@
     }
 
     /**
+     * Set the delay.
+     *
      * @param delay The delay to set.
      */
     public final void setDelay(final String delay) {
@@ -108,6 +112,8 @@
     }
 
     /**
+     * Get the list of external namespaced child nodes.
+     *
      * @return List Returns the list of externalnodes.
      */
     public final List getExternalNodes() {
@@ -115,6 +121,8 @@
     }
 
     /**
+     * Set the list of external namespaced child nodes.
+     *
      * @param externalNodes The externalnode to set.
      */
     public final void setExternalNodes(final List externalNodes) {
@@ -122,6 +130,8 @@
     }
 
     /**
+     * Get the hints for this <send> element.
+     *
      * @return String Returns the hints.
      */
     public final String getHints() {
@@ -129,6 +139,8 @@
     }
 
     /**
+     * Set the hints for this <send> element.
+     *
      * @param hints The hints to set.
      */
     public final void setHints(final String hints) {
@@ -136,6 +148,8 @@
     }
 
     /**
+     * Get the namelist.
+     *
      * @return String Returns the namelist.
      */
     public final String getNamelist() {
@@ -143,6 +157,8 @@
     }
 
     /**
+     * Set the namelist.
+     *
      * @param namelist The namelist to set.
      */
     public final void setNamelist(final String namelist) {
@@ -150,6 +166,8 @@
     }
 
     /**
+     * Get the identifier for this <send> element.
+     *
      * @return String Returns the sendid.
      */
     public final String getSendid() {
@@ -157,6 +175,8 @@
     }
 
     /**
+     * Set the identifier for this <send> element.
+     *
      * @param sendid The sendid to set.
      */
     public final void setSendid(final String sendid) {
@@ -164,6 +184,8 @@
     }
 
     /**
+     * Get the target for this <send> element.
+     *
      * @return String Returns the target.
      */
     public final String getTarget() {
@@ -171,6 +193,8 @@
     }
 
     /**
+     * Set the target for this <send> element.
+     *
      * @param target The target to set.
      */
     public final void setTarget(final String target) {
@@ -178,6 +202,8 @@
     }
 
     /**
+     * Get the target type for this <send> element.
+     *
      * @return String Returns the targettype.
      */
     public final String getTargettype() {
@@ -185,6 +211,8 @@
     }
 
     /**
+     * Set the target type for this <send> element.
+     *
      * @param targettype The targettype to set.
      */
     public final void setTargettype(final String targettype) {
@@ -192,6 +220,8 @@
     }
 
     /**
+     * Get the event to send.
+     *
      * @param event The event to set.
      */
     public final void setEvent(final String event) {
@@ -199,6 +229,8 @@
     }
 
     /**
+     * Set the event to send.
+     *
      * @return String Returns the event.
      */
     public final String getEvent() {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to