XCMS Toolkit

schemajic.schema
Class ModuleReference

java.lang.Object
  extended by schemajic.schema.ModuleReference

public class ModuleReference
extends java.lang.Object

Processing support for references to ASN.1 modules that constitute an ASN.1 schema.

Version:
1.00 - 2006/01/22
Author:
support@phillipgriffin.com

Constructor Summary
ModuleReference(ModuleLookup lookup, java.lang.String module)
          Constructor for ModuleReference with look up and ASN.1 module name parameters.
 
Method Summary
 Module getModule()
          Returns the current ASN.1 module location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleReference

public ModuleReference(ModuleLookup lookup,
                       java.lang.String module)
Constructor for ModuleReference with look up and ASN.1 module name parameters.

Parameters:
lookup - becomes the current module finder
module - becomes the current ASN.1 module name
Method Detail

getModule

public Module getModule()
Returns the current ASN.1 module location.


XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.