Interface DataModelVisualIdentities


public interface DataModelVisualIdentities
Holds the table visual identities defined in a data model.
Since:
6.2.1
See Also:
  • Method Details

    • getVisualIdentityForTable

      VisualIdentityTable getVisualIdentityForTable(SchemaNode aTableNode)
      Returns the visual identity associated to the specified table. Returns null if the specified SchemaNode is not a table node.
      Throws:
      IllegalArgumentException - if the specified SchemaNode is null.
      Since:
      6.2.1
    • getTableVisualIdentities

      List<VisualIdentityTable> getTableVisualIdentities()
      Returns all the visual identities defined in the data model.
      Since:
      6.2.1