BrightSide Workbench Full Report + Source Code
org.turro.dossier.entity.ParticipantRole Enum Reference

Public Member Functions

boolean isClose ()
 

Public Attributes

 PARTICIPANT_OWNER =(true)
 
 PARTICIPANT_ASSISTANT =(false)
 
 PARTICIPANT_SUBJECT =(false)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 24 of file ParticipantRole.java.

Member Function Documentation

◆ isClose()

boolean org.turro.dossier.entity.ParticipantRole.isClose ( )

Definition at line 36 of file ParticipantRole.java.

36  {
37  return close;
38  }

Member Data Documentation

◆ PARTICIPANT_ASSISTANT

org.turro.dossier.entity.ParticipantRole.PARTICIPANT_ASSISTANT =(false)

Definition at line 27 of file ParticipantRole.java.

◆ PARTICIPANT_OWNER

org.turro.dossier.entity.ParticipantRole.PARTICIPANT_OWNER =(true)

Definition at line 26 of file ParticipantRole.java.

◆ PARTICIPANT_SUBJECT

org.turro.dossier.entity.ParticipantRole.PARTICIPANT_SUBJECT =(false)

Definition at line 28 of file ParticipantRole.java.


The documentation for this enum was generated from the following file: