nl.siegmann.epublib.domain.Author.setRole C# (CSharp) Method

setRole() public method

public setRole ( string code ) : Relator
code string
return Relator
        public Relator setRole(string code)
        {
            return this.relator;
        }