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

Constructor Index

 o KifLogConst(String)
 o KifLogConst(boolean)

Method Index

 o boolValue()
 o toString()

Constructors

 o KifLogConst
  public KifLogConst(String bconst) throws KifRTException
 o KifLogConst
  public KifLogConst(boolean value)

Methods

 o boolValue
  public boolean boolValue()
 o toString
  public String toString()
Overrides:
toString in class KifObj

All Packages  Class Hierarchy  This Package  Previous  Next  Index