public static enum CrewMember.Role extends Enum<CrewMember.Role>
| Modifier and Type | Method and Description |
|---|---|
static CrewMember.Role |
fromKey(String key) |
static com.metabroadcast.common.base.Maybe<CrewMember.Role> |
fromPossibleKey(String key) |
String |
key() |
String |
title() |
static CrewMember.Role |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrewMember.Role[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrewMember.Role ABRIDGED_BY
public static final CrewMember.Role ART_DIRECTOR
public static final CrewMember.Role SUPERVISING_DIRECTOR
public static final CrewMember.Role SOURCE_WRITER
public static final CrewMember.Role ASSISTANT_DIRECTOR
public static final CrewMember.Role ASSOCIATE_DIRECTOR
public static final CrewMember.Role ADDITIONAL_DIRECTOR
public static final CrewMember.Role COLLABORATING_DIRECTOR
public static final CrewMember.Role CO_DIRECTOR
public static final CrewMember.Role DEPUTY_EDITOR
public static final CrewMember.Role DIRECTOR
public static final CrewMember.Role DRAMATISED_BY
public static final CrewMember.Role EDITOR
public static final CrewMember.Role EXECUTIVE_EDITOR
public static final CrewMember.Role EXECUTIVE_PRODUCER
public static final CrewMember.Role PRODUCER
public static final CrewMember.Role SERIES_DIRECTOR
public static final CrewMember.Role SERIES_EDITOR
public static final CrewMember.Role SERIES_PRODUCER
public static final CrewMember.Role WRITER
public static final CrewMember.Role ADAPTED_BY
public static final CrewMember.Role PRESENTER
public static final CrewMember.Role COMPOSER
public static final CrewMember.Role ACTOR
public static final CrewMember.Role PARTICIPANT
public static final CrewMember.Role NARRATOR
public static final CrewMember.Role REPORTER
public static final CrewMember.Role COMMENTATOR
public static final CrewMember.Role EXPERT
public static final CrewMember.Role ARTIST
public static final CrewMember.Role CONTRIBUTOR
public static CrewMember.Role[] values()
for (CrewMember.Role c : CrewMember.Role.values()) System.out.println(c);
public static CrewMember.Role valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String key()
public String title()
public static CrewMember.Role fromKey(String key)
public static com.metabroadcast.common.base.Maybe<CrewMember.Role> fromPossibleKey(String key)
Copyright © 2014. All rights reserved.