public class ListValue extends CollectionValue
modelInstance| Modifier | Constructor and Description |
|---|---|
protected |
ListValue(ListValue source,
ModelInstance targetModelInstance)
Creates new copy instance of
ListValue. |
|
ListValue(long id,
ModelInstance modelInstance,
java.lang.String type,
java.util.Collection<? extends Value> values)
Creates new instance of
ListValue. |
|
ListValue(long id,
ModelInstance modelInstance,
java.lang.String type,
java.util.Collection<? extends Value> values,
java.lang.String level,
long baseLevelValueId,
ListValue lowerLevelValue)
Creates new instance of
ListValue. |
|
ListValue(ModelInstance modelInstance,
java.lang.String type,
java.util.Collection<? extends Value> values)
Creates new instance of
ListValue. |
|
ListValue(ModelInstance modelInstance,
java.lang.String type,
java.util.Collection<? extends Value> values,
java.lang.String level,
long baseLevelValueId,
ListValue lowerLevelValue)
Creates new instance of
ListValue. |
|
ListValue(SListValue source,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
| Modifier and Type | Method and Description |
|---|---|
<T,E extends java.lang.Throwable> |
accept(ValueVisitor<T,E> visitor)
Accepts visitor.
|
ListValue |
createCopy(ModelInstance targetModelInstance)
Creates a copy without references to other objects.
|
SListValue |
toSerializable(SModelInstance smi,
MarshallerConfig config)
Creates a serializable object.
|
convertToDirectReferences, fillSerializable, finishCopy, get, getReferences, rebind, refreshDirectReferences, replaceReferencedIds, setValues, size, toString, valuesfillSerializable, getBaseLevelEntity, getBaseLevelEntityId, getEvaluationLevel, getLowerLevelEntity, getLowerLevelEntityId, replaceIdAndEvaluationLevel, setLowerLevelEntityclear, collect, findReplacementId, getCompiledType, getHandle, getId, getModelInstance, getType, isPersistent, isRemoved, toSimpleValue, toValueprotected ListValue(ListValue source, ModelInstance targetModelInstance)
ListValue.source - targetModelInstance - public ListValue(SListValue source, ModelInstance modelInstance)
source - modelInstance - public ListValue(long id,
ModelInstance modelInstance,
java.lang.String type,
java.util.Collection<? extends Value> values,
java.lang.String level,
long baseLevelValueId,
ListValue lowerLevelValue)
ListValue.id - modelInstance - type - values - contained valueslevel - baseLevelValueId - lowerLevelValue - java.lang.NullPointerException - if modelInstance or type or values is
null or values contains nullpublic ListValue(long id,
ModelInstance modelInstance,
java.lang.String type,
java.util.Collection<? extends Value> values)
ListValue.id - modelInstance - type - values - contained valuesjava.lang.NullPointerException - if modelInstance or type or values is
null or values contains nullpublic ListValue(ModelInstance modelInstance, java.lang.String type, java.util.Collection<? extends Value> values, java.lang.String level, long baseLevelValueId, ListValue lowerLevelValue)
ListValue.modelInstance - type - values - contained valueslevel - baseLevelValueId - lowerLevelValue - java.lang.NullPointerException - if modelInstance or type or values is
null or values contains nullpublic ListValue(ModelInstance modelInstance, java.lang.String type, java.util.Collection<? extends Value> values)
ListValue.modelInstance - type - values - contained valuesjava.lang.NullPointerException - if modelInstance or type or values is
null or values contains nullpublic <T,E extends java.lang.Throwable> T accept(ValueVisitor<T,E> visitor) throws E extends java.lang.Throwable
ValueEE extends java.lang.Throwablepublic ListValue createCopy(ModelInstance targetModelInstance)
public SListValue toSerializable(SModelInstance smi, MarshallerConfig config)
ComplexValueWithEvalLevelstoSerializable in interface ValuetoSerializable in class ComplexValueWithEvalLevelsCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.