Interface VisualIdentityTable
public interface VisualIdentityTable
Represents the definition of a visual identity of a table in the context of
a data model.
- Since:
- 6.2.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the visual identity definition of the records.Returns the visual identity definition of the table.Returns the path of the table on which the visual identity is defined.
-
Method Details
-
getTablePath
Path getTablePath()Returns the path of the table on which the visual identity is defined.- Since:
- 6.2.1
-
getTableConfiguration
VisualIdentityTableConfiguration getTableConfiguration()Returns the visual identity definition of the table.- Since:
- 6.2.1
-
getRecordConfiguration
VisualIdentityRecordConfiguration getRecordConfiguration()Returns the visual identity definition of the records.- Since:
- 6.2.1
-