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

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.AsnOIDValueBase
              extended by ch.panter.li.bi.asn.value.AsnRelativeOID
All Implemented Interfaces:
OIDValue, OIDValueInfo, Validatable, AsnValue

public class AsnRelativeOID
extends AsnOIDValueBase


Constructor Summary
AsnRelativeOID()
           
AsnRelativeOID(AsnIntegralNumber... components)
           
AsnRelativeOID(AsnRelativeOID copy)
           
AsnRelativeOID(AsnType type)
           
AsnRelativeOID(int... components)
           
AsnRelativeOID(ReadOnlyCollection<AsnIntegralNumber> components)
           
AsnRelativeOID(String components)
           
 
Method Summary
 AsnRelativeOID copyAsnValue()
           
 boolean isRelative()
           
 String toString()
           
 
Methods inherited from class ch.panter.li.bi.asn.value.AsnOIDValueBase
addComponent, addComponent, assign, clearAllComponents, computeHashCode, getComponents, isAbsolute, isEqualTo, setComponents, setComponents, setComponents, setComponents
 
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

AsnRelativeOID

public AsnRelativeOID()

AsnRelativeOID

public AsnRelativeOID(ReadOnlyCollection<AsnIntegralNumber> components)

AsnRelativeOID

public AsnRelativeOID(AsnIntegralNumber... components)

AsnRelativeOID

public AsnRelativeOID(int... components)

AsnRelativeOID

public AsnRelativeOID(String components)

AsnRelativeOID

public AsnRelativeOID(AsnType type)

AsnRelativeOID

public AsnRelativeOID(AsnRelativeOID copy)
Method Detail

copyAsnValue

public AsnRelativeOID copyAsnValue()

isRelative

public final boolean isRelative()
Specified by:
isRelative in interface OIDValueInfo
Specified by:
isRelative in class AsnOIDValueBase

toString

public String toString()
Overrides:
toString in class AsnOIDValueBase


Copyright 2007-2007 SourceForge. All Rights Reserved.