Class JournalIdentifier

    • Constructor Detail

      • JournalIdentifier

        public JournalIdentifier​(String journalName)
        Create a new journal identifier
        Parameters:
        journalName - journal name consisting of at least 1 and and most 255 characters from the following groups:
        • Lower-case letters from english alphabet (a-z)
        • Digits (0-9)
        • Underscore or dot (_ or .)