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

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.AsnIntegralNumberValueBase
                  extended by ch.panter.li.bi.asn.value.AsnInteger
All Implemented Interfaces:
IntegralValue, IntegralValueInfo, NumericalValueInfo, Validatable, AsnValue

public class AsnInteger
extends AsnIntegralNumberValueBase


Constructor Summary
AsnInteger()
           
AsnInteger(AsnInteger copy)
           
AsnInteger(AsnType type)
           
AsnInteger(BigInteger value)
           
AsnInteger(Byte value)
           
AsnInteger(Integer value)
           
AsnInteger(IntegralValue value)
           
AsnInteger(Long value)
           
AsnInteger(Short value)
           
 
Method Summary
 AsnInteger copyAsnValue()
           
 
Methods inherited from class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
assign, getValue, getValueAsInt, isNegative, isPositive, isValueAnInt, isZero, setValue, setValue, setValue, setValue, setValue, setValue, validateValueObject
 
Methods inherited from class ch.panter.li.bi.asn.value.AsnObjectValueBase
computeHashCode, copyValueObject, getValueObject, isEqualTo, setValueObject, toString
 
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

AsnInteger

public AsnInteger()

AsnInteger

public AsnInteger(Byte value)

AsnInteger

public AsnInteger(Short value)

AsnInteger

public AsnInteger(Integer value)

AsnInteger

public AsnInteger(Long value)

AsnInteger

public AsnInteger(BigInteger value)

AsnInteger

public AsnInteger(IntegralValue value)

AsnInteger

public AsnInteger(AsnType type)

AsnInteger

public AsnInteger(AsnInteger copy)
Method Detail

copyAsnValue

public AsnInteger copyAsnValue()


Copyright 2007-2007 SourceForge. All Rights Reserved.