XCMS Toolkit

schemajic.schema
Class ModuleName

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

public class ModuleName
extends java.lang.Object

Processing support for ASN.1 module names.

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

Constructor Summary
ModuleName(java.lang.String s)
          Constructor for ModuleName with string initialization parameter.
 
Method Summary
 java.lang.String getName()
          Returns the module name.
 java.lang.String toString()
          Returns the current _name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModuleName

public ModuleName(java.lang.String s)
Constructor for ModuleName with string initialization parameter.

Parameters:
s - initialization value
Method Detail

getName

public java.lang.String getName()
Returns the module name.

Returns:
String

toString

public java.lang.String toString()
Returns the current _name.

Overrides:
toString in class java.lang.Object

XCMS Toolkit


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