org.apache.asn1.ber.digester.rules
Class PrimitiveEnumDecodeRule

java.lang.Object
  extended by org.apache.asn1.ber.digester.AbstractRule
      extended by org.apache.asn1.ber.digester.rules.PrimitiveIntDecodeRule
          extended by org.apache.asn1.ber.digester.rules.PrimitiveEnumDecodeRule
All Implemented Interfaces:
Rule

public class PrimitiveEnumDecodeRule
extends PrimitiveIntDecodeRule

Rule for decoding an ASN.1 ENUMERATED type.

Version:
$Rev: 157644 $
Author:
Apache Directory Project

Constructor Summary
PrimitiveEnumDecodeRule()
          Simply uses the UniversalTag.ENUMERATED tag instead of int.
PrimitiveEnumDecodeRule(TagEnum tag)
          Simply uses the UniversalTag.ENUMERATED tag instead of int.
 
Method Summary
 
Methods inherited from class org.apache.asn1.ber.digester.rules.PrimitiveIntDecodeRule
equals, finish, length, tag, value
 
Methods inherited from class org.apache.asn1.ber.digester.AbstractRule
getDigester, setDigester
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveEnumDecodeRule

public PrimitiveEnumDecodeRule()
Simply uses the UniversalTag.ENUMERATED tag instead of int.


PrimitiveEnumDecodeRule

public PrimitiveEnumDecodeRule(TagEnum tag)
Simply uses the UniversalTag.ENUMERATED tag instead of int.



Copyright © 2004-2009 . All Rights Reserved.