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