You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/06/02 19:30:27 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/workflow BooleanVariable.java

andreas     2003/06/02 10:30:27

  Modified:    src/java/org/apache/lenya/workflow BooleanVariable.java
  Log:
  added getInitialValue() method
  
  Revision  Changes    Path
  1.2       +6 -0      cocoon-lenya/src/java/org/apache/lenya/workflow/BooleanVariable.java
  
  Index: BooleanVariable.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/workflow/BooleanVariable.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BooleanVariable.java	30 May 2003 19:32:43 -0000	1.1
  +++ BooleanVariable.java	2 Jun 2003 17:30:27 -0000	1.2
  @@ -16,4 +16,10 @@
        * Returns the name of this variable.
        */
       String getName();
  +    
  +    /**
  +     * Returns the initial value of this variable.
  +     * @return A boolean value.
  +     */
  +    boolean getInitialValue();
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org