Package com._1c.g5.aef2.models.value
Interface IEmfValueAttribute<T,O extends org.eclipse.emf.ecore.EObject>
-
- Type Parameters:
T
- the type of editing object.O
- the attribute keeper object type.
- All Superinterfaces:
IAttribute<O,org.eclipse.emf.ecore.EStructuralFeature>
,IEmfAttribute<O>
,IModel
,IValidable
,IValue<T>
- All Known Subinterfaces:
ICharacteristicsDescriptionDataPathModel<T>
,ICharacteristicsDescriptionFieldModel<T>
,ICodeModel<O>
,IOpenMdHelpModel
,ISourceUrlModel<T>
,IUnsettablePropertyFieldModel<T,O>
,IUsedMobileApplicationFunctionalitiesModel
- All Known Implementing Classes:
AddInModel
,AddressingAttributeModel
,BmAdjustableBooleanModel
,BmBorderNoneToNullValue
,BmBorderValue
,BmCharacteristicsDescriptionDataPathModel
,BmCharacteristicsDescriptionFieldModel
,BmCharacteristicsDescriptionSelectionModel
,BmCharacteristicsDescriptionValueModel
,BmCodeModel
,BmColorModel
,BmCommonAttributeDataSeparationModel
,BmCommonModuleEnvironmentModel
,BmConfigurationCompatibilityModeModel
,BmDocumentNumeratorValue
,BmEventSubscriptionEventsModel
,BmEventSubscriptionHandlerNameModel
,BmFilteringTreeToSingleItemSelectionModel
,BmFontSelectionModel
,BmGraphicalSchemeLineModel
,BmHandlerModel
,BmInformationRegisterWriteModeModel
,BmInlineTaskValue
,BmMdObjectNameModel
,BmMdTypeLinkModel
,BmOpenMdHelpModel
,BmPictureModel
,BmPredefinedItemNameModel
,BmSkipNullValue
,BmStyleItemTypeModel
,BmTreeToSingleItemSelectionModel
,BmUnsettablePropertyFieldModel
,BmValue
,BmValueModel
,BmValueSelectionModel
,BmValueUsedMobileApplicationFunctionalitiesModel
,BmVersionedValue
,CommonAttributeAutoUsePropertyStateModel
,CommonAttributeDataSeparationPropertyStateModel
,ConfigurationStandaloneContentExchangeSettingsDialogModel.ExchangePlanModel
,EmfBorderValue
,EmfCharacteristicsDescriptionDataPathModel
,EmfCharacteristicsDescriptionFieldModel
,EmfCharacteristicsDescriptionSelectionModel
,EmfCharacteristicsDescriptionValueModel
,EmfChartColorPaletteDescriptionModel
,EmfChartLineModel
,EmfChartScaleModelValue
,EmfCodeModel
,EmfColorModel
,EmfFontSelectionModel
,EmfLabelAreaModelValue
,EmfMdTypeLinkModel
,EmfPictureModel
,EmfSingleLanguageFormattedTextModel
,EmfSingleLanguageModel
,EmfStyleItemTypeModel
,EmfTreeToSingleItemSelectionModel
,EmfUnsettablePropertyFieldModel
,EmfValue
,EmfValueModel
,EmfValueSelectionModel
,EmfVersionedValue
,ExtendedConfigurationObjectPropertyStateModel
,ExtendedConfigurationObjectSelectionModel
,FormPropertyStateModel
,GraphicalSchemeCaseValue
,GraphicalSchemeItemValue
,IBaseBmHandlerNameModel.BaseBmHandlerNameModel
,NavigatorTreeDialogActionBarBmValue
,NavigatorTreeDialogActionBarEmfValue
,PropertyStateModel
,UnfilledParentValueModel
,ViewModelValue
public interface IEmfValueAttribute<T,O extends org.eclipse.emf.ecore.EObject> extends IValue<T>, IEmfAttribute<O>
TheIValue
that works with attribute.
-
-
Method Summary
-
Methods inherited from interface com._1c.g5.aef2.models.IAttribute
getObject, getProperty
-
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
-
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Methods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
-