Copyright © Rasmus Sten and contributors, 1997-2004

nu.dll.lyskom
Class MembershipType

java.lang.Object
  |
  +--nu.dll.lyskom.KomToken
        |
        +--nu.dll.lyskom.Bitstring
              |
              +--nu.dll.lyskom.MembershipType
All Implemented Interfaces:
java.io.Serializable

public class MembershipType
extends Bitstring

Represents a Membership-Type. TODO: document the flags.

See Also:
Serialized Form

Field Summary
static int bitcount
           
static int invitation
           
static int passive
           
static int reserved1
           
static int reserved2
           
static int reserved3
           
static int reserved4
           
static int reserved5
           
static int secret
           
 
Fields inherited from class nu.dll.lyskom.Bitstring
ITEM_SIZE
 
Fields inherited from class nu.dll.lyskom.KomToken
ARRAY, COMPL, HOLLERITH, PRIMITIVE
 
Constructor Summary
MembershipType(boolean[] bits)
           
MembershipType(nu.dll.lyskom.KomToken token)
           
 
Methods inherited from class nu.dll.lyskom.Bitstring
getBitAt, getBits, setBitAt, toString
 
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

bitcount

public static final int bitcount
See Also:
Constant Field Values

invitation

public static final int invitation
See Also:
Constant Field Values

passive

public static final int passive
See Also:
Constant Field Values

secret

public static final int secret
See Also:
Constant Field Values

reserved1

public static final int reserved1
See Also:
Constant Field Values

reserved2

public static final int reserved2
See Also:
Constant Field Values

reserved3

public static final int reserved3
See Also:
Constant Field Values

reserved4

public static final int reserved4
See Also:
Constant Field Values

reserved5

public static final int reserved5
See Also:
Constant Field Values
Constructor Detail

MembershipType

public MembershipType(boolean[] bits)

MembershipType

public MembershipType(nu.dll.lyskom.KomToken token)

Copyright © Rasmus Sten and contributors, 1997-2004