br.com.objectos.way.code
Class TypeParameterInfo

java.lang.Object
  extended by br.com.objectos.way.code.TypeParameterInfo
All Implemented Interfaces:
Testable<TypeParameterInfo>
Direct Known Subclasses:
TypeParameterInfoObject, TypeParameterInfoPrimitive

public abstract class TypeParameterInfo
extends Object
implements Testable<TypeParameterInfo>

Author:
marcio.endo@objectos.com.br (Marcio Endo)

Method Summary
 String declaredName()
           
 boolean equals(Object obj)
           
 int hashCode()
           
 SimpleTypeInfo toSimpleTypeInfo()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface br.com.objectos.way.core.testing.Testable
isEqual
 

Method Detail

toSimpleTypeInfo

public SimpleTypeInfo toSimpleTypeInfo()

toString

public String toString()
Overrides:
toString in class Object

declaredName

public String declaredName()

hashCode

public final int hashCode()
Overrides:
hashCode in class Object

equals

public final boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2014. All rights reserved.