org.pfsw.tools.beluga.ldap.protocol.ber
Class SequenceInfo

java.lang.Object
  extended by org.pfsw.tools.beluga.ldap.protocol.ber.SequenceInfo

public class SequenceInfo
extends Object

Contains the tag identifier of a sequence and the length.

Version:
1.0
Author:
Manfred Duchrow

Constructor Summary
SequenceInfo(int tag, int len, int pos)
          Initialize the new instance with default values.
 
Method Summary
 int getLength()
           
 int getTag()
           
 void setLength(int newValue)
           
 void setTag(int newValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SequenceInfo

public SequenceInfo(int tag,
                    int len,
                    int pos)
Initialize the new instance with default values.

Method Detail

getTag

public int getTag()

setTag

public void setTag(int newValue)

getLength

public int getLength()

setLength

public void setLength(int newValue)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.