org.apache.commons.classscan.builtin
Class DefaultArrayType

java.lang.Object
  extended by org.apache.commons.classscan.builtin.DefaultArrayType
All Implemented Interfaces:
MetaArray, MetaType

public class DefaultArrayType
extends Object
implements MetaArray


Constructor Summary
DefaultArrayType(MetaType arrayType)
           
 
Method Summary
 MetaType getArrayType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultArrayType

public DefaultArrayType(MetaType arrayType)
Method Detail

getArrayType

public MetaType getArrayType()
Specified by:
getArrayType in interface MetaArray


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.