com.knowgate.surveys
Class BoolAlternative

java.lang.Object
  extended by com.knowgate.surveys.Question
      extended by com.knowgate.surveys.BoolAlternative

public class BoolAlternative
extends Question


Nested Class Summary
 
Nested classes/interfaces inherited from class com.knowgate.surveys.Question
Question.SubTypes
 
Field Summary
protected  boolean checked
           
static short ClassId
           
 
Fields inherited from class com.knowgate.surveys.Question
caption, captstyle, illegalval, mustanswer, name, style
 
Constructor Summary
BoolAlternative()
           
 
Method Summary
 boolean booleanValue()
           
 short getClassId()
           
 java.lang.Object getValue()
           
 
Methods inherited from class com.knowgate.surveys.Question
getCaption, getCaptStyle, getIllegalVal, getName, getStyle, mustAnswer, mustAnswer, setCaption, setCaptStyle, setIllegalVal, setName, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checked

protected boolean checked

ClassId

public static final short ClassId
See Also:
Constant Field Values
Constructor Detail

BoolAlternative

public BoolAlternative()
Method Detail

booleanValue

public boolean booleanValue()

getValue

public java.lang.Object getValue()
Specified by:
getValue in class Question

getClassId

public short getClassId()
Specified by:
getClassId in class Question