tle.searchutil
Class YesNo

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

public class YesNo
extends java.lang.Object

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

Author:
ÃÖ¹ü±Õ

Field Summary
static YesNo FALSE
           
static YesNo TRUE
           
 
Constructor Summary
YesNo(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 YesNo TRUE

FALSE

public static final YesNo FALSE
Constructor Detail

YesNo

public YesNo(boolean value)
Method Detail

getValue

public java.lang.Boolean getValue()