Package com._1c.g5.v8.dt.ui.aef.models
Interface IAttributeProvider<T>
- Type Parameters:
T
- Attribute type
- All Known Subinterfaces:
IChoiceParameterLinksModel<T,
,U> IFormChoiceParameterLinksModel
,IFormTypeLinkModel
,IMdChoiceParameterLinksModel
,IMdTypeLinkModel
,ITypeLinkModel<T,
U>
- All Known Implementing Classes:
BmChoiceParameterLinksModel
,BmMdTypeLinkModel
,EmfChoiceParameterLinksModel
,EmfMdTypeLinkModel
,FormBmChoiceParameterLinksModel
,FormBmTypeLinkModel
,MdFieldAttributeProvider
,StandardObjectChoiceParameterLinksModel
,StandardObjectTypeLinkModel
public interface IAttributeProvider<T>
The contract for attribute collection providers.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a collection of attributes.
-
Method Details
-
getAttributes
Collection<T> getAttributes()Returns a collection of attributes.- Returns:
- Collection of attributes
-