XCMS Toolkit

schemajic.schema
Class NamedBitList

java.lang.Object
  extended by schemajic.schema.NamedBitList

public class NamedBitList
extends java.lang.Object

Processing support for a series of one or more ASN.1 named bit values.

Version:
1.00 - 2006/01/21
Author:
support@phillipgriffin.com

Field Summary
 java.util.List _bits
           
 
Constructor Summary
NamedBitList(java.lang.String numbers)
          Constructor for NamedBitList with series of ASN.1 named bit parameter.
 
Method Summary
 java.util.Iterator getNamedBits()
          Gets the current series of ASN.1 named bits.
 boolean isEmpty()
          Determins if the current series of ASN.1 named bits contains any values.
 java.lang.String toString()
          Generates a Java formatted string of the current series of named bits.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_bits

public java.util.List _bits
Constructor Detail

NamedBitList

public NamedBitList(java.lang.String numbers)
Constructor for NamedBitList with series of ASN.1 named bit parameter.

Parameters:
numbers - a series of one or more ASN.1 named bits
Method Detail

getNamedBits

public java.util.Iterator getNamedBits()
Gets the current series of ASN.1 named bits.

Returns:
an iterator for the current series of ASN.1 named bits

isEmpty

public boolean isEmpty()
Determins if the current series of ASN.1 named bits contains any values.

Returns:
boolean true or fales

toString

public java.lang.String toString()
Generates a Java formatted string of the current series of named bits.

Overrides:
toString in class java.lang.Object
Returns:
the formatted Java string of named bits

XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.