| Package | Description |
|---|---|
| nl.siegmann.epublib.domain |
| Modifier and Type | Method and Description |
|---|---|
Relator |
CreatorContributor.addRoleByCode(String code) |
Relator |
CreatorContributor.addRoleByName(String name) |
static Relator |
Relator.byCode(String code) |
static Relator |
Relator.byName(String name) |
static Relator |
Relator.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Relator> |
CreatorContributor.getRelators() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreatorContributor.setRelators(ArrayList<Relator> relators) |
Copyright © 2009–2017. All rights reserved.