public interface SimpleValue extends Value
Modifier and Type | Method and Description |
---|---|
com.whitestein.lsps.engine.state.xml.Copiable |
createCopy(ModelInstance targetModelInstance)
Creates a copy without references to other objects.
|
default void |
finishCopy(com.whitestein.lsps.engine.state.xml.Copiable source,
CopyHelper helper)
Copy references.
|
Object |
getValue()
Returns the contained value.
|
SSimpleValue |
toSerializable(SModelInstance smi,
MarshallerConfig config)
Creates a serializable object.
|
accept, getCompiledType, getType, isRemoved, toSimpleValue, toValue
Object getValue()
SSimpleValue toSerializable(SModelInstance smi, MarshallerConfig config)
toSerializable
in interface Value
smi
- config
- default void finishCopy(com.whitestein.lsps.engine.state.xml.Copiable source, CopyHelper helper)
com.whitestein.lsps.engine.state.xml.Copiable createCopy(ModelInstance targetModelInstance)
targetModelInstance
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.