Package com._1c.g5.aef2.models
Interface IEmfAttribute<O extends org.eclipse.emf.ecore.EObject>
-
- Type Parameters:
O- the object type.
- All Superinterfaces:
IAttribute<O,org.eclipse.emf.ecore.EStructuralFeature>,IModel,IValidable
- All Known Subinterfaces:
IAbstractMobileApplicationUrlsModel<T>,ICharacteristicsDescriptionDataPathModel<T>,ICharacteristicsDescriptionFieldModel<T>,ICodeModel<O>,IDynamicTreeModelWithAtribiteAndOwner<T>,IEmfListAttribute<T,O>,IEmfListSelectionModel<T,O>,IEmfMapAttribute<K,V,O>,IEmfSelectionModel<O>,IEmfTreeSelectionModel<O>,IEmfTreeToListSelectionModel<T,O>,IEmfTreeToSingleItemSelectionModel<T,O>,IEmfValueAttribute<T,O>,IEmfValueSelectionModel<T,O>,IMobileApplicationUrlsModel,INavigatorTreeDialogActionBarModel<T>,IOpenMdHelpModel,IRequiredPermissionsModel,ISourceUrlModel<T>,IUnsettablePropertyFieldModel<T,O>,IUsedMobileApplicationFunctionalitiesModel
- All Known Implementing Classes:
AbstractBmChoiceParametersModel,AbstractEmfChoiceParametersModel,AddInModel,AddressingAttributeModel,BmAdjustableBooleanModel,BmBorderNoneToNullValue,BmBorderValue,BmCharacteristicsDescriptionDataPathModel,BmCharacteristicsDescriptionFieldModel,BmCharacteristicsDescriptionSelectionModel,BmCharacteristicsDescriptionValueModel,BmChoiceParameterLinksModel,BmCodeModel,BmColorModel,BmCommonAttributeDataSeparationModel,BmCommonModuleEnvironmentModel,BmConfigurationCompatibilityModeModel,BmConfigurationUsePurposesModel,BmDocumentNumeratorValue,BmEventSubscriptionEventsModel,BmEventSubscriptionHandlerNameModel,BmFilteringTreeToSingleItemSelectionModel,BmFontSelectionModel,BmGraphicalSchemeLineModel,BmHandlerModel,BmInformationRegisterWriteModeModel,BmInlineTaskValue,BmList,BmListIRequiredPermissionsModel,BmListMobileApplicationUrlsModel,BmListSelectionModel,BmMap,BmMdObjectNameModel,BmMdTypeLinkModel,BmMultilanguageFormatModel,BmMultilanguageFormattedTextModel,BmMultilanguageModel,BmOpenMdHelpModel,BmPictureModel,BmPredefinedItemNameModel,BmSkipNullValue,BmStyleItemTypeModel,BmTimeScaleLevelsLinkModel,BmTreeToListSelectionModel,BmTreeToSingleItemSelectionModel,BmUnsettablePropertyFieldModel,BmValue,BmValueModel,BmValueSelectionModel,BmValueUsedMobileApplicationFunctionalitiesModel,BmVersionedValue,CommonAttributeAutoUsePropertyStateModel,CommonAttributeDataSeparationPropertyStateModel,ConfigurationStandaloneContentExchangeSettingsDialogModel.ExchangePlanModel,DataExchangeModel,EmfBorderValue,EmfCharacteristicsDescriptionDataPathModel,EmfCharacteristicsDescriptionFieldModel,EmfCharacteristicsDescriptionSelectionModel,EmfCharacteristicsDescriptionValueModel,EmfChartColorPaletteDescriptionModel,EmfChartLineModel,EmfChartScaleModelValue,EmfChoiceParameterLinksModel,EmfCodeModel,EmfColorModel,EmfCustomColorPaletteModel,EmfFontSelectionModel,EmfLabelAreaModelValue,EmfList,EmfListSelectionModel,EmfMap,EmfMdTypeLinkModel,EmfMultilanguageFormattedTextModel,EmfMultilanguageModel,EmfPictureModel,EmfSingleLanguageFormattedTextModel,EmfSingleLanguageModel,EmfStyleItemTypeModel,EmfTreeToListSelectionModel,EmfTreeToSingleItemSelectionModel,EmfUnsettablePropertyFieldModel,EmfValue,EmfValueModel,EmfValueSelectionModel,EmfVersionedValue,ExtendedConfigurationObjectPropertyStateModel,ExtendedConfigurationObjectSelectionModel,FormPropertyStateModel,GraphicalSchemeCaseValue,GraphicalSchemeItemValue,IBaseBmHandlerNameModel.BaseBmHandlerNameModel,NavigatorTableModel,NavigatorTreeDialogActionBarBmList,NavigatorTreeDialogActionBarBmValue,NavigatorTreeDialogActionBarEmfList,NavigatorTreeDialogActionBarEmfValue,PackageDataModel,PropertyStateModel,StandardObjectValueSelectionModel,UnfilledParentValueModel,ViewModelList,ViewModelValue
public interface IEmfAttribute<O extends org.eclipse.emf.ecore.EObject> extends IAttribute<O,org.eclipse.emf.ecore.EStructuralFeature>
TheIAttributewhere the attribute is the EMF feature of some object.
-
-
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, createWorkingCopy, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
-
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
-