net.sf.mmm.util.reflect.impl
Class GenericArrayTypeImpl
java.lang.Object
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)
genericComponentType
private final Type genericComponentType
- See Also:
getGenericComponentType()
GenericArrayTypeImpl
public GenericArrayTypeImpl(Type componentType)
- The constructor.
- Parameters:
componentType - is the generic
component-type.
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.