Package armyc2.c5isr.renderer.utilities
Class GENCLookup
- java.lang.Object
-
- armyc2.c5isr.renderer.utilities.GENCLookup
-
public class GENCLookup extends java.lang.Object
Utility class that takes the 3 digit country code from the symbol ID and returns the 3 character string representation of that country. For example, 840 turns into "USA" for the United States.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
get3CharCode(int id)
static GENCLookup
getInstance()
-
-
-
Method Detail
-
getInstance
public static GENCLookup getInstance()
-
get3CharCode
public java.lang.String get3CharCode(int id)
-
-