Interface IAttributeReferenceVisitor


public interface IAttributeReferenceVisitor
This interface defines a method for adding attributes and/or relations included in an entity reference.
Since:
9.6
Author:
Petru Galanton
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(String entityName, String attributeName)
    This method may be used by the data layer to add an attribute and/or relation to an entity reference.
  • Method Details

    • process

      void process(String entityName, String attributeName)
      This method may be used by the data layer to add an attribute and/or relation to an entity reference.
      Parameters:
      entityName - the name of the entity which has the attribute or relation
      attributeName - the name of the attribute or relation
      Throws:
      InitializationException - if the attribute name is invalid