BrightSide Workbench Full Report + Source Code
org.turro.elephant.entities.db.SkillType Enum Reference

Public Member Functions

String getIcon ()
 

Static Public Member Functions

static Set< SkillTypegetNaturals ()
 
static Set< SkillTypegetJuridicals ()
 

Public Attributes

 SKILL_FUNCTIONAL =("sitemap")
 
 SKILL_ATTITUDE =("user outline")
 
 SKILL_KNOWLEDGE =("award")
 
 SKILL_SECTOR =("marker")
 
 SKILL_SPECIALTY =("highlighter")
 

Detailed Description

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

Definition at line 28 of file SkillType.java.

Member Function Documentation

◆ getIcon()

String org.turro.elephant.entities.db.SkillType.getIcon ( )

Definition at line 66 of file SkillType.java.

66  {
67  return icon;
68  }

◆ getJuridicals()

static Set<SkillType> org.turro.elephant.entities.db.SkillType.getJuridicals ( )
static

Definition at line 74 of file SkillType.java.

Here is the caller graph for this function:

◆ getNaturals()

static Set<SkillType> org.turro.elephant.entities.db.SkillType.getNaturals ( )
static

Definition at line 70 of file SkillType.java.

Here is the caller graph for this function:

Member Data Documentation

◆ SKILL_ATTITUDE

org.turro.elephant.entities.db.SkillType.SKILL_ATTITUDE =("user outline")

Traits or personality characteristics that contribute to performing work. Developed in childhood and through life experience. Expressed in adjectives(I'm...): Patient, diplomatic, results-oriented, independent...

Definition at line 41 of file SkillType.java.

◆ SKILL_FUNCTIONAL

org.turro.elephant.entities.db.SkillType.SKILL_FUNCTIONAL =("sitemap")

Actions taken to perform a task, transferable to different work functions and industries. Based on ability and aptitude. Expressed in verbs (I can...): Organize, promote, analyze, write...

Definition at line 35 of file SkillType.java.

◆ SKILL_KNOWLEDGE

org.turro.elephant.entities.db.SkillType.SKILL_KNOWLEDGE =("award")

Knowledge of specific subjects, procedures,and information necessary to perform particular tasks. Acquired through education, training,and on-the-job experience, Expressed in nouns(I graduate in...): Personnel Administration, Contract Management, Accounting...

Definition at line 48 of file SkillType.java.

◆ SKILL_SECTOR

org.turro.elephant.entities.db.SkillType.SKILL_SECTOR =("marker")

Business sector. A business sector comprises various companies that produce goods and services in the economy.

Definition at line 53 of file SkillType.java.

◆ SKILL_SPECIALTY

org.turro.elephant.entities.db.SkillType.SKILL_SPECIALTY =("highlighter")

Business specialties. Area of business or study that the company/center specializes in or has special knowledge of.

Definition at line 58 of file SkillType.java.


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