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