JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
ACADEMIC_COORDINATOR
public static final Role ACADEMIC_COORDINATOR
ACTOR
public static final Role ACTOR
ADVISOR
public static final Role ADVISOR
ARCHITECT
public static final Role ARCHITECT
ARCHITECTURAL_PLANNER
public static final Role ARCHITECTURAL_PLANNER
ARTIST
public static final Role ARTIST
ARTISTIC_DIRECTOR
public static final Role ARTISTIC_DIRECTOR
AUDIO_VISUAL_CONTRIBUTOR
public static final Role AUDIO_VISUAL_CONTRIBUTOR
CHOREOGRAPHER
public static final Role CHOREOGRAPHER
COLLABORATION_PARTNER
public static final Role COLLABORATION_PARTNER
COMPOSER
public static final Role COMPOSER
CONDUCTOR
public static final Role CONDUCTOR
CONSULTANT
public static final Role CONSULTANT
CONSERVATOR
public static final Role CONSERVATOR
COSTUME_DESIGNER
public static final Role COSTUME_DESIGNER
CREATOR
public static final Role CREATOR
CURATOR
public static final Role CURATOR
CURATOR_ORGANIZER
public static final Role CURATOR_ORGANIZER
DANCER
public static final Role DANCER
DATA_COLLECTOR
public static final Role DATA_COLLECTOR
DATA_CURATOR
public static final Role DATA_CURATOR
DATA_MANAGER
public static final Role DATA_MANAGER
DESIGNER
public static final Role DESIGNER
DIRECTOR
public static final Role DIRECTOR
DISTRIBUTOR
public static final Role DISTRIBUTOR
DRAMATIST
public static final Role DRAMATIST
DRAMATURGE
public static final Role DRAMATURGE
EDITOR
public static final Role EDITOR
EDITORIAL_BOARD_MEMBER
public static final Role EDITORIAL_BOARD_MEMBER
EXHIBITION_DESIGNER
public static final Role EXHIBITION_DESIGNER
FUNDER
public static final Role FUNDER
HOSTING_INSTITUTION
public static final Role HOSTING_INSTITUTION
ILLUSTRATOR
public static final Role ILLUSTRATOR
INTERIOR_ARCHITECT
public static final Role INTERIOR_ARCHITECT
INTERVIEW_SUBJECT
public static final Role INTERVIEW_SUBJECT
JOURNALIST
public static final Role JOURNALIST
LANDSCAPE_ARCHITECT
public static final Role LANDSCAPE_ARCHITECT
LIBRETTIST
public static final Role LIBRETTIST
LIGHT_DESIGNER
public static final Role LIGHT_DESIGNER
MUSICIAN
public static final Role MUSICIAN
MUSEUM_EDUCATOR
public static final Role MUSEUM_EDUCATOR
ORGANIZER
public static final Role ORGANIZER
OTHER
public static final Role OTHER
PRODUCER
public static final Role PRODUCER
PHOTOGRAPHER
public static final Role PHOTOGRAPHER
PRODUCTION_DESIGNER
public static final Role PRODUCTION_DESIGNER
PROGRAMME_LEADER
public static final Role PROGRAMME_LEADER
PROGRAMME_PARTICIPANT
public static final Role PROGRAMME_PARTICIPANT
PROJECT_LEADER
public static final Role PROJECT_LEADER
PROJECT_MANAGER
public static final Role PROJECT_MANAGER
PROJECT_MEMBER
public static final Role PROJECT_MEMBER
REGISTRAR
public static final Role REGISTRAR
REGISTRATION_AGENCY
public static final Role REGISTRATION_AGENCY
REGISTRATION_AUTHORITY
public static final Role REGISTRATION_AUTHORITY
RESEARCHER
public static final Role RESEARCHER
RESEARCH_GROUP
public static final Role RESEARCH_GROUP
RIGHTS_HOLDER
public static final Role RIGHTS_HOLDER
SCENOGRAPHER
public static final Role SCENOGRAPHER
SCREENWRITER
public static final Role SCREENWRITER
SOLOIST
public static final Role SOLOIST
SOUND_DESIGNER
public static final Role SOUND_DESIGNER
SUPERVISOR
public static final Role SUPERVISOR
TRANSLATOR_ADAPTER
public static final Role TRANSLATOR_ADAPTER
VFX_SUPERVISOR
public static final Role VFX_SUPERVISOR
VIDEO_EDITOR
public static final Role VIDEO_EDITOR
WORK_PACKAGE_LEADER
public static final Role WORK_PACKAGE_LEADER
WRITER
public static final Role WRITER
Field Details
ERROR_MESSAGE_TEMPLATE
public static final String ERROR_MESSAGE_TEMPLATE
See Also:
DELIMITER
public static final String DELIMITER
See Also:
Method Details
values
public static Role [] values ()
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null
parse
Lookup enum by value.
Parameters:
value - value
Returns:
enum