forked from hazza/dspace-angular
rename getPrimaryValue to getValue, improve doccomments and move virtual metadata code to the Metadatum model
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user