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 Type
    Method
    Description
    Returns a collection of attributes.
  • Method Details

    • getAttributes

      Collection<T> getAttributes()
      Returns a collection of attributes.
      Returns:
      Collection of attributes