Package | Description |
---|---|
com.whitestein.lsps.engine.state.ser | |
com.whitestein.lsps.engine.state.xml |
Modifier and Type | Method and Description |
---|---|
SimpleValue |
STypeValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SStringValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SSimpleValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SReadOnlyRecordValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SRangeValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SPropertyPathValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SObjectValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SNullValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SLocalDateValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SEnumerationValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SDecimalValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SDateValue.toValue(ModelInstance modelInstance) |
SimpleValue |
SBinarySimpleValue.toValue(ModelInstance modelInstance)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanValue
Persistent value representing boolean.
|
class |
DateValue
Persistent value representing date.
|
class |
DecimalValue
Persistent value containing a decimal.
|
class |
EnumerationValue |
class |
LocalDateValue
Persistent value representing a local date.
|
class |
NullValue
Persistent value representing null.
|
class |
ObjectValue
Persistent value representing object.
|
class |
PropertyPathValue |
class |
PropertyValue |
class |
RangeValue
Range value (e.g.
|
class |
ReadOnlyRecordValue
Read only record value object.
|
class |
RecordProxySetValue
Value for record proxy set.
|
class |
StringValue
Persistent value representing string.
|
class |
TypeValue
Simple value representing a type.
|
class |
ValueRef
Value referencing another value by id.
|
Modifier and Type | Method and Description |
---|---|
SimpleValue |
NamedValue.getSimpleValue()
Returns simple value.
|
SimpleValue |
ValueRef.toSimpleValue() |
SimpleValue |
Value.toSimpleValue()
If this is
SimpleValue this method returns this, otherwise it returns a
ValueRef to this. |
SimpleValue |
TypeValue.toSimpleValue() |
SimpleValue |
StringValue.toSimpleValue() |
SimpleValue |
RecordProxySetValue.toSimpleValue() |
SimpleValue |
ReadOnlyRecordValue.toSimpleValue() |
SimpleValue |
RangeValue.toSimpleValue() |
SimpleValue |
PropertyValue.toSimpleValue() |
SimpleValue |
PropertyPathValue.toSimpleValue() |
SimpleValue |
ObjectValue.toSimpleValue() |
SimpleValue |
NullValue.toSimpleValue() |
SimpleValue |
LocalDateValue.toSimpleValue() |
SimpleValue |
EnumerationValue.toSimpleValue() |
SimpleValue |
DecimalValue.toSimpleValue() |
SimpleValue |
DateValue.toSimpleValue() |
SimpleValue |
BooleanValue.toSimpleValue() |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.