public class LanguageDesignation_TID1200 extends Template
| Constructor and Description |
|---|
LanguageDesignation_TID1200(SRTree objTree) |
| Modifier and Type | Method and Description |
|---|---|
void |
setCountryOfLanguage(int[] arrPosition,
EnumCM_Countries enumCountries)
Sets value for Country of Language
|
void |
setLanguageOfValue(int[] arrPosition,
EnumCM_Languages enumLanguages)
Sets value for LanguageOfValue.
|
public LanguageDesignation_TID1200(SRTree objTree)
public void setLanguageOfValue(int[] arrPosition,
EnumCM_Languages enumLanguages)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumLanguages - Enumvalue for LanguageOfValue Codes.public void setCountryOfLanguage(int[] arrPosition,
EnumCM_Countries enumCountries)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumLanguages - Enumvalue for Country of Language Codes.