com.clickntap.tool.flags
Class Flags

java.lang.Object
  extended by com.clickntap.tool.flags.Flags

public class Flags
extends Object


Constructor Summary
Flags()
           
 
Method Summary
 List<String> getCodes()
           
 org.json.JSONObject getCountries()
           
 List<org.json.JSONObject> getItems()
           
 org.json.JSONObject getLanguages()
           
static void main(String[] args)
           
 void setCountries(org.json.JSONObject data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Flags

public Flags()
      throws Exception
Throws:
Exception
Method Detail

getCountries

public org.json.JSONObject getCountries()

getLanguages

public org.json.JSONObject getLanguages()

getCodes

public List<String> getCodes()

getItems

public List<org.json.JSONObject> getItems()

setCountries

public void setCountries(org.json.JSONObject data)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2014. All rights reserved.