Package | Description |
---|---|
com.whitestein.lsps.engine.state.xml |
Modifier and Type | Class and Description |
---|---|
class |
BinaryValue
External binary value that stores info about shared record instance that contains binary.
|
class |
BooleanValue
Persistent value representing boolean.
|
class |
DateValue
Persistent value representing date.
|
class |
DecimalValue
Persistent value containing a decimal.
|
class |
EnumerationValue |
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 |
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 |
SimpleValue.makeCopy(ModelInstance targetModelInstance) |
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 |
ReadOnlyRecordValue.toSimpleValue() |
SimpleValue |
RangeValue.toSimpleValue() |
SimpleValue |
PropertyValue.toSimpleValue() |
SimpleValue |
PropertyPathValue.toSimpleValue() |
SimpleValue |
ObjectValue.toSimpleValue() |
SimpleValue |
NullValue.toSimpleValue() |
SimpleValue |
EnumerationValue.toSimpleValue() |
SimpleValue |
DecimalValue.toSimpleValue() |
SimpleValue |
DateValue.toSimpleValue() |
SimpleValue |
ComplexValue.toSimpleValue() |
SimpleValue |
BooleanValue.toSimpleValue() |
SimpleValue |
BinaryValue.toSimpleValue() |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.