org.rblasch.convert.type
Class ClassType

java.lang.Object
  extended byorg.rblasch.convert.type.AbstractType
      extended byorg.rblasch.convert.type.ClassType
All Implemented Interfaces:
Type

public class ClassType
extends org.rblasch.convert.type.AbstractType

Author:
Ronald Blaschke

Method Summary
 boolean equals(java.lang.Object obj)
          Returns whether this types is equal to the given types.
 java.lang.String getName()
          Returns the name.
 java.lang.Class getTheClass()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Description copied from interface: Type
Returns the name.

Returns:
Name

getTheClass

public java.lang.Class getTheClass()

equals

public boolean equals(java.lang.Object obj)
Description copied from interface: Type
Returns whether this types is equal to the given types.

Specified by:
equals in interface Type

hashCode

public int hashCode()

toString

public java.lang.String toString()


Copyright © 2004 Ronald Blaschke. All Rights Reserved.