|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nu.dll.lyskom.KomToken | +--nu.dll.lyskom.Bitstring | +--nu.dll.lyskom.ConfType
Represents the LysKOM data type Conf-Type, which is a Bitstring. Contains helper constants for the meaning of the Conf-Type flags. Use them with the getBitAt()/setBitAt() in Bitstring to deal with ConfType information.
Field Summary | |
static int |
allow_anonymous
Conference allows anonymous texts |
static int |
forbid_secret
Conference forbids secret membership. |
static int |
letterbox
Conference is a person's letterbox |
static int |
original
Only original texts are allowed (no comments) |
static int |
rd_prot
Read-protected conference |
static int |
reserved2
Reserved flag. |
static int |
reserved3
Reserved flag. |
static int |
secret
Secret conference |
Fields inherited from class nu.dll.lyskom.Bitstring |
ITEM_SIZE |
Fields inherited from class nu.dll.lyskom.KomToken |
ARRAY, COMPL, HOLLERITH, PRIMITIVE |
Constructor Summary | |
ConfType(boolean[] bits)
Creates a ConfType based on the supplied boolean[]. |
Method Summary | |
boolean |
letterbox()
is letterbox (person) |
boolean |
original()
getBitAt(original) |
java.lang.String |
toString()
|
Methods inherited from class nu.dll.lyskom.Bitstring |
getBitAt, getBits, setBitAt |
Methods inherited from class nu.dll.lyskom.KomToken |
equals, getContents, getType, intValue, isEol, setContents, toInt, toInteger |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int rd_prot
public static final int original
public static final int secret
public static final int letterbox
public static final int allow_anonymous
public static final int forbid_secret
public static final int reserved2
public static final int reserved3
Constructor Detail |
public ConfType(boolean[] bits)
Method Detail |
public boolean original()
public boolean letterbox()
public java.lang.String toString()
toString
in class Bitstring
|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |