org.jboss.reflect.spi
Interface ArrayValue

All Superinterfaces:
Value
All Known Implementing Classes:
ArrayValueImpl

public interface ArrayValue
extends Value

Array value

Author:
Bill Burke, Adrian Brock

Method Summary
 Value[] getValues()
          Get the values
 
Methods inherited from interface org.jboss.reflect.spi.Value
getType
 

Method Detail

getValues

public Value[] getValues()
Get the values

Returns:
the values


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.