Package com._1c.g5.v8.dt.aef2.bm.models
Class BmSkipNullValue<T>
java.lang.Object
com._1c.g5.aef2.validators.Validable
com._1c.g5.aef2.models.Model
com._1c.g5.aef2.models.EditableModel
com._1c.g5.aef2.models.value.Value<T>
com._1c.g5.v8.dt.aef2.bm.models.BmValue<T>
com._1c.g5.v8.dt.aef2.bm.models.BmSkipNullValue<T>
- All Implemented Interfaces:
IAttribute<IBmObject,,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel,IEmfAttribute<IBmObject>,IModel,IEmfValueAttribute<T,,IBmObject> IValue<T>,IValidable,IModelApiAwareModel
Represents
BmValue which avoids setting of null values to the model.-
Constructor Summary
ConstructorsModifierConstructorDescriptionBmSkipNullValue(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Instantiates new value.protectedBmSkipNullValue(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, T initialValue) Instantiates new value with initial value set. -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.aef2.bm.models.BmValue
adapt, createTask, dispose, getModelApi, getObject, getObjectValue, getProperty, processBmValueChange, setModelApi, setObjectValueMethods inherited from class com._1c.g5.aef2.models.value.Value
addValueListener, createWorkingCopy, discard, get, getCommittedValue, getUncommittedValue, getValidatorTarget, isEqual, notifyValueChanged, queueNotifyValueChanged, removeValueListener, set, setCommittedValue, setUncommittedValue, setValue, toStringMethods inherited from class com._1c.g5.aef2.models.EditableModel
isEditable, setEditableMethods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, isOnline, notifyModelChanged, notifyModelCommitted, removeModelListener, setComponent, setOnlineMethods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, removeValidator, validate, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, getComponent, isOnline, removeModelListener, setComponentMethods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validateMethods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
Constructor Details
-
BmSkipNullValue
public BmSkipNullValue(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Instantiates new value.- Parameters:
object- the object, cannot benullfeature- the object feature, cannot benull
-
BmSkipNullValue
protected BmSkipNullValue(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, T initialValue) Instantiates new value with initial value set.- Parameters:
object- the object, cannot benullfeature- the object feature, cannot benullinitialValue- the initial value, can benull
-
-
Method Details