- java.lang.Object
-
- com.thoughtworks.qdox.parser.expression.ElemValueListDef
-
- All Implemented Interfaces:
ElemValueDef
public class ElemValueListDef extends Object implements ElemValueDef
-
-
Constructor Summary
Constructors Constructor Description ElemValueListDef(List<ElemValueDef> annoValueList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ElemValueDef>
getValueList()
<U> U
transform(ElemValueTransformer<U> transformer)
-
-
-
Constructor Detail
-
ElemValueListDef
public ElemValueListDef(List<ElemValueDef> annoValueList)
-
-
Method Detail
-
transform
public <U> U transform(ElemValueTransformer<U> transformer)
- Specified by:
transform
in interfaceElemValueDef
-
getValueList
public List<ElemValueDef> getValueList()
- Returns:
- the valueList
-
-