1
0

rename getPrimaryValue to getValue, improve doccomments and move virtual metadata code to the Metadatum model

This commit is contained in:
Art Lowel
2019-01-29 18:23:01 +01:00
parent 9982254ca2
commit 11b09a2269
11 changed files with 126 additions and 30 deletions

View File

@@ -25,7 +25,7 @@ export interface MetadataRepresentation {
representationType: MetadataRepresentationType,
/**
* Fetches the primary value to be displayed
* Fetches the value to be displayed
*/
getPrimaryValue(): string
getValue(): string
}