OpenTTCN SDK for Java

com.openttcn.sdk.tri
Class TriBoolean

java.lang.Object
  extended by com.openttcn.sdk.tri.TriBoolean
All Implemented Interfaces:
TriBoolean

public class TriBoolean
extends java.lang.Object
implements TriBoolean

Specified by: TriBoolean


Constructor Summary
TriBoolean()
           
 
Method Summary
 boolean getBooleanValue()
           
 void setBooleanValue(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriBoolean

public TriBoolean()
Method Detail

setBooleanValue

public void setBooleanValue(boolean value)
Specified by:
setBooleanValue in interface TriBoolean

getBooleanValue

public boolean getBooleanValue()
Specified by:
getBooleanValue in interface TriBoolean

OpenTTCN SDK for Java