| Package | Description |
|---|---|
| com.whitestein.lsps.engine.state.ser | |
| com.whitestein.lsps.engine.state.xml |
| Modifier and Type | Method and Description |
|---|---|
ListValue |
SListValue.toValue(ModelInstance modelInstance) |
| Modifier and Type | Method and Description |
|---|---|
ListValue |
ListValue.createCopy(ModelInstance targetModelInstance) |
| Modifier and Type | Method and Description |
|---|---|
T |
ValueVisitor.visit(ListValue listValue)
Visits value.
|
| Constructor and Description |
|---|
ListValue(ListValue source,
ModelInstance targetModelInstance)
Creates new copy instance of
ListValue. |
ListValue(long id,
ModelInstance modelInstance,
java.lang.String type,
java.util.Collection<? extends Value> values,
java.lang.String level,
long baseLevelValueId,
ListValue lowerLevelValue)
Creates new instance of
ListValue. |
ListValue(ModelInstance modelInstance,
java.lang.String type,
java.util.Collection<? extends Value> values,
java.lang.String level,
long baseLevelValueId,
ListValue lowerLevelValue)
Creates new instance of
ListValue. |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.