Contributor class

Contributor class

Represents a bibliography source contributor. Can be either an corporate (an organization) or a list of persons.

Methods

NameDescription
asCorporate()Casts contributor to Corporate, otherwise returns null.
asPersonCollection()Casts contributor to PersonCollection, otherwise returns null.

See Also