|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.schema.Module
schemajic.schema.RootModule
public class RootModule
Implements ASN.1 schema root module support.
| Field Summary |
|---|
| Fields inherited from class schemajic.schema.Module |
|---|
_importList, _name, _schema, _typeList, _typeMap, _values, ROOT |
| Method Summary | |
|---|---|
Type |
findType(java.lang.String name)
Finds an ASN.1 type name in the type map using a given string name. |
static RootModule |
getInstance()
Returns (if not null) the current instance of the root
ASN.1 module, or sets the current instance to a new root module for
return to the caller. |
java.lang.String |
getPackageName()
Returns the schema package name. |
TypeLookup |
getTypeLookup()
Gets the current type look up. |
java.lang.String |
makeAbsoluteName(Type type)
Returns the ASN.1 type name for a given ASN.1 type. |
| Methods inherited from class schemajic.schema.Module |
|---|
addImport, addType, addValue, getImports, getName, getObjectIdentifierName, getSchema, getTypes, getValues, makeAbsoluteName, registerObjectIdentifier, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static final RootModule getInstance()
null) the current instance of the root
ASN.1 module, or sets the current instance to a new root module for
return to the caller.
public TypeLookup getTypeLookup()
getTypeLookup in class Modulepublic Type findType(java.lang.String name)
findType in interface TypeLookupname - an ASN.1 type name
public java.lang.String makeAbsoluteName(Type type)
makeAbsoluteName in class Moduletype - file type (extension)
Module.makeAbsoluteName(Type)public java.lang.String getPackageName()
getPackageName in class Module
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||