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

Public Member Functions

String getImage ()
 

Public Attributes

 DIRECTORY_COMPANIES =("industry")
 
 DIRECTORY_CENTERS =("school")
 
 DIRECTORY_PROFESSIONALS =("professional")
 
 DIRECTORY_EDUCATORS =("educator")
 
 DIRECTORY_STUDENTS =("student")
 
 DIRECTORY_SINGLETONS =("no_img")
 

Detailed Description

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

Definition at line 24 of file DirectoryType.java.

Member Function Documentation

◆ getImage()

String org.turro.contacts.content.DirectoryType.getImage ( )

Definition at line 39 of file DirectoryType.java.

39  {
40  return image;
41  }

Member Data Documentation

◆ DIRECTORY_CENTERS

org.turro.contacts.content.DirectoryType.DIRECTORY_CENTERS =("school")

Definition at line 27 of file DirectoryType.java.

◆ DIRECTORY_COMPANIES

org.turro.contacts.content.DirectoryType.DIRECTORY_COMPANIES =("industry")

Definition at line 26 of file DirectoryType.java.

◆ DIRECTORY_EDUCATORS

org.turro.contacts.content.DirectoryType.DIRECTORY_EDUCATORS =("educator")

Definition at line 29 of file DirectoryType.java.

◆ DIRECTORY_PROFESSIONALS

org.turro.contacts.content.DirectoryType.DIRECTORY_PROFESSIONALS =("professional")

Definition at line 28 of file DirectoryType.java.

◆ DIRECTORY_SINGLETONS

org.turro.contacts.content.DirectoryType.DIRECTORY_SINGLETONS =("no_img")

Definition at line 31 of file DirectoryType.java.

◆ DIRECTORY_STUDENTS

org.turro.contacts.content.DirectoryType.DIRECTORY_STUDENTS =("student")

Definition at line 30 of file DirectoryType.java.


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