Interface DataModelVisualIdentities
public interface DataModelVisualIdentities
Holds the
table visual identities defined
in a data model.- Since:
- 6.2.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns all the visual identities defined in the data model.getVisualIdentityForTable(SchemaNode aTableNode) Returns the visual identity associated to the specified table.
-
Method Details
-
getVisualIdentityForTable
Returns the visual identity associated to the specified table. Returns null if the specifiedSchemaNodeis not a table node.- Throws:
IllegalArgumentException- if the specifiedSchemaNodeisnull.- Since:
- 6.2.1
-
getTableVisualIdentities
List<VisualIdentityTable> getTableVisualIdentities()Returns all the visual identities defined in the data model.- Since:
- 6.2.1
-