org.rblasch.convert.type
Interface Type

All Known Implementing Classes:
org.rblasch.convert.type.AbstractType

public interface Type

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.
 

Method Detail

getName

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

Returns:
Name

equals

public boolean equals(java.lang.Object obj)
Returns whether this types is equal to the given types.

Parameters:
obj - Other types
Returns:
true if this object is the same as the obj argument; false otherwise.


Copyright © 2004 Ronald Blaschke. All Rights Reserved.