org.japano.metadata
Class GenericTypeInfo

java.lang.Object
  extended by org.japano.metadata.GenericTypeInfo
All Implemented Interfaces:
java.io.Serializable

public class GenericTypeInfo
extends java.lang.Object
implements java.io.Serializable

Stores the generic property type info for a class type.

Version:
$Id: GenericTypeInfo.java,v 1.2 2005/09/27 21:30:51 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )
See Also:
Serialized Form

Constructor Summary
GenericTypeInfo(java.lang.String type)
           
 
Method Summary
 void addProperty(java.lang.String name, java.lang.String type)
           
 java.lang.String getPropertyType(java.lang.String name)
           
 java.lang.String getType()
          Returns the full qualified name of this GenericTypeInfo's class type.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericTypeInfo

public GenericTypeInfo(java.lang.String type)
Method Detail

getType

public java.lang.String getType()
Returns the full qualified name of this GenericTypeInfo's class type.

Returns:
Value of property type.

addProperty

public void addProperty(java.lang.String name,
                        java.lang.String type)

getPropertyType

public java.lang.String getPropertyType(java.lang.String name)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object