nl.innovationinvestments.cheyenne.engine.components
Class If

java.lang.Object
  extended by nl.innovationinvestments.cheyenne.engine.components.Component
      extended by nl.innovationinvestments.cheyenne.engine.components.If

public class If
extends Component


Field Summary
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
If()
           
If(Dialog dialog)
           
 
Method Summary
 boolean isTrue()
           
 void setTrue(boolean value)
          True
 
Methods inherited from class nl.innovationinvestments.cheyenne.engine.components.Component
finish, getDialog, getId, getLog4j, iterate, setDialog, setId, setLog4j, start, startAndfinish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

If

public If()

If

public If(Dialog dialog)
Parameters:
dialog -
Method Detail

setTrue

public void setTrue(boolean value)
True


isTrue

public boolean isTrue()


Copyright © 2013 InnovationInvestments. All rights reserved.