public class ListPropertyValue extends GeneratedPropertySupport
| Constructor and Description |
|---|
ListPropertyValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDefinition() |
List<PropertyValue> |
getItems() |
int |
hashCode() |
boolean |
isCyclic() |
Object |
nextValue() |
void |
setCyclic(boolean cyclic) |
void |
setItems(List<PropertyValue> items) |
evaluate, getLastValue, getValue, toStringpublic static final String DEF_VALUE
public void setItems(List<PropertyValue> items)
public List<PropertyValue> getItems()
public void setCyclic(boolean cyclic)
public boolean isCyclic()
public Object nextValue()
nextValue in class GeneratedPropertySupportpublic String getDefinition()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.