ch.panter.li.bi.asn.value
Class AsnNull

java.lang.Object
  extended by ch.panter.li.bi.asn.AsnValueBase
      extended by ch.panter.li.bi.asn.value.AsnSimpleValueBase
          extended by ch.panter.li.bi.asn.value.AsnNull
All Implemented Interfaces:
NullValue, NullValueInfo, Validatable, AsnValue

public class AsnNull
extends AsnSimpleValueBase
implements NullValue


Constructor Summary
AsnNull()
           
AsnNull(AsnNull copy)
           
AsnNull(AsnType type)
           
 
Method Summary
 void assign(NullValue other)
           
 AsnNull copyAsnValue()
           
 
Methods inherited from class ch.panter.li.bi.asn.AsnValueBase
checkTypeDerivedFrom, collectValidationInfo, computeHashCode, equals, getTag, getType, hashCode, isEqualTo, isValid, setTag, toString, validate, validateStructure
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsnNull

public AsnNull()

AsnNull

public AsnNull(AsnType type)

AsnNull

public AsnNull(AsnNull copy)
Method Detail

copyAsnValue

public AsnNull copyAsnValue()
Specified by:
copyAsnValue in interface AsnValue

assign

public void assign(NullValue other)
Specified by:
assign in interface NullValue


Copyright 2007-2007 SourceForge. All Rights Reserved.