tle.searchutil
Class TrueFalse

java.lang.Object
  extended by tle.searchutil.TrueFalse

public class TrueFalse
extends java.lang.Object

ÇÁ·ÎÆÛƼ °ª true/false¸¦ ¹°¸®Àû Àå¼Ò¿¡ 'Y'/'N' À¸·Î ÀúÀåÇÒ ¶§ Restriction.eq()¿¡¼­ °ª ¸ÅÇÎÀ¸·Î »ç¿ëµÇ´Â Ŭ·¡½º

Author:
ÃÖ¹ü±Õ

Field Summary
static TrueFalse FALSE
           
static TrueFalse TRUE
           
 
Constructor Summary
TrueFalse(boolean value)
           
 
Method Summary
 java.lang.Boolean getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRUE

public static final TrueFalse TRUE

FALSE

public static final TrueFalse FALSE
Constructor Detail

TrueFalse

public TrueFalse(boolean value)
Method Detail

getValue

public java.lang.Boolean getValue()