public class ListType extends Object implements ArooaValue, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ListType.Conversions |
static class |
ListType.ListConsumer |
| Modifier and Type | Field and Description |
|---|---|
static ArooaElement |
ELEMENT |
| Constructor and Description |
|---|
ListType() |
| Modifier and Type | Method and Description |
|---|---|
void |
configured() |
Class<?> |
getElementType() |
ArooaValue |
getValues(int index) |
boolean |
isMerge() |
boolean |
isUnique() |
void |
setAdd(ArooaValue value) |
void |
setElementType(Class<?> elementType) |
void |
setMerge(boolean merge)
Setter for merge.
|
void |
setUnique(boolean unique)
Set unique.
|
void |
setValues(int index,
ArooaValue element) |
String |
toString() |
public static final ArooaElement ELEMENT
public void configured()
public void setElementType(Class<?> elementType)
public Class<?> getElementType()
public void setValues(int index,
ArooaValue element)
public ArooaValue getValues(int index)
public boolean isMerge()
public void setMerge(boolean merge)
merge - public void setUnique(boolean unique)
unique - public boolean isUnique()
public void setAdd(ArooaValue value)
Copyright © 2023. All rights reserved.