public class C_ConstantList extends C_Leaf implements C_MultivaluedExpression
| Modifier and Type | Field and Description |
|---|---|
protected List<TD_Value> |
arguments |
protected String |
id |
| Constructor and Description |
|---|
C_ConstantList() |
C_ConstantList(List<TD_Value> arguments) |
| Modifier and Type | Method and Description |
|---|---|
List<TD_Value> |
getArguments() |
String |
getId() |
String |
getIdMulti() |
void |
setArguments(List<TD_Value> arguments) |
String |
toString() |
public String getIdMulti()
getIdMulti in interface C_MultivaluedExpressionCopyright © 2014. All Rights Reserved.