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