Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.meta.impl.java
Class JavaReflectionGenericArrayType

java.lang.Object
  extended by org.jboss.errai.codegen.meta.impl.java.JavaReflectionGenericArrayType
All Implemented Interfaces:
MetaGenericArrayType, MetaType

public class JavaReflectionGenericArrayType
extends Object
implements MetaGenericArrayType

Author:
Mike Brock

Constructor Summary
JavaReflectionGenericArrayType(GenericArrayType type)
           
 
Method Summary
 MetaType getGenericComponentType()
           
 String getName()
          Returns the name of this type as it was written in the original source code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaReflectionGenericArrayType

public JavaReflectionGenericArrayType(GenericArrayType type)
Method Detail

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.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.