Class jkp.KifLogConst
All Packages Class Hierarchy This Package Previous Next Index
Class jkp.KifLogConst
java.lang.Object
|
+----jkp.KifObj
|
+----jkp.KifForm
|
+----jkp.KifSent
|
+----jkp.KifLogConst
- public class KifLogConst
- extends KifSent
The class for KIF logical constant: true/false.
- Author:
- Xiaocheng LUAN
-
KifLogConst(String)
-
-
KifLogConst(boolean)
-
-
boolValue()
-
-
toString()
-
KifLogConst
public KifLogConst(String bconst) throws KifRTException
KifLogConst
public KifLogConst(boolean value)
boolValue
public boolean boolValue()
toString
public String toString()
- Overrides:
- toString in class KifObj
All Packages Class Hierarchy This Package Previous Next Index