com.smallx.xml.infoset.memory
Class MemoryTypeDefinition

java.lang.Object
  extended bycom.smallx.xml.infoset.memory.MemoryTypeDefinition
All Implemented Interfaces:
TypeDefinition

public class MemoryTypeDefinition
extends java.lang.Object
implements TypeDefinition


Constructor Summary
MemoryTypeDefinition(Name name)
          Creates a new instance of MemoryTypeDefinition
 
Method Summary
 Name getName()
          Returns the type name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryTypeDefinition

public MemoryTypeDefinition(Name name)
Creates a new instance of MemoryTypeDefinition

Method Detail

getName

public Name getName()
Description copied from interface: TypeDefinition
Returns the type name.

Specified by:
getName in interface TypeDefinition