org.springframework.roo.classpath.details.annotations
Class ArrayAttributeValue<Y extends AnnotationAttributeValue<? extends Object>>

java.lang.Object
  extended by org.springframework.roo.classpath.details.annotations.AbstractAnnotationAttributeValue<List<Y>>
      extended by org.springframework.roo.classpath.details.annotations.ArrayAttributeValue<Y>
Type Parameters:
Y - the contents of the array
All Implemented Interfaces:
AnnotationAttributeValue<List<Y>>

public class ArrayAttributeValue<Y extends AnnotationAttributeValue<? extends Object>>
extends AbstractAnnotationAttributeValue<List<Y>>

Represents an array of annotation attribute values.

Since:
1.0
Author:
Ben Alex

Constructor Summary
ArrayAttributeValue(org.springframework.roo.model.JavaSymbolName name, List<Y> value)
           
 
Method Summary
 List<Y> getValue()
           
 String toString()
           
 
Methods inherited from class org.springframework.roo.classpath.details.annotations.AbstractAnnotationAttributeValue
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArrayAttributeValue

public ArrayAttributeValue(org.springframework.roo.model.JavaSymbolName name,
                           List<Y> value)
Method Detail

getValue

public List<Y> getValue()
Returns:
the value (never null)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.