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
asAnnotation, asArray, asClass, asEnum, asPrimitive, asString, getType, isAnnotation, isArray, isClass, isEnum, isPrimitive, isString
 

Method Detail

getValues

Value[] getValues()
Get the values

Returns:
the values


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.