org.jboss.errai.codegen.meta
Interface MetaType
- All Known Subinterfaces:
- MetaGenericArrayType, MetaParameterizedType, MetaTypeVariable, MetaWildcardType
- All Known Implementing Classes:
- AbstractMetaClass, AbstractMetaParameterizedType, AbstractMetaWildcardType, BuildMetaClass, BuildMetaParameterizedType, GWTClass, GWTGenericArrayType, GWTParameterizedType, GWTTypeVariable, GWTWildcardType, JavaReflectionClass, JavaReflectionGenericArrayType, JavaReflectionParameterizedType, JavaReflectionTypeVariable, JavaReflectionWildcardType, MetaClass
public interface MetaType
Umbrella type for anything that could be used as a type in Java code:
MetaClass, MetaParameterizedType, MetaTypeVariable, MetaWildcardType, and
MetaGenericArrayType all implement this interface.
- Author:
- Mike Brock , Jonathan Fuerth
Method Summary |
String |
getName()
Returns the name of this type as it was written in the original source code. |
getName
String getName()
- Returns the name of this type as it was written in the original source code.
- Returns:
- The name of this type as it was written in the original source code.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.