XCMS Toolkit

schemajic.schema
Class Import

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

public class Import
extends java.lang.Object

Schema for ASN.1 module IMPORTS statement.

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

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

Constructor Detail

Import

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

Parameters:
l - an ASN.1 module look up
m - an ASN.1 module name
Method Detail

getModule

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


XCMS Toolkit


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