quoggles.constants
Class TypeStringConstants

java.lang.Object
  |
  +--quoggles.constants.TypeStringConstants

public class TypeStringConstants
extends java.lang.Object

Provides string representations for (combinations of) types declared in ITypeConstants.

See Also:
ITypeConstants

Field Summary
private static java.util.Map map
           
 
Constructor Summary
TypeStringConstants()
           
 
Method Summary
private static void fillMap()
           
static java.util.Map getMap()
          Get a map that contains a mapping between integer values and a string corresponding to the type the integer represents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

private static java.util.Map map
Constructor Detail

TypeStringConstants

public TypeStringConstants()
Method Detail

fillMap

private static void fillMap()

getMap

public static final java.util.Map getMap()
Get a map that contains a mapping between integer values and a string corresponding to the type the integer represents.

Returns:
mapping integer - type string