public class ValueRef extends Object implements SimpleValue, ModelInstanceAware
Constructor and Description |
---|
ValueRef(ModelInstance modelInstance,
long id)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
<T,E extends Throwable> |
accept(ValueVisitor<T,E> visitor)
Accepts visitor.
|
ValueRef |
createCopy(ModelInstance targetModelInstance)
Creates a copy without references to other objects.
|
Type |
getCompiledType(ModelProvider modelProvider)
Returns the compiled type.
|
ModelInstance |
getModelInstance()
Returns the model instance.
|
String |
getType()
Returns the type.
|
Long |
getValue()
Returns the contained value.
|
boolean |
isRemoved()
Returns true if value is removed
|
void |
rebind(ModelInstance modelInstance)
Re-binds to a model instance.
|
SSimpleValue |
toSerializable(SModelInstance smi,
MarshallerConfig config)
Creates a serializable object.
|
SimpleValue |
toSimpleValue()
If this is
SimpleValue this method returns this, otherwise it returns a
ValueRef to this. |
String |
toString() |
Value |
toValue()
If this is a
ValueRef this method returns the referenced value, otherwise it returns
this. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
finishCopy
public ValueRef(ModelInstance modelInstance, long id)
modelInstance
- id
- NullPointerException
- if modelInstance
is nullpublic SSimpleValue toSerializable(SModelInstance smi, MarshallerConfig config)
SimpleValue
toSerializable
in interface SimpleValue
toSerializable
in interface Value
public Long getValue()
SimpleValue
getValue
in interface SimpleValue
public Type getCompiledType(ModelProvider modelProvider)
Value
getCompiledType
in interface Value
public <T,E extends Throwable> T accept(ValueVisitor<T,E> visitor)
Value
public Value toValue()
Value
ValueRef
this method returns the referenced value, otherwise it returns
this.public ModelInstance getModelInstance()
ModelInstanceAware
getModelInstance
in interface ModelInstanceAware
public SimpleValue toSimpleValue()
Value
SimpleValue
this method returns this, otherwise it returns a
ValueRef
to this.toSimpleValue
in interface Value
SimpleValue
public void rebind(ModelInstance modelInstance)
rebind
in interface ModelInstanceAware
modelInstance
- public ValueRef createCopy(ModelInstance targetModelInstance)
public boolean isRemoved()
Value
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.