| Package | Description |
|---|---|
| com.whitestein.lsps.engine.state.xml |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
PropertyValue.makeCopy(ModelInstance targetModelInstance) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyValue> |
ExpressionValue.getProperties()
Returns all additional properties.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ValueVisitor.visit(PropertyValue propertyValue)
Visits value.
|
| Constructor and Description |
|---|
ExpressionValue(long id,
ModelInstance modelInstance,
String type,
long contextId,
String expression,
Expression compiledExpression,
ExpressionValue.Type expressionType,
String level,
Long baseLevelValueId,
Long lowestLevelValueId,
Long lowerLevelValueId,
List<PropertyValue> properties,
ClosureOrigin origin)
Creates new instance of
ExpressionValue. |
ExpressionValue(ModelInstance modelInstance,
String type,
long contextId,
ReferenceExpression expression,
List<PropertyValue> properties,
ClosureOrigin origin)
Creates new instance of
ExpressionValue. |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.