org.jboss.reflect.spi
Interface TypeInfo

All Known Subinterfaces:
AnnotationInfo, ArrayInfo, ClassInfo, EnumInfo, InterfaceInfo
All Known Implementing Classes:
AnnotationInfoImpl, ArrayInfoImpl, ClassInfoImpl, EnumInfoImpl, InterfaceInfoImpl, PrimitiveInfo

public interface TypeInfo

A type info

Author:
Bill Burke, Adrian Brock

Method Summary
 String getName()
          Get the type name
 Class getType()
          Get the class
 

Method Detail

getName

String getName()
Get the type name

Returns:
the name

getType

Class getType()
Get the class

Returns:
the class


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.