Package com._1c.g5.v8.dt.ui.aef.models
Class EmfUnsettablePropertyFieldModel<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.aef2.emf.models.EmfValue<T>
com._1c.g5.v8.dt.ui.aef.models.EmfUnsettablePropertyFieldModel<T>
- All Implemented Interfaces:
IAttribute<org.eclipse.emf.ecore.EObject,,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel,IEmfAttribute<org.eclipse.emf.ecore.EObject>,IModel,IEmfValueAttribute<T,,org.eclipse.emf.ecore.EObject> IValue<T>,IValidable,IUnsettablePropertyFieldModel<T,org.eclipse.emf.ecore.EObject>
public class EmfUnsettablePropertyFieldModel<T>
extends EmfValue<T>
implements IUnsettablePropertyFieldModel<T,org.eclipse.emf.ecore.EObject>
Emf model for unsettable property field.
-
Constructor Summary
ConstructorsConstructorDescriptionEmfUnsettablePropertyFieldModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Constructor ofEmfUnsettablePropertyFieldModel. -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Disposes this model.Returns the set state model.booleanChecks is set state model enable.Methods inherited from class com._1c.g5.aef2.emf.models.EmfValue
getChange, getObject, getPropertyMethods 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.IAttribute
getPropertyMethods inherited from interface com._1c.g5.aef2.models.IEditableModel
isEditable, setEditableMethods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, getChange, getComponent, isOnline, removeModelListener, setComponentMethods inherited from interface com._1c.g5.v8.dt.ui.aef.component.IUnsettablePropertyFieldModel
getObjectMethods 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
-
EmfUnsettablePropertyFieldModel
public EmfUnsettablePropertyFieldModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Constructor ofEmfUnsettablePropertyFieldModel.- Parameters:
object- the object, cannot benullfeature- the object feature, cannot benull
-
-
Method Details
-
dispose
public void dispose()Description copied from interface:IModelDisposes this model. -
getSetStateModel
Description copied from interface:IUnsettablePropertyFieldModelReturns the set state model.- Specified by:
getSetStateModelin interfaceIUnsettablePropertyFieldModel<T,org.eclipse.emf.ecore.EObject> - Returns:
- the set state model, cannot be
null
-
isSetStateEditable
public boolean isSetStateEditable()Description copied from interface:IUnsettablePropertyFieldModelChecks is set state model enable.- Specified by:
isSetStateEditablein interfaceIUnsettablePropertyFieldModel<T,org.eclipse.emf.ecore.EObject> - Returns:
trueif enable.
-