net.sf.rej.java.attribute.annotations
Class ArrayValue

java.lang.Object
  extended by net.sf.rej.java.attribute.annotations.ArrayValue
All Implemented Interfaces:
ElementValue

public class ArrayValue
extends java.lang.Object
implements ElementValue


Constructor Summary
ArrayValue(java.util.List<ElementValue> array)
           
 
Method Summary
 java.util.List<ElementValue> getArray()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayValue

public ArrayValue(java.util.List<ElementValue> array)
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in interface ElementValue

getArray

public java.util.List<ElementValue> getArray()