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

java.lang.Object
  extended byorg.apache.asn1.ber.digester.AbstractRule
      extended byorg.apache.asn1.ber.digester.rules.PrimitiveIntDecodeRule
          extended byorg.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

Field Summary
 
Fields inherited from class org.apache.asn1.ber.digester.rules.PrimitiveIntDecodeRule
 
Fields inherited from class org.apache.asn1.ber.digester.AbstractRule
 
Constructor Summary
PrimitiveEnumDecodeRule()
          Simply uses the UniversalTag.ENUMERATED tag instead of int.
PrimitiveEnumDecodeRule(TagEnum tag)
          Simply uses the UniversalTag.ENUMERATED tag instead of int.
 
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-2006 . All Rights Reserved.