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

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.AsnObjectValueBase
              extended by ch.panter.li.bi.asn.value.AsnBoolean
All Implemented Interfaces:
BooleanValue, BooleanValueInfo, Validatable, AsnValue

public class AsnBoolean
extends AsnObjectValueBase
implements BooleanValue


Constructor Summary
AsnBoolean()
           
AsnBoolean(AsnBoolean copy)
           
AsnBoolean(AsnType type)
           
 
Method Summary
 void assign(BooleanValue other)
           
 AsnBoolean copyAsnValue()
           
 Boolean getValue()
           
 void setValue(Boolean value)
           
 
Methods inherited from class ch.panter.li.bi.asn.value.AsnObjectValueBase
computeHashCode, copyValueObject, getValueObject, isEqualTo, setValueObject, toString, validateValueObject
 
Methods inherited from class ch.panter.li.bi.asn.AsnValueBase
checkTypeDerivedFrom, collectValidationInfo, equals, getTag, getType, hashCode, isValid, setTag, validate, validateStructure
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsnBoolean

public AsnBoolean()

AsnBoolean

public AsnBoolean(AsnType type)

AsnBoolean

public AsnBoolean(AsnBoolean copy)
Method Detail

copyAsnValue

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

getValue

public final Boolean getValue()
Specified by:
getValue in interface BooleanValueInfo

setValue

public final void setValue(Boolean value)
Specified by:
setValue in interface BooleanValue

assign

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


Copyright 2007-2007 SourceForge. All Rights Reserved.