public class SetValue extends CollectionValue
modelInstance| Modifier | Constructor and Description |
|---|---|
protected |
SetValue()
Creates new instance of
SetValue. |
|
SetValue(long id,
ModelInstance modelInstance,
String type,
Collection<? extends Value> values)
Creates new instance of
SetValue. |
|
SetValue(long id,
ModelInstance modelInstance,
String type,
Collection<? extends Value> values,
String level,
Long baseLevelValueId,
Long lowestLevelValueId,
Long lowerLevelValueId)
Creates new instance of
SetValue. |
|
SetValue(ModelInstance modelInstance,
String type,
Collection<? extends Value> values)
Creates new instance of
SetValue. |
|
SetValue(ModelInstance modelInstance,
String type,
Collection<? extends Value> values,
String level,
Long baseLevelValueId,
Long lowestLevelValueId,
Long lowerLevelValueId)
Creates new instance of
SetValue. |
| Modifier and Type | Method and Description |
|---|---|
<T,E extends Throwable> |
accept(ValueVisitor<T,E> visitor)
Accepts visitor.
|
SetValue |
makeCopy(ModelInstance targetModelInstance)
Creates copy of the value in the target model instance.
|
copyValues, get, getReferences, postUnmarshal, preUnmarshal, rebind, replaceReferencedIds, setValues, size, toString, valuesclear, collect, commonAfterUnmarshal, createContext, findReplacementId, getBaseLevelEntity, getBaseLevelEntityId, getCompiledType, getEvaluationLevel, getHandle, getId, getLowerLevelEntity, getLowerLevelEntityId, getLowestLevelEntity, getLowestLevelEntityId, getModelInstance, getOwnContext, getType, internalVersionConflictMessage, isInternalyVersioned, isLocked, isLowestExistingEntity, isPersistent, isRemoved, replaceIdAndEvaluationLevel, setLowerLevelEntityId, setPersistent, toSimpleValue, toValue, updateLevelDataprotected SetValue()
SetValue.public SetValue(long id,
ModelInstance modelInstance,
String type,
Collection<? extends Value> values,
String level,
Long baseLevelValueId,
Long lowestLevelValueId,
Long lowerLevelValueId)
SetValue.id - modelInstance - type - values - contained valueslevel - baseLevelValueId - lowestLevelValueId - lowerLevelValueId - NullPointerException - if modelInstance or type or values
null or values contain nullpublic SetValue(long id,
ModelInstance modelInstance,
String type,
Collection<? extends Value> values)
SetValue.id - modelInstance - type - values - contained valuesNullPointerException - if modelInstance or type or values
null or values contain nullpublic SetValue(ModelInstance modelInstance, String type, Collection<? extends Value> values, String level, Long baseLevelValueId, Long lowestLevelValueId, Long lowerLevelValueId)
SetValue.modelInstance - type - values - contained valueslevel - baseLevelValueId - lowestLevelValueId - lowerLevelValueId - NullPointerException - if modelInstance or type or values
null or values contain nullpublic SetValue(ModelInstance modelInstance, String type, Collection<? extends Value> values)
SetValue.modelInstance - type - values - contained valuesNullPointerException - if modelInstance or type or values
null or values contain nullpublic <T,E extends Throwable> T accept(ValueVisitor<T,E> visitor) throws E extends Throwable
ValueEE extends Throwablepublic SetValue makeCopy(ModelInstance targetModelInstance)
ValueCopyright © 2007-2018 Whitestein Technologies. All Rights Reserved.