BrightSide Workbench Full Report + Source Code
org.turro.contacts.util.TypeByValues Class Reference

Static Public Member Functions

static String getType (String value)
 

Detailed Description

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

Definition at line 35 of file TypeByValues.java.

Member Function Documentation

◆ getType()

static String org.turro.contacts.util.TypeByValues.getType ( String  value)
static

Definition at line 37 of file TypeByValues.java.

37  {
38  for(Map.Entry entry: getProperties().entrySet()) {
39  if(matchValue((String) entry.getValue(), value)) {
40  return (String) entry.getKey();
41  }
42  }
43  return null;
44  }
Here is the caller graph for this function:

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