ch.panter.li.bi.asn
Interface AsnTag

All Superinterfaces:
Comparable
All Known Implementing Classes:
AsnTagImpl

public interface AsnTag
extends Comparable


Method Summary
 AsnTagClass getTagClass()
           
 AsnTagNature getTagNature()
           
 AsnIntegralNumber getTagNumber()
           
 boolean isConstructed()
           
 boolean isPrimitive()
           
 boolean isSame(AsnTag other)
          Determines whether this instance is of the same tag class and has the same tag number as the other instance.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getTagClass

AsnTagClass getTagClass()

getTagNature

AsnTagNature getTagNature()

isConstructed

boolean isConstructed()

isPrimitive

boolean isPrimitive()

isSame

boolean isSame(AsnTag other)
Determines whether this instance is of the same tag class and has the same tag number as the other instance. Doesn't look at the constructed/primitive flag.

Parameters:
other - the other tag to compare this instance against
Returns:
true if class and number are the same, false otherwise

getTagNumber

AsnIntegralNumber getTagNumber()


Copyright 2007-2007 SourceForge. All Rights Reserved.