Uses of Class
nl.siegmann.epublib.domain.Relator
-
Packages that use Relator Package Description nl.siegmann.epublib.domain -
-
Uses of Relator in nl.siegmann.epublib.domain
Fields in nl.siegmann.epublib.domain declared as Relator Modifier and Type Field Description private RelatorAuthor. relatorMethods in nl.siegmann.epublib.domain that return Relator Modifier and Type Method Description static RelatorRelator. byCode(java.lang.String code)RelatorAuthor. getRelator()RelatorAuthor. setRole(java.lang.String code)static RelatorRelator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Relator[]Relator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.siegmann.epublib.domain with parameters of type Relator Modifier and Type Method Description voidAuthor. setRelator(Relator relator)
-