net.sf.mmm.util.reflect.impl
Class GenericArrayTypeImpl

java.lang.Object
  extended by net.sf.mmm.util.reflect.impl.GenericArrayTypeImpl
All Implemented Interfaces:
GenericArrayType, Type

public class GenericArrayTypeImpl
extends Object
implements GenericArrayType

This is an implementation of the GenericArrayType interface.

Since:
1.0.1
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)
See Also:
ReflectionUtilImpl.toType(String)

Field Summary
private  Type genericComponentType
           
 
Constructor Summary
GenericArrayTypeImpl(Type componentType)
          The constructor.
 
Method Summary
 Type getGenericComponentType()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

genericComponentType

private final Type genericComponentType
See Also:
getGenericComponentType()
Constructor Detail

GenericArrayTypeImpl

public GenericArrayTypeImpl(Type componentType)
The constructor.

Parameters:
componentType - is the generic component-type.
Method Detail

getGenericComponentType

public Type getGenericComponentType()

Specified by:
getGenericComponentType in interface GenericArrayType

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2001-2010 mmm-Team. All Rights Reserved.