Package com._1c.g5.aef2.models
Interface IAttribute<O,P>
-
- Type Parameters:
O
- the object type.P
- the type of the attribute identification.
- All Superinterfaces:
IModel
,IValidable
- All Known Subinterfaces:
IAbstractMobileApplicationUrlsModel<T>
,ICharacteristicsDescriptionDataPathModel<T>
,ICharacteristicsDescriptionFieldModel<T>
,ICodeModel<O>
,IDynamicTreeModelWithAtribiteAndOwner<T>
,IEmfAttribute<O>
,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 IAttribute<O,P> extends IModel
The contract for models that works with the attribute of some object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description O
getObject()
Returns the object that keeps the attribute.P
getProperty()
Returns the property.-
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
-
-