org.jboss.errai.codegen.meta.impl.java
Class JavaReflectionGenericArrayType
java.lang.Object
org.jboss.errai.codegen.meta.impl.java.JavaReflectionGenericArrayType
- All Implemented Interfaces:
- MetaGenericArrayType, MetaType
public class JavaReflectionGenericArrayType
- extends Object
- implements MetaGenericArrayType
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaReflectionGenericArrayType
public JavaReflectionGenericArrayType(GenericArrayType type)
getGenericComponentType
public MetaType getGenericComponentType()
- Specified by:
getGenericComponentType
in interface MetaGenericArrayType
getName
public String getName()
- Description copied from interface:
MetaType
- Returns the name of this type as it was written in the original source code.
- Specified by:
getName
in interface MetaType
- 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.