BrightSide Workbench Full Report + Source Code
org.turro.contacts.ContactType Enum Reference

Public Member Functions

boolean isJuridical ()
 

Static Public Member Functions

static EnumSet< ContactTypejuridicals ()
 
static String getJuridical ()
 
static String getCompany ()
 
static String getCenter ()
 
static String getNatural ()
 
static String getWorker ()
 
static String getProfessional ()
 
static String getEducator ()
 
static String getStudent ()
 
static String getInternal ()
 

Public Attributes

 CONTACT_USER
 
 CONTACT_COMPANY
 
 CONTACT_LEARNINGCENTER
 
 CONTACT_INTERNAL
 

Detailed Description

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

Definition at line 26 of file ContactType.java.

Member Function Documentation

◆ getCenter()

static String org.turro.contacts.ContactType.getCenter ( )
static

Definition at line 49 of file ContactType.java.

49  {
50  return "center";
51  }

◆ getCompany()

static String org.turro.contacts.ContactType.getCompany ( )
static

Definition at line 45 of file ContactType.java.

45  {
46  return "company";
47  }

◆ getEducator()

static String org.turro.contacts.ContactType.getEducator ( )
static

Definition at line 65 of file ContactType.java.

65  {
66  return "educator";
67  }

◆ getInternal()

static String org.turro.contacts.ContactType.getInternal ( )
static

Definition at line 73 of file ContactType.java.

73  {
74  return "internal";
75  }

◆ getJuridical()

static String org.turro.contacts.ContactType.getJuridical ( )
static

Definition at line 41 of file ContactType.java.

41  {
42  return "juridical";
43  }
Here is the caller graph for this function:

◆ getNatural()

static String org.turro.contacts.ContactType.getNatural ( )
static

Definition at line 53 of file ContactType.java.

53  {
54  return "natural";
55  }

◆ getProfessional()

static String org.turro.contacts.ContactType.getProfessional ( )
static

Definition at line 61 of file ContactType.java.

61  {
62  return "professional";
63  }

◆ getStudent()

static String org.turro.contacts.ContactType.getStudent ( )
static

Definition at line 69 of file ContactType.java.

69  {
70  return "student";
71  }

◆ getWorker()

static String org.turro.contacts.ContactType.getWorker ( )
static

Definition at line 57 of file ContactType.java.

57  {
58  return "worker";
59  }

◆ isJuridical()

boolean org.turro.contacts.ContactType.isJuridical ( )

Definition at line 33 of file ContactType.java.

33  {
34  return juridicals().contains(this);
35  }
static EnumSet< ContactType > juridicals()
Here is the caller graph for this function:

◆ juridicals()

static EnumSet<ContactType> org.turro.contacts.ContactType.juridicals ( )
static

Definition at line 37 of file ContactType.java.

Here is the caller graph for this function:

Member Data Documentation

◆ CONTACT_COMPANY

org.turro.contacts.ContactType.CONTACT_COMPANY

Definition at line 29 of file ContactType.java.

◆ CONTACT_INTERNAL

org.turro.contacts.ContactType.CONTACT_INTERNAL

Definition at line 31 of file ContactType.java.

◆ CONTACT_LEARNINGCENTER

org.turro.contacts.ContactType.CONTACT_LEARNINGCENTER

Definition at line 30 of file ContactType.java.

◆ CONTACT_USER

org.turro.contacts.ContactType.CONTACT_USER

Definition at line 28 of file ContactType.java.


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