Method Summary |
|
public void | addConstant(String name, String value) Add a Constant to the locale level. |
public void | addForm(Form f) Add a Form to the FormSet . |
public String | displayKey() Returns a string representation of the object's key. |
public String | getCountry() Gets the equivalent of the country component of Locale . |
public Form | getForm(String formName) Retrieve a Form based on the form name. |
public Map | getForms() A Map of Form s is returned as an unmodifiable
Map with the key based on the form name. |
public String | getLanguage() Gets the equivalent of the language component of Locale . |
protected int | getType() Returns the type of FormSet :GLOBAL_FORMSET ,
LANGUAGE_FORMSET ,COUNTRY_FORMSET or VARIANT_FORMSET
. |
public String | getVariant() Gets the equivalent of the variant component of Locale . |
protected boolean | isMerged() |
public boolean | isProcessed() Whether or not the this FormSet was processed for replacing
variables in strings with their values. |
protected void | merge(FormSet depends) Merges the given FormSet into this one. |
synchronized void | process(Map globalConstants) Processes all of the Form s. |
public void | setCountry(String country) Sets the equivalent of the country component of Locale . |
public void | setLanguage(String language) Sets the equivalent of the language component of Locale . |
public void | setVariant(String variant) Sets the equivalent of the variant component of Locale . |
public String | toString() Returns a string representation of the object. |