public class SStringIndex extends Object
| Constructor and Description |
|---|
SStringIndex(int index,
String label,
org.bonitasoft.engine.expression.model.SExpression value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getIndex() |
String |
getLabel() |
org.bonitasoft.engine.expression.model.SExpression |
getValue() |
int |
hashCode() |
void |
setIndex(int index) |
void |
setLabel(String label) |
void |
setValue(org.bonitasoft.engine.expression.model.SExpression value) |
String |
toString() |
public SStringIndex(int index,
String label,
org.bonitasoft.engine.expression.model.SExpression value)
index - label - value - public int getIndex()
public void setIndex(int index)
index - the index to setpublic String getLabel()
public void setLabel(String label)
label - the label to setpublic org.bonitasoft.engine.expression.model.SExpression getValue()
public void setValue(org.bonitasoft.engine.expression.model.SExpression value)
value - the value to setCopyright © 2015 Bonitasoft S.A.. All rights reserved.