File

libs/sensorml/src/lib/model/iso/gmd/Series.ts

Index

Properties
Methods

Properties

issueIdentification
Type : string
Decorators :
@DisplayName('Issue identification')
name
Type : string
Decorators :
@DisplayName('Name')
page
Type : string
Decorators :
@DisplayName('Page')

Methods

toString
toString()
Returns : string
import { DisplayName } from '../../../common/decorators/DisplayName';
export class Series {
    @DisplayName('Name')
    name: string;

    @DisplayName('Issue identification')
    issueIdentification: string;

    @DisplayName('Page')
    page: string;

    toString() {
        return this.name || 'Series';
    }
}

result-matching ""

    No results matching ""