XCMS Toolkit

schemajic.schema
Class TypeReference

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

public class TypeReference
extends java.lang.Object

Processing support for ASN.1 type name references.

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

Constructor Summary
TypeReference(TypeLookup lookup, java.lang.String name)
          Constructor for TypeReference with parameters.
 
Method Summary
 java.lang.String getName()
          gets the name of a type and returns the type name
 Type getType()
          Gets the current type, root type or other.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeReference

public TypeReference(TypeLookup lookup,
                     java.lang.String name)
Constructor for TypeReference with parameters.

Parameters:
lookup - ASN.1 type for look up
name - ASN.1 type name
Throws:
java.lang.RuntimeException
Method Detail

getName

public java.lang.String getName()
gets the name of a type and returns the type name

Returns:
then name of an ASN.1 type

getType

public Type getType()
Gets the current type, root type or other.

Returns:
the current ASN.1 type

XCMS Toolkit


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