com.tekann.codegen.pda.util
Class TKNBoolean

java.lang.Object
  extended by totalcross.util.Properties.Value
      extended by com.tekann.codegen.pda.util.TKNBoolean

public class TKNBoolean
extends totalcross.util.Properties.Value

The Boolean class wraps a value of the primitive type boolean in an object.

Author:
evandro

Field Summary
static char TYPE
           
 
Fields inherited from class totalcross.util.Properties.Value
type, typeStr
 
Constructor Summary
TKNBoolean(boolean b)
           
TKNBoolean(java.lang.String s)
           
 
Method Summary
 boolean booleanValue()
           
 boolean equals(java.lang.Object obj)
           
 int intValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final char TYPE
See Also:
Constant Field Values
Constructor Detail

TKNBoolean

public TKNBoolean(boolean b)

TKNBoolean

public TKNBoolean(java.lang.String s)
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in class totalcross.util.Properties.Value

booleanValue

public boolean booleanValue()

intValue

public int intValue()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object