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,
String type,
List<? extends Value> indexes,
List<? extends Value> items,
String level,
long baseLevelValueId,
MapValue lowerLevelValue)
Creates new instance of
MapValue . |
MapValue(MapValue source,
ModelInstance targetModelInstance)
Creates copy instance from source.
|
MapValue(ModelInstance modelInstance,
String type,
List<? extends Value> indexes,
List<? extends Value> items,
String level,
long baseLevelValueId,
MapValue lowerLevelValue)
Creates new instance of
MapValue . |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.