Class TypeParticipant
Représente le type de participant: un demandeur d'emploi ou bien une entreprise.
Declaration :
- C++ : enum TypeParticipant
- Java : public enum TypeParticipant
- Php : public final class TypeParticipant
- Python : class TypeParticipant
Stereotype: enum
Items :
- DEMANDEUR_EMPLOI
- ENTREPRISE
Declaration :