org.bn.compiler.parser.model
Class AsnModuleIdentifier

java.lang.Object
  extended by org.bn.compiler.parser.model.AsnModuleIdentifier

public class AsnModuleIdentifier
extends java.lang.Object


Field Summary
 AsnOidComponentList componentList
           
 java.lang.String name
           
 
Constructor Summary
AsnModuleIdentifier()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

componentList

public AsnOidComponentList componentList

name

public java.lang.String name
Constructor Detail

AsnModuleIdentifier

public AsnModuleIdentifier()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object