EXIficient

com.siemens.ct.exi.values
Class BooleanValue

java.lang.Object
  extended by com.siemens.ct.exi.values.AbstractValue
      extended by com.siemens.ct.exi.values.BooleanValue
All Implemented Interfaces:
Value

public class BooleanValue
extends AbstractValue


Constructor Summary
BooleanValue(boolean bool)
           
BooleanValue(int boolID)
           
 
Method Summary
 boolean toBoolean()
           
 char[] toCharacters()
           
 
Methods inherited from class com.siemens.ct.exi.values.AbstractValue
getCharactersLength, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanValue

public BooleanValue(boolean bool)

BooleanValue

public BooleanValue(int boolID)
Method Detail

toBoolean

public boolean toBoolean()

toCharacters

public char[] toCharacters()

EXIficient