cz.vity.freerapid.plugins.webclient.utils
Class Entities.LookupEntityMap

java.lang.Object
  extended by cz.vity.freerapid.plugins.webclient.utils.Entities.PrimitiveEntityMap
      extended by cz.vity.freerapid.plugins.webclient.utils.Entities.LookupEntityMap
All Implemented Interfaces:
Entities.EntityMap
Enclosing class:
Entities

static class Entities.LookupEntityMap
extends Entities.PrimitiveEntityMap


Constructor Summary
Entities.LookupEntityMap()
           
 
Method Summary
 String name(int value)
           Returns the name of the entity identified by the specified value.
 
Methods inherited from class cz.vity.freerapid.plugins.webclient.utils.Entities.PrimitiveEntityMap
add, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entities.LookupEntityMap

Entities.LookupEntityMap()
Method Detail

name

public String name(int value)

Returns the name of the entity identified by the specified value.

Specified by:
name in interface Entities.EntityMap
Overrides:
name in class Entities.PrimitiveEntityMap
Parameters:
value - the value to locate
Returns:
entity name associated with the specified value