new ReferenceMetadata()
Methods
-
getAttributes()
-
Returns an array of ReferenceMetadataAttributes which contain the metadata text for this report.
Returns:
- Type
- Array.<metadata.ReferenceMetadataAttribute>
-
getId()
-
Returns the unique identifier for this ReferenceMetadata
Returns:
- Type
- string
-
getName(lang)
-
Returns the name of this ReferenceMetadata
Parameters:
Name Type Description lang
optional. If not provided then it will use the default language as defined by the FusionJS. If no text is available in the default language, then the first text occurrence will be returned
Returns:
- Type
- string
-
getSupportedLanguages()
-
Returns the supported languages for this Reference Metadata.
This will return an array of Strings.
Returns:
- Type
- Array.<string>