|
1
|
|
|
<?php |
|
2
|
|
|
|
|
3
|
|
|
namespace PayPal\EnumType; |
|
4
|
|
|
|
|
5
|
|
|
use \WsdlToPhp\PackageBase\AbstractStructEnumBase; |
|
6
|
|
|
|
|
7
|
|
|
/** |
|
8
|
|
|
* This class stands for CountryCodeType EnumType |
|
9
|
|
|
* Meta information extracted from the WSDL |
|
10
|
|
|
* - documentation: CountryCodeType This code list module defines the enumerated types of standard 2-letter ISO 3166 country codes. This codelist contains some additional country code not defined in the ISO 3166 country code set. |
|
11
|
|
|
* @subpackage Enumerations |
|
12
|
|
|
* @author WsdlToPhp <[email protected]> |
|
13
|
|
|
*/ |
|
14
|
|
|
class CountryCodeType extends AbstractStructEnumBase |
|
15
|
|
|
{ |
|
16
|
|
|
/** |
|
17
|
|
|
* Constant for value 'AF' |
|
18
|
|
|
* @return string 'AF' |
|
19
|
|
|
*/ |
|
20
|
|
|
const VALUE_AF = 'AF'; |
|
21
|
|
|
/** |
|
22
|
|
|
* Constant for value 'AL' |
|
23
|
|
|
* @return string 'AL' |
|
24
|
|
|
*/ |
|
25
|
|
|
const VALUE_AL = 'AL'; |
|
26
|
|
|
/** |
|
27
|
|
|
* Constant for value 'DZ' |
|
28
|
|
|
* @return string 'DZ' |
|
29
|
|
|
*/ |
|
30
|
|
|
const VALUE_DZ = 'DZ'; |
|
31
|
|
|
/** |
|
32
|
|
|
* Constant for value 'AS' |
|
33
|
|
|
* @return string 'AS' |
|
34
|
|
|
*/ |
|
35
|
|
|
const VALUE_AS = 'AS'; |
|
36
|
|
|
/** |
|
37
|
|
|
* Constant for value 'AD' |
|
38
|
|
|
* @return string 'AD' |
|
39
|
|
|
*/ |
|
40
|
|
|
const VALUE_AD = 'AD'; |
|
41
|
|
|
/** |
|
42
|
|
|
* Constant for value 'AO' |
|
43
|
|
|
* @return string 'AO' |
|
44
|
|
|
*/ |
|
45
|
|
|
const VALUE_AO = 'AO'; |
|
46
|
|
|
/** |
|
47
|
|
|
* Constant for value 'AI' |
|
48
|
|
|
* @return string 'AI' |
|
49
|
|
|
*/ |
|
50
|
|
|
const VALUE_AI = 'AI'; |
|
51
|
|
|
/** |
|
52
|
|
|
* Constant for value 'AQ' |
|
53
|
|
|
* @return string 'AQ' |
|
54
|
|
|
*/ |
|
55
|
|
|
const VALUE_AQ = 'AQ'; |
|
56
|
|
|
/** |
|
57
|
|
|
* Constant for value 'AG' |
|
58
|
|
|
* @return string 'AG' |
|
59
|
|
|
*/ |
|
60
|
|
|
const VALUE_AG = 'AG'; |
|
61
|
|
|
/** |
|
62
|
|
|
* Constant for value 'AR' |
|
63
|
|
|
* @return string 'AR' |
|
64
|
|
|
*/ |
|
65
|
|
|
const VALUE_AR = 'AR'; |
|
66
|
|
|
/** |
|
67
|
|
|
* Constant for value 'AM' |
|
68
|
|
|
* @return string 'AM' |
|
69
|
|
|
*/ |
|
70
|
|
|
const VALUE_AM = 'AM'; |
|
71
|
|
|
/** |
|
72
|
|
|
* Constant for value 'AW' |
|
73
|
|
|
* @return string 'AW' |
|
74
|
|
|
*/ |
|
75
|
|
|
const VALUE_AW = 'AW'; |
|
76
|
|
|
/** |
|
77
|
|
|
* Constant for value 'AU' |
|
78
|
|
|
* @return string 'AU' |
|
79
|
|
|
*/ |
|
80
|
|
|
const VALUE_AU = 'AU'; |
|
81
|
|
|
/** |
|
82
|
|
|
* Constant for value 'AT' |
|
83
|
|
|
* @return string 'AT' |
|
84
|
|
|
*/ |
|
85
|
|
|
const VALUE_AT = 'AT'; |
|
86
|
|
|
/** |
|
87
|
|
|
* Constant for value 'AZ' |
|
88
|
|
|
* @return string 'AZ' |
|
89
|
|
|
*/ |
|
90
|
|
|
const VALUE_AZ = 'AZ'; |
|
91
|
|
|
/** |
|
92
|
|
|
* Constant for value 'BS' |
|
93
|
|
|
* @return string 'BS' |
|
94
|
|
|
*/ |
|
95
|
|
|
const VALUE_BS = 'BS'; |
|
96
|
|
|
/** |
|
97
|
|
|
* Constant for value 'BH' |
|
98
|
|
|
* @return string 'BH' |
|
99
|
|
|
*/ |
|
100
|
|
|
const VALUE_BH = 'BH'; |
|
101
|
|
|
/** |
|
102
|
|
|
* Constant for value 'BD' |
|
103
|
|
|
* @return string 'BD' |
|
104
|
|
|
*/ |
|
105
|
|
|
const VALUE_BD = 'BD'; |
|
106
|
|
|
/** |
|
107
|
|
|
* Constant for value 'BB' |
|
108
|
|
|
* @return string 'BB' |
|
109
|
|
|
*/ |
|
110
|
|
|
const VALUE_BB = 'BB'; |
|
111
|
|
|
/** |
|
112
|
|
|
* Constant for value 'BY' |
|
113
|
|
|
* @return string 'BY' |
|
114
|
|
|
*/ |
|
115
|
|
|
const VALUE_BY = 'BY'; |
|
116
|
|
|
/** |
|
117
|
|
|
* Constant for value 'BE' |
|
118
|
|
|
* @return string 'BE' |
|
119
|
|
|
*/ |
|
120
|
|
|
const VALUE_BE = 'BE'; |
|
121
|
|
|
/** |
|
122
|
|
|
* Constant for value 'BZ' |
|
123
|
|
|
* @return string 'BZ' |
|
124
|
|
|
*/ |
|
125
|
|
|
const VALUE_BZ = 'BZ'; |
|
126
|
|
|
/** |
|
127
|
|
|
* Constant for value 'BJ' |
|
128
|
|
|
* @return string 'BJ' |
|
129
|
|
|
*/ |
|
130
|
|
|
const VALUE_BJ = 'BJ'; |
|
131
|
|
|
/** |
|
132
|
|
|
* Constant for value 'BM' |
|
133
|
|
|
* @return string 'BM' |
|
134
|
|
|
*/ |
|
135
|
|
|
const VALUE_BM = 'BM'; |
|
136
|
|
|
/** |
|
137
|
|
|
* Constant for value 'BT' |
|
138
|
|
|
* @return string 'BT' |
|
139
|
|
|
*/ |
|
140
|
|
|
const VALUE_BT = 'BT'; |
|
141
|
|
|
/** |
|
142
|
|
|
* Constant for value 'BO' |
|
143
|
|
|
* @return string 'BO' |
|
144
|
|
|
*/ |
|
145
|
|
|
const VALUE_BO = 'BO'; |
|
146
|
|
|
/** |
|
147
|
|
|
* Constant for value 'BA' |
|
148
|
|
|
* @return string 'BA' |
|
149
|
|
|
*/ |
|
150
|
|
|
const VALUE_BA = 'BA'; |
|
151
|
|
|
/** |
|
152
|
|
|
* Constant for value 'BW' |
|
153
|
|
|
* @return string 'BW' |
|
154
|
|
|
*/ |
|
155
|
|
|
const VALUE_BW = 'BW'; |
|
156
|
|
|
/** |
|
157
|
|
|
* Constant for value 'BV' |
|
158
|
|
|
* @return string 'BV' |
|
159
|
|
|
*/ |
|
160
|
|
|
const VALUE_BV = 'BV'; |
|
161
|
|
|
/** |
|
162
|
|
|
* Constant for value 'BR' |
|
163
|
|
|
* @return string 'BR' |
|
164
|
|
|
*/ |
|
165
|
|
|
const VALUE_BR = 'BR'; |
|
166
|
|
|
/** |
|
167
|
|
|
* Constant for value 'IO' |
|
168
|
|
|
* @return string 'IO' |
|
169
|
|
|
*/ |
|
170
|
|
|
const VALUE_IO = 'IO'; |
|
171
|
|
|
/** |
|
172
|
|
|
* Constant for value 'BN' |
|
173
|
|
|
* @return string 'BN' |
|
174
|
|
|
*/ |
|
175
|
|
|
const VALUE_BN = 'BN'; |
|
176
|
|
|
/** |
|
177
|
|
|
* Constant for value 'BG' |
|
178
|
|
|
* @return string 'BG' |
|
179
|
|
|
*/ |
|
180
|
|
|
const VALUE_BG = 'BG'; |
|
181
|
|
|
/** |
|
182
|
|
|
* Constant for value 'BF' |
|
183
|
|
|
* @return string 'BF' |
|
184
|
|
|
*/ |
|
185
|
|
|
const VALUE_BF = 'BF'; |
|
186
|
|
|
/** |
|
187
|
|
|
* Constant for value 'BI' |
|
188
|
|
|
* @return string 'BI' |
|
189
|
|
|
*/ |
|
190
|
|
|
const VALUE_BI = 'BI'; |
|
191
|
|
|
/** |
|
192
|
|
|
* Constant for value 'KH' |
|
193
|
|
|
* @return string 'KH' |
|
194
|
|
|
*/ |
|
195
|
|
|
const VALUE_KH = 'KH'; |
|
196
|
|
|
/** |
|
197
|
|
|
* Constant for value 'CM' |
|
198
|
|
|
* @return string 'CM' |
|
199
|
|
|
*/ |
|
200
|
|
|
const VALUE_CM = 'CM'; |
|
201
|
|
|
/** |
|
202
|
|
|
* Constant for value 'CA' |
|
203
|
|
|
* @return string 'CA' |
|
204
|
|
|
*/ |
|
205
|
|
|
const VALUE_CA = 'CA'; |
|
206
|
|
|
/** |
|
207
|
|
|
* Constant for value 'CV' |
|
208
|
|
|
* @return string 'CV' |
|
209
|
|
|
*/ |
|
210
|
|
|
const VALUE_CV = 'CV'; |
|
211
|
|
|
/** |
|
212
|
|
|
* Constant for value 'KY' |
|
213
|
|
|
* @return string 'KY' |
|
214
|
|
|
*/ |
|
215
|
|
|
const VALUE_KY = 'KY'; |
|
216
|
|
|
/** |
|
217
|
|
|
* Constant for value 'CF' |
|
218
|
|
|
* @return string 'CF' |
|
219
|
|
|
*/ |
|
220
|
|
|
const VALUE_CF = 'CF'; |
|
221
|
|
|
/** |
|
222
|
|
|
* Constant for value 'TD' |
|
223
|
|
|
* @return string 'TD' |
|
224
|
|
|
*/ |
|
225
|
|
|
const VALUE_TD = 'TD'; |
|
226
|
|
|
/** |
|
227
|
|
|
* Constant for value 'CL' |
|
228
|
|
|
* @return string 'CL' |
|
229
|
|
|
*/ |
|
230
|
|
|
const VALUE_CL = 'CL'; |
|
231
|
|
|
/** |
|
232
|
|
|
* Constant for value 'C2' |
|
233
|
|
|
* @return string 'C2' |
|
234
|
|
|
*/ |
|
235
|
|
|
const VALUE_C_2 = 'C2'; |
|
236
|
|
|
/** |
|
237
|
|
|
* Constant for value 'CN' |
|
238
|
|
|
* @return string 'CN' |
|
239
|
|
|
*/ |
|
240
|
|
|
const VALUE_CN = 'CN'; |
|
241
|
|
|
/** |
|
242
|
|
|
* Constant for value 'CX' |
|
243
|
|
|
* @return string 'CX' |
|
244
|
|
|
*/ |
|
245
|
|
|
const VALUE_CX = 'CX'; |
|
246
|
|
|
/** |
|
247
|
|
|
* Constant for value 'CC' |
|
248
|
|
|
* @return string 'CC' |
|
249
|
|
|
*/ |
|
250
|
|
|
const VALUE_CC = 'CC'; |
|
251
|
|
|
/** |
|
252
|
|
|
* Constant for value 'CO' |
|
253
|
|
|
* @return string 'CO' |
|
254
|
|
|
*/ |
|
255
|
|
|
const VALUE_CO = 'CO'; |
|
256
|
|
|
/** |
|
257
|
|
|
* Constant for value 'KM' |
|
258
|
|
|
* @return string 'KM' |
|
259
|
|
|
*/ |
|
260
|
|
|
const VALUE_KM = 'KM'; |
|
261
|
|
|
/** |
|
262
|
|
|
* Constant for value 'CG' |
|
263
|
|
|
* @return string 'CG' |
|
264
|
|
|
*/ |
|
265
|
|
|
const VALUE_CG = 'CG'; |
|
266
|
|
|
/** |
|
267
|
|
|
* Constant for value 'CD' |
|
268
|
|
|
* @return string 'CD' |
|
269
|
|
|
*/ |
|
270
|
|
|
const VALUE_CD = 'CD'; |
|
271
|
|
|
/** |
|
272
|
|
|
* Constant for value 'CK' |
|
273
|
|
|
* @return string 'CK' |
|
274
|
|
|
*/ |
|
275
|
|
|
const VALUE_CK = 'CK'; |
|
276
|
|
|
/** |
|
277
|
|
|
* Constant for value 'CR' |
|
278
|
|
|
* @return string 'CR' |
|
279
|
|
|
*/ |
|
280
|
|
|
const VALUE_CR = 'CR'; |
|
281
|
|
|
/** |
|
282
|
|
|
* Constant for value 'CI' |
|
283
|
|
|
* @return string 'CI' |
|
284
|
|
|
*/ |
|
285
|
|
|
const VALUE_CI = 'CI'; |
|
286
|
|
|
/** |
|
287
|
|
|
* Constant for value 'HR' |
|
288
|
|
|
* @return string 'HR' |
|
289
|
|
|
*/ |
|
290
|
|
|
const VALUE_HR = 'HR'; |
|
291
|
|
|
/** |
|
292
|
|
|
* Constant for value 'CU' |
|
293
|
|
|
* @return string 'CU' |
|
294
|
|
|
*/ |
|
295
|
|
|
const VALUE_CU = 'CU'; |
|
296
|
|
|
/** |
|
297
|
|
|
* Constant for value 'CY' |
|
298
|
|
|
* @return string 'CY' |
|
299
|
|
|
*/ |
|
300
|
|
|
const VALUE_CY = 'CY'; |
|
301
|
|
|
/** |
|
302
|
|
|
* Constant for value 'CZ' |
|
303
|
|
|
* @return string 'CZ' |
|
304
|
|
|
*/ |
|
305
|
|
|
const VALUE_CZ = 'CZ'; |
|
306
|
|
|
/** |
|
307
|
|
|
* Constant for value 'DK' |
|
308
|
|
|
* @return string 'DK' |
|
309
|
|
|
*/ |
|
310
|
|
|
const VALUE_DK = 'DK'; |
|
311
|
|
|
/** |
|
312
|
|
|
* Constant for value 'DJ' |
|
313
|
|
|
* @return string 'DJ' |
|
314
|
|
|
*/ |
|
315
|
|
|
const VALUE_DJ = 'DJ'; |
|
316
|
|
|
/** |
|
317
|
|
|
* Constant for value 'DM' |
|
318
|
|
|
* @return string 'DM' |
|
319
|
|
|
*/ |
|
320
|
|
|
const VALUE_DM = 'DM'; |
|
321
|
|
|
/** |
|
322
|
|
|
* Constant for value 'DO' |
|
323
|
|
|
* @return string 'DO' |
|
324
|
|
|
*/ |
|
325
|
|
|
const VALUE_DO = 'DO'; |
|
326
|
|
|
/** |
|
327
|
|
|
* Constant for value 'TP' |
|
328
|
|
|
* @return string 'TP' |
|
329
|
|
|
*/ |
|
330
|
|
|
const VALUE_TP = 'TP'; |
|
331
|
|
|
/** |
|
332
|
|
|
* Constant for value 'EC' |
|
333
|
|
|
* @return string 'EC' |
|
334
|
|
|
*/ |
|
335
|
|
|
const VALUE_EC = 'EC'; |
|
336
|
|
|
/** |
|
337
|
|
|
* Constant for value 'EG' |
|
338
|
|
|
* @return string 'EG' |
|
339
|
|
|
*/ |
|
340
|
|
|
const VALUE_EG = 'EG'; |
|
341
|
|
|
/** |
|
342
|
|
|
* Constant for value 'SV' |
|
343
|
|
|
* @return string 'SV' |
|
344
|
|
|
*/ |
|
345
|
|
|
const VALUE_SV = 'SV'; |
|
346
|
|
|
/** |
|
347
|
|
|
* Constant for value 'GQ' |
|
348
|
|
|
* @return string 'GQ' |
|
349
|
|
|
*/ |
|
350
|
|
|
const VALUE_GQ = 'GQ'; |
|
351
|
|
|
/** |
|
352
|
|
|
* Constant for value 'ER' |
|
353
|
|
|
* @return string 'ER' |
|
354
|
|
|
*/ |
|
355
|
|
|
const VALUE_ER = 'ER'; |
|
356
|
|
|
/** |
|
357
|
|
|
* Constant for value 'EE' |
|
358
|
|
|
* @return string 'EE' |
|
359
|
|
|
*/ |
|
360
|
|
|
const VALUE_EE = 'EE'; |
|
361
|
|
|
/** |
|
362
|
|
|
* Constant for value 'ET' |
|
363
|
|
|
* @return string 'ET' |
|
364
|
|
|
*/ |
|
365
|
|
|
const VALUE_ET = 'ET'; |
|
366
|
|
|
/** |
|
367
|
|
|
* Constant for value 'FK' |
|
368
|
|
|
* @return string 'FK' |
|
369
|
|
|
*/ |
|
370
|
|
|
const VALUE_FK = 'FK'; |
|
371
|
|
|
/** |
|
372
|
|
|
* Constant for value 'FO' |
|
373
|
|
|
* @return string 'FO' |
|
374
|
|
|
*/ |
|
375
|
|
|
const VALUE_FO = 'FO'; |
|
376
|
|
|
/** |
|
377
|
|
|
* Constant for value 'FJ' |
|
378
|
|
|
* @return string 'FJ' |
|
379
|
|
|
*/ |
|
380
|
|
|
const VALUE_FJ = 'FJ'; |
|
381
|
|
|
/** |
|
382
|
|
|
* Constant for value 'FI' |
|
383
|
|
|
* @return string 'FI' |
|
384
|
|
|
*/ |
|
385
|
|
|
const VALUE_FI = 'FI'; |
|
386
|
|
|
/** |
|
387
|
|
|
* Constant for value 'FR' |
|
388
|
|
|
* @return string 'FR' |
|
389
|
|
|
*/ |
|
390
|
|
|
const VALUE_FR = 'FR'; |
|
391
|
|
|
/** |
|
392
|
|
|
* Constant for value 'GF' |
|
393
|
|
|
* @return string 'GF' |
|
394
|
|
|
*/ |
|
395
|
|
|
const VALUE_GF = 'GF'; |
|
396
|
|
|
/** |
|
397
|
|
|
* Constant for value 'PF' |
|
398
|
|
|
* @return string 'PF' |
|
399
|
|
|
*/ |
|
400
|
|
|
const VALUE_PF = 'PF'; |
|
401
|
|
|
/** |
|
402
|
|
|
* Constant for value 'TF' |
|
403
|
|
|
* @return string 'TF' |
|
404
|
|
|
*/ |
|
405
|
|
|
const VALUE_TF = 'TF'; |
|
406
|
|
|
/** |
|
407
|
|
|
* Constant for value 'GA' |
|
408
|
|
|
* @return string 'GA' |
|
409
|
|
|
*/ |
|
410
|
|
|
const VALUE_GA = 'GA'; |
|
411
|
|
|
/** |
|
412
|
|
|
* Constant for value 'GM' |
|
413
|
|
|
* @return string 'GM' |
|
414
|
|
|
*/ |
|
415
|
|
|
const VALUE_GM = 'GM'; |
|
416
|
|
|
/** |
|
417
|
|
|
* Constant for value 'GE' |
|
418
|
|
|
* @return string 'GE' |
|
419
|
|
|
*/ |
|
420
|
|
|
const VALUE_GE = 'GE'; |
|
421
|
|
|
/** |
|
422
|
|
|
* Constant for value 'DE' |
|
423
|
|
|
* @return string 'DE' |
|
424
|
|
|
*/ |
|
425
|
|
|
const VALUE_DE = 'DE'; |
|
426
|
|
|
/** |
|
427
|
|
|
* Constant for value 'GH' |
|
428
|
|
|
* @return string 'GH' |
|
429
|
|
|
*/ |
|
430
|
|
|
const VALUE_GH = 'GH'; |
|
431
|
|
|
/** |
|
432
|
|
|
* Constant for value 'GI' |
|
433
|
|
|
* @return string 'GI' |
|
434
|
|
|
*/ |
|
435
|
|
|
const VALUE_GI = 'GI'; |
|
436
|
|
|
/** |
|
437
|
|
|
* Constant for value 'GR' |
|
438
|
|
|
* @return string 'GR' |
|
439
|
|
|
*/ |
|
440
|
|
|
const VALUE_GR = 'GR'; |
|
441
|
|
|
/** |
|
442
|
|
|
* Constant for value 'GL' |
|
443
|
|
|
* @return string 'GL' |
|
444
|
|
|
*/ |
|
445
|
|
|
const VALUE_GL = 'GL'; |
|
446
|
|
|
/** |
|
447
|
|
|
* Constant for value 'GD' |
|
448
|
|
|
* @return string 'GD' |
|
449
|
|
|
*/ |
|
450
|
|
|
const VALUE_GD = 'GD'; |
|
451
|
|
|
/** |
|
452
|
|
|
* Constant for value 'GP' |
|
453
|
|
|
* @return string 'GP' |
|
454
|
|
|
*/ |
|
455
|
|
|
const VALUE_GP = 'GP'; |
|
456
|
|
|
/** |
|
457
|
|
|
* Constant for value 'GU' |
|
458
|
|
|
* @return string 'GU' |
|
459
|
|
|
*/ |
|
460
|
|
|
const VALUE_GU = 'GU'; |
|
461
|
|
|
/** |
|
462
|
|
|
* Constant for value 'GT' |
|
463
|
|
|
* @return string 'GT' |
|
464
|
|
|
*/ |
|
465
|
|
|
const VALUE_GT = 'GT'; |
|
466
|
|
|
/** |
|
467
|
|
|
* Constant for value 'GN' |
|
468
|
|
|
* @return string 'GN' |
|
469
|
|
|
*/ |
|
470
|
|
|
const VALUE_GN = 'GN'; |
|
471
|
|
|
/** |
|
472
|
|
|
* Constant for value 'GW' |
|
473
|
|
|
* @return string 'GW' |
|
474
|
|
|
*/ |
|
475
|
|
|
const VALUE_GW = 'GW'; |
|
476
|
|
|
/** |
|
477
|
|
|
* Constant for value 'GY' |
|
478
|
|
|
* @return string 'GY' |
|
479
|
|
|
*/ |
|
480
|
|
|
const VALUE_GY = 'GY'; |
|
481
|
|
|
/** |
|
482
|
|
|
* Constant for value 'HT' |
|
483
|
|
|
* @return string 'HT' |
|
484
|
|
|
*/ |
|
485
|
|
|
const VALUE_HT = 'HT'; |
|
486
|
|
|
/** |
|
487
|
|
|
* Constant for value 'HM' |
|
488
|
|
|
* @return string 'HM' |
|
489
|
|
|
*/ |
|
490
|
|
|
const VALUE_HM = 'HM'; |
|
491
|
|
|
/** |
|
492
|
|
|
* Constant for value 'VA' |
|
493
|
|
|
* @return string 'VA' |
|
494
|
|
|
*/ |
|
495
|
|
|
const VALUE_VA = 'VA'; |
|
496
|
|
|
/** |
|
497
|
|
|
* Constant for value 'HN' |
|
498
|
|
|
* @return string 'HN' |
|
499
|
|
|
*/ |
|
500
|
|
|
const VALUE_HN = 'HN'; |
|
501
|
|
|
/** |
|
502
|
|
|
* Constant for value 'HK' |
|
503
|
|
|
* @return string 'HK' |
|
504
|
|
|
*/ |
|
505
|
|
|
const VALUE_HK = 'HK'; |
|
506
|
|
|
/** |
|
507
|
|
|
* Constant for value 'HU' |
|
508
|
|
|
* @return string 'HU' |
|
509
|
|
|
*/ |
|
510
|
|
|
const VALUE_HU = 'HU'; |
|
511
|
|
|
/** |
|
512
|
|
|
* Constant for value 'IS' |
|
513
|
|
|
* @return string 'IS' |
|
514
|
|
|
*/ |
|
515
|
|
|
const VALUE_IS = 'IS'; |
|
516
|
|
|
/** |
|
517
|
|
|
* Constant for value 'IN' |
|
518
|
|
|
* @return string 'IN' |
|
519
|
|
|
*/ |
|
520
|
|
|
const VALUE_IN = 'IN'; |
|
521
|
|
|
/** |
|
522
|
|
|
* Constant for value 'ID' |
|
523
|
|
|
* @return string 'ID' |
|
524
|
|
|
*/ |
|
525
|
|
|
const VALUE_ID = 'ID'; |
|
526
|
|
|
/** |
|
527
|
|
|
* Constant for value 'IR' |
|
528
|
|
|
* @return string 'IR' |
|
529
|
|
|
*/ |
|
530
|
|
|
const VALUE_IR = 'IR'; |
|
531
|
|
|
/** |
|
532
|
|
|
* Constant for value 'IQ' |
|
533
|
|
|
* @return string 'IQ' |
|
534
|
|
|
*/ |
|
535
|
|
|
const VALUE_IQ = 'IQ'; |
|
536
|
|
|
/** |
|
537
|
|
|
* Constant for value 'IE' |
|
538
|
|
|
* @return string 'IE' |
|
539
|
|
|
*/ |
|
540
|
|
|
const VALUE_IE = 'IE'; |
|
541
|
|
|
/** |
|
542
|
|
|
* Constant for value 'IL' |
|
543
|
|
|
* @return string 'IL' |
|
544
|
|
|
*/ |
|
545
|
|
|
const VALUE_IL = 'IL'; |
|
546
|
|
|
/** |
|
547
|
|
|
* Constant for value 'IT' |
|
548
|
|
|
* @return string 'IT' |
|
549
|
|
|
*/ |
|
550
|
|
|
const VALUE_IT = 'IT'; |
|
551
|
|
|
/** |
|
552
|
|
|
* Constant for value 'JM' |
|
553
|
|
|
* @return string 'JM' |
|
554
|
|
|
*/ |
|
555
|
|
|
const VALUE_JM = 'JM'; |
|
556
|
|
|
/** |
|
557
|
|
|
* Constant for value 'JP' |
|
558
|
|
|
* @return string 'JP' |
|
559
|
|
|
*/ |
|
560
|
|
|
const VALUE_JP = 'JP'; |
|
561
|
|
|
/** |
|
562
|
|
|
* Constant for value 'JO' |
|
563
|
|
|
* @return string 'JO' |
|
564
|
|
|
*/ |
|
565
|
|
|
const VALUE_JO = 'JO'; |
|
566
|
|
|
/** |
|
567
|
|
|
* Constant for value 'KZ' |
|
568
|
|
|
* @return string 'KZ' |
|
569
|
|
|
*/ |
|
570
|
|
|
const VALUE_KZ = 'KZ'; |
|
571
|
|
|
/** |
|
572
|
|
|
* Constant for value 'KE' |
|
573
|
|
|
* @return string 'KE' |
|
574
|
|
|
*/ |
|
575
|
|
|
const VALUE_KE = 'KE'; |
|
576
|
|
|
/** |
|
577
|
|
|
* Constant for value 'KI' |
|
578
|
|
|
* @return string 'KI' |
|
579
|
|
|
*/ |
|
580
|
|
|
const VALUE_KI = 'KI'; |
|
581
|
|
|
/** |
|
582
|
|
|
* Constant for value 'KP' |
|
583
|
|
|
* @return string 'KP' |
|
584
|
|
|
*/ |
|
585
|
|
|
const VALUE_KP = 'KP'; |
|
586
|
|
|
/** |
|
587
|
|
|
* Constant for value 'KR' |
|
588
|
|
|
* @return string 'KR' |
|
589
|
|
|
*/ |
|
590
|
|
|
const VALUE_KR = 'KR'; |
|
591
|
|
|
/** |
|
592
|
|
|
* Constant for value 'KW' |
|
593
|
|
|
* @return string 'KW' |
|
594
|
|
|
*/ |
|
595
|
|
|
const VALUE_KW = 'KW'; |
|
596
|
|
|
/** |
|
597
|
|
|
* Constant for value 'KG' |
|
598
|
|
|
* @return string 'KG' |
|
599
|
|
|
*/ |
|
600
|
|
|
const VALUE_KG = 'KG'; |
|
601
|
|
|
/** |
|
602
|
|
|
* Constant for value 'LA' |
|
603
|
|
|
* @return string 'LA' |
|
604
|
|
|
*/ |
|
605
|
|
|
const VALUE_LA = 'LA'; |
|
606
|
|
|
/** |
|
607
|
|
|
* Constant for value 'LV' |
|
608
|
|
|
* @return string 'LV' |
|
609
|
|
|
*/ |
|
610
|
|
|
const VALUE_LV = 'LV'; |
|
611
|
|
|
/** |
|
612
|
|
|
* Constant for value 'LB' |
|
613
|
|
|
* @return string 'LB' |
|
614
|
|
|
*/ |
|
615
|
|
|
const VALUE_LB = 'LB'; |
|
616
|
|
|
/** |
|
617
|
|
|
* Constant for value 'LS' |
|
618
|
|
|
* @return string 'LS' |
|
619
|
|
|
*/ |
|
620
|
|
|
const VALUE_LS = 'LS'; |
|
621
|
|
|
/** |
|
622
|
|
|
* Constant for value 'LR' |
|
623
|
|
|
* @return string 'LR' |
|
624
|
|
|
*/ |
|
625
|
|
|
const VALUE_LR = 'LR'; |
|
626
|
|
|
/** |
|
627
|
|
|
* Constant for value 'LY' |
|
628
|
|
|
* @return string 'LY' |
|
629
|
|
|
*/ |
|
630
|
|
|
const VALUE_LY = 'LY'; |
|
631
|
|
|
/** |
|
632
|
|
|
* Constant for value 'LI' |
|
633
|
|
|
* @return string 'LI' |
|
634
|
|
|
*/ |
|
635
|
|
|
const VALUE_LI = 'LI'; |
|
636
|
|
|
/** |
|
637
|
|
|
* Constant for value 'LT' |
|
638
|
|
|
* @return string 'LT' |
|
639
|
|
|
*/ |
|
640
|
|
|
const VALUE_LT = 'LT'; |
|
641
|
|
|
/** |
|
642
|
|
|
* Constant for value 'LU' |
|
643
|
|
|
* @return string 'LU' |
|
644
|
|
|
*/ |
|
645
|
|
|
const VALUE_LU = 'LU'; |
|
646
|
|
|
/** |
|
647
|
|
|
* Constant for value 'MO' |
|
648
|
|
|
* @return string 'MO' |
|
649
|
|
|
*/ |
|
650
|
|
|
const VALUE_MO = 'MO'; |
|
651
|
|
|
/** |
|
652
|
|
|
* Constant for value 'MK' |
|
653
|
|
|
* @return string 'MK' |
|
654
|
|
|
*/ |
|
655
|
|
|
const VALUE_MK = 'MK'; |
|
656
|
|
|
/** |
|
657
|
|
|
* Constant for value 'MG' |
|
658
|
|
|
* @return string 'MG' |
|
659
|
|
|
*/ |
|
660
|
|
|
const VALUE_MG = 'MG'; |
|
661
|
|
|
/** |
|
662
|
|
|
* Constant for value 'MW' |
|
663
|
|
|
* @return string 'MW' |
|
664
|
|
|
*/ |
|
665
|
|
|
const VALUE_MW = 'MW'; |
|
666
|
|
|
/** |
|
667
|
|
|
* Constant for value 'MY' |
|
668
|
|
|
* @return string 'MY' |
|
669
|
|
|
*/ |
|
670
|
|
|
const VALUE_MY = 'MY'; |
|
671
|
|
|
/** |
|
672
|
|
|
* Constant for value 'MV' |
|
673
|
|
|
* @return string 'MV' |
|
674
|
|
|
*/ |
|
675
|
|
|
const VALUE_MV = 'MV'; |
|
676
|
|
|
/** |
|
677
|
|
|
* Constant for value 'ML' |
|
678
|
|
|
* @return string 'ML' |
|
679
|
|
|
*/ |
|
680
|
|
|
const VALUE_ML = 'ML'; |
|
681
|
|
|
/** |
|
682
|
|
|
* Constant for value 'MT' |
|
683
|
|
|
* @return string 'MT' |
|
684
|
|
|
*/ |
|
685
|
|
|
const VALUE_MT = 'MT'; |
|
686
|
|
|
/** |
|
687
|
|
|
* Constant for value 'MH' |
|
688
|
|
|
* @return string 'MH' |
|
689
|
|
|
*/ |
|
690
|
|
|
const VALUE_MH = 'MH'; |
|
691
|
|
|
/** |
|
692
|
|
|
* Constant for value 'MQ' |
|
693
|
|
|
* @return string 'MQ' |
|
694
|
|
|
*/ |
|
695
|
|
|
const VALUE_MQ = 'MQ'; |
|
696
|
|
|
/** |
|
697
|
|
|
* Constant for value 'MR' |
|
698
|
|
|
* @return string 'MR' |
|
699
|
|
|
*/ |
|
700
|
|
|
const VALUE_MR = 'MR'; |
|
701
|
|
|
/** |
|
702
|
|
|
* Constant for value 'MU' |
|
703
|
|
|
* @return string 'MU' |
|
704
|
|
|
*/ |
|
705
|
|
|
const VALUE_MU = 'MU'; |
|
706
|
|
|
/** |
|
707
|
|
|
* Constant for value 'YT' |
|
708
|
|
|
* @return string 'YT' |
|
709
|
|
|
*/ |
|
710
|
|
|
const VALUE_YT = 'YT'; |
|
711
|
|
|
/** |
|
712
|
|
|
* Constant for value 'MX' |
|
713
|
|
|
* @return string 'MX' |
|
714
|
|
|
*/ |
|
715
|
|
|
const VALUE_MX = 'MX'; |
|
716
|
|
|
/** |
|
717
|
|
|
* Constant for value 'FM' |
|
718
|
|
|
* @return string 'FM' |
|
719
|
|
|
*/ |
|
720
|
|
|
const VALUE_FM = 'FM'; |
|
721
|
|
|
/** |
|
722
|
|
|
* Constant for value 'MD' |
|
723
|
|
|
* @return string 'MD' |
|
724
|
|
|
*/ |
|
725
|
|
|
const VALUE_MD = 'MD'; |
|
726
|
|
|
/** |
|
727
|
|
|
* Constant for value 'MC' |
|
728
|
|
|
* @return string 'MC' |
|
729
|
|
|
*/ |
|
730
|
|
|
const VALUE_MC = 'MC'; |
|
731
|
|
|
/** |
|
732
|
|
|
* Constant for value 'MN' |
|
733
|
|
|
* @return string 'MN' |
|
734
|
|
|
*/ |
|
735
|
|
|
const VALUE_MN = 'MN'; |
|
736
|
|
|
/** |
|
737
|
|
|
* Constant for value 'MS' |
|
738
|
|
|
* @return string 'MS' |
|
739
|
|
|
*/ |
|
740
|
|
|
const VALUE_MS = 'MS'; |
|
741
|
|
|
/** |
|
742
|
|
|
* Constant for value 'MA' |
|
743
|
|
|
* @return string 'MA' |
|
744
|
|
|
*/ |
|
745
|
|
|
const VALUE_MA = 'MA'; |
|
746
|
|
|
/** |
|
747
|
|
|
* Constant for value 'MZ' |
|
748
|
|
|
* @return string 'MZ' |
|
749
|
|
|
*/ |
|
750
|
|
|
const VALUE_MZ = 'MZ'; |
|
751
|
|
|
/** |
|
752
|
|
|
* Constant for value 'MM' |
|
753
|
|
|
* @return string 'MM' |
|
754
|
|
|
*/ |
|
755
|
|
|
const VALUE_MM = 'MM'; |
|
756
|
|
|
/** |
|
757
|
|
|
* Constant for value 'NA' |
|
758
|
|
|
* @return string 'NA' |
|
759
|
|
|
*/ |
|
760
|
|
|
const VALUE_NA = 'NA'; |
|
761
|
|
|
/** |
|
762
|
|
|
* Constant for value 'NR' |
|
763
|
|
|
* @return string 'NR' |
|
764
|
|
|
*/ |
|
765
|
|
|
const VALUE_NR = 'NR'; |
|
766
|
|
|
/** |
|
767
|
|
|
* Constant for value 'NP' |
|
768
|
|
|
* @return string 'NP' |
|
769
|
|
|
*/ |
|
770
|
|
|
const VALUE_NP = 'NP'; |
|
771
|
|
|
/** |
|
772
|
|
|
* Constant for value 'NL' |
|
773
|
|
|
* @return string 'NL' |
|
774
|
|
|
*/ |
|
775
|
|
|
const VALUE_NL = 'NL'; |
|
776
|
|
|
/** |
|
777
|
|
|
* Constant for value 'AN' |
|
778
|
|
|
* @return string 'AN' |
|
779
|
|
|
*/ |
|
780
|
|
|
const VALUE_AN = 'AN'; |
|
781
|
|
|
/** |
|
782
|
|
|
* Constant for value 'NC' |
|
783
|
|
|
* @return string 'NC' |
|
784
|
|
|
*/ |
|
785
|
|
|
const VALUE_NC = 'NC'; |
|
786
|
|
|
/** |
|
787
|
|
|
* Constant for value 'NZ' |
|
788
|
|
|
* @return string 'NZ' |
|
789
|
|
|
*/ |
|
790
|
|
|
const VALUE_NZ = 'NZ'; |
|
791
|
|
|
/** |
|
792
|
|
|
* Constant for value 'NI' |
|
793
|
|
|
* @return string 'NI' |
|
794
|
|
|
*/ |
|
795
|
|
|
const VALUE_NI = 'NI'; |
|
796
|
|
|
/** |
|
797
|
|
|
* Constant for value 'NE' |
|
798
|
|
|
* @return string 'NE' |
|
799
|
|
|
*/ |
|
800
|
|
|
const VALUE_NE = 'NE'; |
|
801
|
|
|
/** |
|
802
|
|
|
* Constant for value 'NG' |
|
803
|
|
|
* @return string 'NG' |
|
804
|
|
|
*/ |
|
805
|
|
|
const VALUE_NG = 'NG'; |
|
806
|
|
|
/** |
|
807
|
|
|
* Constant for value 'NU' |
|
808
|
|
|
* @return string 'NU' |
|
809
|
|
|
*/ |
|
810
|
|
|
const VALUE_NU = 'NU'; |
|
811
|
|
|
/** |
|
812
|
|
|
* Constant for value 'NF' |
|
813
|
|
|
* @return string 'NF' |
|
814
|
|
|
*/ |
|
815
|
|
|
const VALUE_NF = 'NF'; |
|
816
|
|
|
/** |
|
817
|
|
|
* Constant for value 'MP' |
|
818
|
|
|
* @return string 'MP' |
|
819
|
|
|
*/ |
|
820
|
|
|
const VALUE_MP = 'MP'; |
|
821
|
|
|
/** |
|
822
|
|
|
* Constant for value 'NO' |
|
823
|
|
|
* @return string 'NO' |
|
824
|
|
|
*/ |
|
825
|
|
|
const VALUE_NO = 'NO'; |
|
826
|
|
|
/** |
|
827
|
|
|
* Constant for value 'OM' |
|
828
|
|
|
* @return string 'OM' |
|
829
|
|
|
*/ |
|
830
|
|
|
const VALUE_OM = 'OM'; |
|
831
|
|
|
/** |
|
832
|
|
|
* Constant for value 'PK' |
|
833
|
|
|
* @return string 'PK' |
|
834
|
|
|
*/ |
|
835
|
|
|
const VALUE_PK = 'PK'; |
|
836
|
|
|
/** |
|
837
|
|
|
* Constant for value 'PW' |
|
838
|
|
|
* @return string 'PW' |
|
839
|
|
|
*/ |
|
840
|
|
|
const VALUE_PW = 'PW'; |
|
841
|
|
|
/** |
|
842
|
|
|
* Constant for value 'PS' |
|
843
|
|
|
* @return string 'PS' |
|
844
|
|
|
*/ |
|
845
|
|
|
const VALUE_PS = 'PS'; |
|
846
|
|
|
/** |
|
847
|
|
|
* Constant for value 'PA' |
|
848
|
|
|
* @return string 'PA' |
|
849
|
|
|
*/ |
|
850
|
|
|
const VALUE_PA = 'PA'; |
|
851
|
|
|
/** |
|
852
|
|
|
* Constant for value 'PG' |
|
853
|
|
|
* @return string 'PG' |
|
854
|
|
|
*/ |
|
855
|
|
|
const VALUE_PG = 'PG'; |
|
856
|
|
|
/** |
|
857
|
|
|
* Constant for value 'PY' |
|
858
|
|
|
* @return string 'PY' |
|
859
|
|
|
*/ |
|
860
|
|
|
const VALUE_PY = 'PY'; |
|
861
|
|
|
/** |
|
862
|
|
|
* Constant for value 'PE' |
|
863
|
|
|
* @return string 'PE' |
|
864
|
|
|
*/ |
|
865
|
|
|
const VALUE_PE = 'PE'; |
|
866
|
|
|
/** |
|
867
|
|
|
* Constant for value 'PH' |
|
868
|
|
|
* @return string 'PH' |
|
869
|
|
|
*/ |
|
870
|
|
|
const VALUE_PH = 'PH'; |
|
871
|
|
|
/** |
|
872
|
|
|
* Constant for value 'PN' |
|
873
|
|
|
* @return string 'PN' |
|
874
|
|
|
*/ |
|
875
|
|
|
const VALUE_PN = 'PN'; |
|
876
|
|
|
/** |
|
877
|
|
|
* Constant for value 'PL' |
|
878
|
|
|
* @return string 'PL' |
|
879
|
|
|
*/ |
|
880
|
|
|
const VALUE_PL = 'PL'; |
|
881
|
|
|
/** |
|
882
|
|
|
* Constant for value 'PT' |
|
883
|
|
|
* @return string 'PT' |
|
884
|
|
|
*/ |
|
885
|
|
|
const VALUE_PT = 'PT'; |
|
886
|
|
|
/** |
|
887
|
|
|
* Constant for value 'PR' |
|
888
|
|
|
* @return string 'PR' |
|
889
|
|
|
*/ |
|
890
|
|
|
const VALUE_PR = 'PR'; |
|
891
|
|
|
/** |
|
892
|
|
|
* Constant for value 'QA' |
|
893
|
|
|
* @return string 'QA' |
|
894
|
|
|
*/ |
|
895
|
|
|
const VALUE_QA = 'QA'; |
|
896
|
|
|
/** |
|
897
|
|
|
* Constant for value 'RE' |
|
898
|
|
|
* @return string 'RE' |
|
899
|
|
|
*/ |
|
900
|
|
|
const VALUE_RE = 'RE'; |
|
901
|
|
|
/** |
|
902
|
|
|
* Constant for value 'RO' |
|
903
|
|
|
* @return string 'RO' |
|
904
|
|
|
*/ |
|
905
|
|
|
const VALUE_RO = 'RO'; |
|
906
|
|
|
/** |
|
907
|
|
|
* Constant for value 'RU' |
|
908
|
|
|
* @return string 'RU' |
|
909
|
|
|
*/ |
|
910
|
|
|
const VALUE_RU = 'RU'; |
|
911
|
|
|
/** |
|
912
|
|
|
* Constant for value 'RW' |
|
913
|
|
|
* @return string 'RW' |
|
914
|
|
|
*/ |
|
915
|
|
|
const VALUE_RW = 'RW'; |
|
916
|
|
|
/** |
|
917
|
|
|
* Constant for value 'SH' |
|
918
|
|
|
* @return string 'SH' |
|
919
|
|
|
*/ |
|
920
|
|
|
const VALUE_SH = 'SH'; |
|
921
|
|
|
/** |
|
922
|
|
|
* Constant for value 'KN' |
|
923
|
|
|
* @return string 'KN' |
|
924
|
|
|
*/ |
|
925
|
|
|
const VALUE_KN = 'KN'; |
|
926
|
|
|
/** |
|
927
|
|
|
* Constant for value 'LC' |
|
928
|
|
|
* @return string 'LC' |
|
929
|
|
|
*/ |
|
930
|
|
|
const VALUE_LC = 'LC'; |
|
931
|
|
|
/** |
|
932
|
|
|
* Constant for value 'PM' |
|
933
|
|
|
* @return string 'PM' |
|
934
|
|
|
*/ |
|
935
|
|
|
const VALUE_PM = 'PM'; |
|
936
|
|
|
/** |
|
937
|
|
|
* Constant for value 'VC' |
|
938
|
|
|
* @return string 'VC' |
|
939
|
|
|
*/ |
|
940
|
|
|
const VALUE_VC = 'VC'; |
|
941
|
|
|
/** |
|
942
|
|
|
* Constant for value 'WS' |
|
943
|
|
|
* @return string 'WS' |
|
944
|
|
|
*/ |
|
945
|
|
|
const VALUE_WS = 'WS'; |
|
946
|
|
|
/** |
|
947
|
|
|
* Constant for value 'SM' |
|
948
|
|
|
* @return string 'SM' |
|
949
|
|
|
*/ |
|
950
|
|
|
const VALUE_SM = 'SM'; |
|
951
|
|
|
/** |
|
952
|
|
|
* Constant for value 'ST' |
|
953
|
|
|
* @return string 'ST' |
|
954
|
|
|
*/ |
|
955
|
|
|
const VALUE_ST = 'ST'; |
|
956
|
|
|
/** |
|
957
|
|
|
* Constant for value 'SA' |
|
958
|
|
|
* @return string 'SA' |
|
959
|
|
|
*/ |
|
960
|
|
|
const VALUE_SA = 'SA'; |
|
961
|
|
|
/** |
|
962
|
|
|
* Constant for value 'SN' |
|
963
|
|
|
* @return string 'SN' |
|
964
|
|
|
*/ |
|
965
|
|
|
const VALUE_SN = 'SN'; |
|
966
|
|
|
/** |
|
967
|
|
|
* Constant for value 'SC' |
|
968
|
|
|
* @return string 'SC' |
|
969
|
|
|
*/ |
|
970
|
|
|
const VALUE_SC = 'SC'; |
|
971
|
|
|
/** |
|
972
|
|
|
* Constant for value 'SL' |
|
973
|
|
|
* @return string 'SL' |
|
974
|
|
|
*/ |
|
975
|
|
|
const VALUE_SL = 'SL'; |
|
976
|
|
|
/** |
|
977
|
|
|
* Constant for value 'SG' |
|
978
|
|
|
* @return string 'SG' |
|
979
|
|
|
*/ |
|
980
|
|
|
const VALUE_SG = 'SG'; |
|
981
|
|
|
/** |
|
982
|
|
|
* Constant for value 'SK' |
|
983
|
|
|
* @return string 'SK' |
|
984
|
|
|
*/ |
|
985
|
|
|
const VALUE_SK = 'SK'; |
|
986
|
|
|
/** |
|
987
|
|
|
* Constant for value 'SI' |
|
988
|
|
|
* @return string 'SI' |
|
989
|
|
|
*/ |
|
990
|
|
|
const VALUE_SI = 'SI'; |
|
991
|
|
|
/** |
|
992
|
|
|
* Constant for value 'SB' |
|
993
|
|
|
* @return string 'SB' |
|
994
|
|
|
*/ |
|
995
|
|
|
const VALUE_SB = 'SB'; |
|
996
|
|
|
/** |
|
997
|
|
|
* Constant for value 'SO' |
|
998
|
|
|
* @return string 'SO' |
|
999
|
|
|
*/ |
|
1000
|
|
|
const VALUE_SO = 'SO'; |
|
1001
|
|
|
/** |
|
1002
|
|
|
* Constant for value 'ZA' |
|
1003
|
|
|
* @return string 'ZA' |
|
1004
|
|
|
*/ |
|
1005
|
|
|
const VALUE_ZA = 'ZA'; |
|
1006
|
|
|
/** |
|
1007
|
|
|
* Constant for value 'GS' |
|
1008
|
|
|
* @return string 'GS' |
|
1009
|
|
|
*/ |
|
1010
|
|
|
const VALUE_GS = 'GS'; |
|
1011
|
|
|
/** |
|
1012
|
|
|
* Constant for value 'ES' |
|
1013
|
|
|
* @return string 'ES' |
|
1014
|
|
|
*/ |
|
1015
|
|
|
const VALUE_ES = 'ES'; |
|
1016
|
|
|
/** |
|
1017
|
|
|
* Constant for value 'LK' |
|
1018
|
|
|
* @return string 'LK' |
|
1019
|
|
|
*/ |
|
1020
|
|
|
const VALUE_LK = 'LK'; |
|
1021
|
|
|
/** |
|
1022
|
|
|
* Constant for value 'SD' |
|
1023
|
|
|
* @return string 'SD' |
|
1024
|
|
|
*/ |
|
1025
|
|
|
const VALUE_SD = 'SD'; |
|
1026
|
|
|
/** |
|
1027
|
|
|
* Constant for value 'SR' |
|
1028
|
|
|
* @return string 'SR' |
|
1029
|
|
|
*/ |
|
1030
|
|
|
const VALUE_SR = 'SR'; |
|
1031
|
|
|
/** |
|
1032
|
|
|
* Constant for value 'SJ' |
|
1033
|
|
|
* @return string 'SJ' |
|
1034
|
|
|
*/ |
|
1035
|
|
|
const VALUE_SJ = 'SJ'; |
|
1036
|
|
|
/** |
|
1037
|
|
|
* Constant for value 'SZ' |
|
1038
|
|
|
* @return string 'SZ' |
|
1039
|
|
|
*/ |
|
1040
|
|
|
const VALUE_SZ = 'SZ'; |
|
1041
|
|
|
/** |
|
1042
|
|
|
* Constant for value 'SE' |
|
1043
|
|
|
* @return string 'SE' |
|
1044
|
|
|
*/ |
|
1045
|
|
|
const VALUE_SE = 'SE'; |
|
1046
|
|
|
/** |
|
1047
|
|
|
* Constant for value 'CH' |
|
1048
|
|
|
* @return string 'CH' |
|
1049
|
|
|
*/ |
|
1050
|
|
|
const VALUE_CH = 'CH'; |
|
1051
|
|
|
/** |
|
1052
|
|
|
* Constant for value 'SY' |
|
1053
|
|
|
* @return string 'SY' |
|
1054
|
|
|
*/ |
|
1055
|
|
|
const VALUE_SY = 'SY'; |
|
1056
|
|
|
/** |
|
1057
|
|
|
* Constant for value 'TW' |
|
1058
|
|
|
* @return string 'TW' |
|
1059
|
|
|
*/ |
|
1060
|
|
|
const VALUE_TW = 'TW'; |
|
1061
|
|
|
/** |
|
1062
|
|
|
* Constant for value 'TJ' |
|
1063
|
|
|
* @return string 'TJ' |
|
1064
|
|
|
*/ |
|
1065
|
|
|
const VALUE_TJ = 'TJ'; |
|
1066
|
|
|
/** |
|
1067
|
|
|
* Constant for value 'TZ' |
|
1068
|
|
|
* @return string 'TZ' |
|
1069
|
|
|
*/ |
|
1070
|
|
|
const VALUE_TZ = 'TZ'; |
|
1071
|
|
|
/** |
|
1072
|
|
|
* Constant for value 'TH' |
|
1073
|
|
|
* @return string 'TH' |
|
1074
|
|
|
*/ |
|
1075
|
|
|
const VALUE_TH = 'TH'; |
|
1076
|
|
|
/** |
|
1077
|
|
|
* Constant for value 'TG' |
|
1078
|
|
|
* @return string 'TG' |
|
1079
|
|
|
*/ |
|
1080
|
|
|
const VALUE_TG = 'TG'; |
|
1081
|
|
|
/** |
|
1082
|
|
|
* Constant for value 'TK' |
|
1083
|
|
|
* @return string 'TK' |
|
1084
|
|
|
*/ |
|
1085
|
|
|
const VALUE_TK = 'TK'; |
|
1086
|
|
|
/** |
|
1087
|
|
|
* Constant for value 'TO' |
|
1088
|
|
|
* @return string 'TO' |
|
1089
|
|
|
*/ |
|
1090
|
|
|
const VALUE_TO = 'TO'; |
|
1091
|
|
|
/** |
|
1092
|
|
|
* Constant for value 'TT' |
|
1093
|
|
|
* @return string 'TT' |
|
1094
|
|
|
*/ |
|
1095
|
|
|
const VALUE_TT = 'TT'; |
|
1096
|
|
|
/** |
|
1097
|
|
|
* Constant for value 'TN' |
|
1098
|
|
|
* @return string 'TN' |
|
1099
|
|
|
*/ |
|
1100
|
|
|
const VALUE_TN = 'TN'; |
|
1101
|
|
|
/** |
|
1102
|
|
|
* Constant for value 'TR' |
|
1103
|
|
|
* @return string 'TR' |
|
1104
|
|
|
*/ |
|
1105
|
|
|
const VALUE_TR = 'TR'; |
|
1106
|
|
|
/** |
|
1107
|
|
|
* Constant for value 'TM' |
|
1108
|
|
|
* @return string 'TM' |
|
1109
|
|
|
*/ |
|
1110
|
|
|
const VALUE_TM = 'TM'; |
|
1111
|
|
|
/** |
|
1112
|
|
|
* Constant for value 'TC' |
|
1113
|
|
|
* @return string 'TC' |
|
1114
|
|
|
*/ |
|
1115
|
|
|
const VALUE_TC = 'TC'; |
|
1116
|
|
|
/** |
|
1117
|
|
|
* Constant for value 'TV' |
|
1118
|
|
|
* @return string 'TV' |
|
1119
|
|
|
*/ |
|
1120
|
|
|
const VALUE_TV = 'TV'; |
|
1121
|
|
|
/** |
|
1122
|
|
|
* Constant for value 'UG' |
|
1123
|
|
|
* @return string 'UG' |
|
1124
|
|
|
*/ |
|
1125
|
|
|
const VALUE_UG = 'UG'; |
|
1126
|
|
|
/** |
|
1127
|
|
|
* Constant for value 'UA' |
|
1128
|
|
|
* @return string 'UA' |
|
1129
|
|
|
*/ |
|
1130
|
|
|
const VALUE_UA = 'UA'; |
|
1131
|
|
|
/** |
|
1132
|
|
|
* Constant for value 'AE' |
|
1133
|
|
|
* @return string 'AE' |
|
1134
|
|
|
*/ |
|
1135
|
|
|
const VALUE_AE = 'AE'; |
|
1136
|
|
|
/** |
|
1137
|
|
|
* Constant for value 'GB' |
|
1138
|
|
|
* @return string 'GB' |
|
1139
|
|
|
*/ |
|
1140
|
|
|
const VALUE_GB = 'GB'; |
|
1141
|
|
|
/** |
|
1142
|
|
|
* Constant for value 'US' |
|
1143
|
|
|
* @return string 'US' |
|
1144
|
|
|
*/ |
|
1145
|
|
|
const VALUE_US = 'US'; |
|
1146
|
|
|
/** |
|
1147
|
|
|
* Constant for value 'UM' |
|
1148
|
|
|
* @return string 'UM' |
|
1149
|
|
|
*/ |
|
1150
|
|
|
const VALUE_UM = 'UM'; |
|
1151
|
|
|
/** |
|
1152
|
|
|
* Constant for value 'UY' |
|
1153
|
|
|
* @return string 'UY' |
|
1154
|
|
|
*/ |
|
1155
|
|
|
const VALUE_UY = 'UY'; |
|
1156
|
|
|
/** |
|
1157
|
|
|
* Constant for value 'UZ' |
|
1158
|
|
|
* @return string 'UZ' |
|
1159
|
|
|
*/ |
|
1160
|
|
|
const VALUE_UZ = 'UZ'; |
|
1161
|
|
|
/** |
|
1162
|
|
|
* Constant for value 'VU' |
|
1163
|
|
|
* @return string 'VU' |
|
1164
|
|
|
*/ |
|
1165
|
|
|
const VALUE_VU = 'VU'; |
|
1166
|
|
|
/** |
|
1167
|
|
|
* Constant for value 'VE' |
|
1168
|
|
|
* @return string 'VE' |
|
1169
|
|
|
*/ |
|
1170
|
|
|
const VALUE_VE = 'VE'; |
|
1171
|
|
|
/** |
|
1172
|
|
|
* Constant for value 'VN' |
|
1173
|
|
|
* @return string 'VN' |
|
1174
|
|
|
*/ |
|
1175
|
|
|
const VALUE_VN = 'VN'; |
|
1176
|
|
|
/** |
|
1177
|
|
|
* Constant for value 'VG' |
|
1178
|
|
|
* @return string 'VG' |
|
1179
|
|
|
*/ |
|
1180
|
|
|
const VALUE_VG = 'VG'; |
|
1181
|
|
|
/** |
|
1182
|
|
|
* Constant for value 'VI' |
|
1183
|
|
|
* @return string 'VI' |
|
1184
|
|
|
*/ |
|
1185
|
|
|
const VALUE_VI = 'VI'; |
|
1186
|
|
|
/** |
|
1187
|
|
|
* Constant for value 'WF' |
|
1188
|
|
|
* @return string 'WF' |
|
1189
|
|
|
*/ |
|
1190
|
|
|
const VALUE_WF = 'WF'; |
|
1191
|
|
|
/** |
|
1192
|
|
|
* Constant for value 'EH' |
|
1193
|
|
|
* @return string 'EH' |
|
1194
|
|
|
*/ |
|
1195
|
|
|
const VALUE_EH = 'EH'; |
|
1196
|
|
|
/** |
|
1197
|
|
|
* Constant for value 'YE' |
|
1198
|
|
|
* @return string 'YE' |
|
1199
|
|
|
*/ |
|
1200
|
|
|
const VALUE_YE = 'YE'; |
|
1201
|
|
|
/** |
|
1202
|
|
|
* Constant for value 'YU' |
|
1203
|
|
|
* @return string 'YU' |
|
1204
|
|
|
*/ |
|
1205
|
|
|
const VALUE_YU = 'YU'; |
|
1206
|
|
|
/** |
|
1207
|
|
|
* Constant for value 'ZM' |
|
1208
|
|
|
* @return string 'ZM' |
|
1209
|
|
|
*/ |
|
1210
|
|
|
const VALUE_ZM = 'ZM'; |
|
1211
|
|
|
/** |
|
1212
|
|
|
* Constant for value 'ZW' |
|
1213
|
|
|
* @return string 'ZW' |
|
1214
|
|
|
*/ |
|
1215
|
|
|
const VALUE_ZW = 'ZW'; |
|
1216
|
|
|
/** |
|
1217
|
|
|
* Constant for value 'AA' |
|
1218
|
|
|
* Meta information extracted from the WSDL |
|
1219
|
|
|
* - documentation: NOTE: APO/FPO was defined in eBay list previously but they are not defined in ISO 3166. This country will remain on eBay country code list for backward compatibility. |
|
1220
|
|
|
* @return string 'AA' |
|
1221
|
|
|
*/ |
|
1222
|
|
|
const VALUE_AA = 'AA'; |
|
1223
|
|
|
/** |
|
1224
|
|
|
* Constant for value 'QM' |
|
1225
|
|
|
* Meta information extracted from the WSDL |
|
1226
|
|
|
* - documentation: NOTE: Guernsey was defined in eBay list previously but they are not defined in ISO 3166. This country will remain on eBay country list for backward compatibility. |
|
1227
|
|
|
* @return string 'QM' |
|
1228
|
|
|
*/ |
|
1229
|
|
|
const VALUE_QM = 'QM'; |
|
1230
|
|
|
/** |
|
1231
|
|
|
* Constant for value 'QN' |
|
1232
|
|
|
* Meta information extracted from the WSDL |
|
1233
|
|
|
* - documentation: NOTE: Jan Mayen was defined in eBay list previously but they are not defined in ISO 3166. This country will remain on eBay country list for backward compatibility. |
|
1234
|
|
|
* @return string 'QN' |
|
1235
|
|
|
*/ |
|
1236
|
|
|
const VALUE_QN = 'QN'; |
|
1237
|
|
|
/** |
|
1238
|
|
|
* Constant for value 'QO' |
|
1239
|
|
|
* Meta information extracted from the WSDL |
|
1240
|
|
|
* - documentation: NOTE: Jersey was defined in eBay list previously but they are not defined in ISO 3166. This country will remain on eBay country list for backward compatibility. |
|
1241
|
|
|
* @return string 'QO' |
|
1242
|
|
|
*/ |
|
1243
|
|
|
const VALUE_QO = 'QO'; |
|
1244
|
|
|
/** |
|
1245
|
|
|
* Constant for value 'QP' |
|
1246
|
|
|
* Meta information extracted from the WSDL |
|
1247
|
|
|
* - documentation: NOTE: Tahiti was defined in eBay list previously but they are not defined in ISO 3166. This country will remain on eBay country list for backward compatibility. |
|
1248
|
|
|
* @return string 'QP' |
|
1249
|
|
|
*/ |
|
1250
|
|
|
const VALUE_QP = 'QP'; |
|
1251
|
|
|
/** |
|
1252
|
|
|
* Constant for value 'CS' |
|
1253
|
|
|
* Meta information extracted from the WSDL |
|
1254
|
|
|
* - documentation: NOTE: Serbia and Montenegro was not defined in the list previously but now an ISO 3166 code has been defined. As of 41.0 this country is supported in PayPal PRO. |
|
1255
|
|
|
* @return string 'CS' |
|
1256
|
|
|
*/ |
|
1257
|
|
|
const VALUE_CS = 'CS'; |
|
1258
|
|
|
/** |
|
1259
|
|
|
* Constant for value 'CustomCode' |
|
1260
|
|
|
* Meta information extracted from the WSDL |
|
1261
|
|
|
* - documentation: Reserved for internal or future use. |
|
1262
|
|
|
* @return string 'CustomCode' |
|
1263
|
|
|
*/ |
|
1264
|
|
|
const VALUE_CUSTOM_CODE = 'CustomCode'; |
|
1265
|
|
|
/** |
|
1266
|
|
|
* Constant for value 'GG' |
|
1267
|
|
|
* @return string 'GG' |
|
1268
|
|
|
*/ |
|
1269
|
|
|
const VALUE_GG = 'GG'; |
|
1270
|
|
|
/** |
|
1271
|
|
|
* Constant for value 'IM' |
|
1272
|
|
|
* @return string 'IM' |
|
1273
|
|
|
*/ |
|
1274
|
|
|
const VALUE_IM = 'IM'; |
|
1275
|
|
|
/** |
|
1276
|
|
|
* Constant for value 'JE' |
|
1277
|
|
|
* @return string 'JE' |
|
1278
|
|
|
*/ |
|
1279
|
|
|
const VALUE_JE = 'JE'; |
|
1280
|
|
|
/** |
|
1281
|
|
|
* Constant for value 'TL' |
|
1282
|
|
|
* @return string 'TL' |
|
1283
|
|
|
*/ |
|
1284
|
|
|
const VALUE_TL = 'TL'; |
|
1285
|
|
|
/** |
|
1286
|
|
|
* Constant for value 'RS' |
|
1287
|
|
|
* Meta information extracted from the WSDL |
|
1288
|
|
|
* - documentation: Republic of Serbia. |
|
1289
|
|
|
* @return string 'RS' |
|
1290
|
|
|
*/ |
|
1291
|
|
|
const VALUE_RS = 'RS'; |
|
1292
|
|
|
/** |
|
1293
|
|
|
* Constant for value 'ME' |
|
1294
|
|
|
* Meta information extracted from the WSDL |
|
1295
|
|
|
* - documentation: Montenegro. |
|
1296
|
|
|
* @return string 'ME' |
|
1297
|
|
|
*/ |
|
1298
|
|
|
const VALUE_ME = 'ME'; |
|
1299
|
|
|
/** |
|
1300
|
|
|
* Return allowed values |
|
1301
|
|
|
* @uses self::VALUE_AF |
|
1302
|
|
|
* @uses self::VALUE_AL |
|
1303
|
|
|
* @uses self::VALUE_DZ |
|
1304
|
|
|
* @uses self::VALUE_AS |
|
1305
|
|
|
* @uses self::VALUE_AD |
|
1306
|
|
|
* @uses self::VALUE_AO |
|
1307
|
|
|
* @uses self::VALUE_AI |
|
1308
|
|
|
* @uses self::VALUE_AQ |
|
1309
|
|
|
* @uses self::VALUE_AG |
|
1310
|
|
|
* @uses self::VALUE_AR |
|
1311
|
|
|
* @uses self::VALUE_AM |
|
1312
|
|
|
* @uses self::VALUE_AW |
|
1313
|
|
|
* @uses self::VALUE_AU |
|
1314
|
|
|
* @uses self::VALUE_AT |
|
1315
|
|
|
* @uses self::VALUE_AZ |
|
1316
|
|
|
* @uses self::VALUE_BS |
|
1317
|
|
|
* @uses self::VALUE_BH |
|
1318
|
|
|
* @uses self::VALUE_BD |
|
1319
|
|
|
* @uses self::VALUE_BB |
|
1320
|
|
|
* @uses self::VALUE_BY |
|
1321
|
|
|
* @uses self::VALUE_BE |
|
1322
|
|
|
* @uses self::VALUE_BZ |
|
1323
|
|
|
* @uses self::VALUE_BJ |
|
1324
|
|
|
* @uses self::VALUE_BM |
|
1325
|
|
|
* @uses self::VALUE_BT |
|
1326
|
|
|
* @uses self::VALUE_BO |
|
1327
|
|
|
* @uses self::VALUE_BA |
|
1328
|
|
|
* @uses self::VALUE_BW |
|
1329
|
|
|
* @uses self::VALUE_BV |
|
1330
|
|
|
* @uses self::VALUE_BR |
|
1331
|
|
|
* @uses self::VALUE_IO |
|
1332
|
|
|
* @uses self::VALUE_BN |
|
1333
|
|
|
* @uses self::VALUE_BG |
|
1334
|
|
|
* @uses self::VALUE_BF |
|
1335
|
|
|
* @uses self::VALUE_BI |
|
1336
|
|
|
* @uses self::VALUE_KH |
|
1337
|
|
|
* @uses self::VALUE_CM |
|
1338
|
|
|
* @uses self::VALUE_CA |
|
1339
|
|
|
* @uses self::VALUE_CV |
|
1340
|
|
|
* @uses self::VALUE_KY |
|
1341
|
|
|
* @uses self::VALUE_CF |
|
1342
|
|
|
* @uses self::VALUE_TD |
|
1343
|
|
|
* @uses self::VALUE_CL |
|
1344
|
|
|
* @uses self::VALUE_C_2 |
|
1345
|
|
|
* @uses self::VALUE_CN |
|
1346
|
|
|
* @uses self::VALUE_CX |
|
1347
|
|
|
* @uses self::VALUE_CC |
|
1348
|
|
|
* @uses self::VALUE_CO |
|
1349
|
|
|
* @uses self::VALUE_KM |
|
1350
|
|
|
* @uses self::VALUE_CG |
|
1351
|
|
|
* @uses self::VALUE_CD |
|
1352
|
|
|
* @uses self::VALUE_CK |
|
1353
|
|
|
* @uses self::VALUE_CR |
|
1354
|
|
|
* @uses self::VALUE_CI |
|
1355
|
|
|
* @uses self::VALUE_HR |
|
1356
|
|
|
* @uses self::VALUE_CU |
|
1357
|
|
|
* @uses self::VALUE_CY |
|
1358
|
|
|
* @uses self::VALUE_CZ |
|
1359
|
|
|
* @uses self::VALUE_DK |
|
1360
|
|
|
* @uses self::VALUE_DJ |
|
1361
|
|
|
* @uses self::VALUE_DM |
|
1362
|
|
|
* @uses self::VALUE_DO |
|
1363
|
|
|
* @uses self::VALUE_TP |
|
1364
|
|
|
* @uses self::VALUE_EC |
|
1365
|
|
|
* @uses self::VALUE_EG |
|
1366
|
|
|
* @uses self::VALUE_SV |
|
1367
|
|
|
* @uses self::VALUE_GQ |
|
1368
|
|
|
* @uses self::VALUE_ER |
|
1369
|
|
|
* @uses self::VALUE_EE |
|
1370
|
|
|
* @uses self::VALUE_ET |
|
1371
|
|
|
* @uses self::VALUE_FK |
|
1372
|
|
|
* @uses self::VALUE_FO |
|
1373
|
|
|
* @uses self::VALUE_FJ |
|
1374
|
|
|
* @uses self::VALUE_FI |
|
1375
|
|
|
* @uses self::VALUE_FR |
|
1376
|
|
|
* @uses self::VALUE_GF |
|
1377
|
|
|
* @uses self::VALUE_PF |
|
1378
|
|
|
* @uses self::VALUE_TF |
|
1379
|
|
|
* @uses self::VALUE_GA |
|
1380
|
|
|
* @uses self::VALUE_GM |
|
1381
|
|
|
* @uses self::VALUE_GE |
|
1382
|
|
|
* @uses self::VALUE_DE |
|
1383
|
|
|
* @uses self::VALUE_GH |
|
1384
|
|
|
* @uses self::VALUE_GI |
|
1385
|
|
|
* @uses self::VALUE_GR |
|
1386
|
|
|
* @uses self::VALUE_GL |
|
1387
|
|
|
* @uses self::VALUE_GD |
|
1388
|
|
|
* @uses self::VALUE_GP |
|
1389
|
|
|
* @uses self::VALUE_GU |
|
1390
|
|
|
* @uses self::VALUE_GT |
|
1391
|
|
|
* @uses self::VALUE_GN |
|
1392
|
|
|
* @uses self::VALUE_GW |
|
1393
|
|
|
* @uses self::VALUE_GY |
|
1394
|
|
|
* @uses self::VALUE_HT |
|
1395
|
|
|
* @uses self::VALUE_HM |
|
1396
|
|
|
* @uses self::VALUE_VA |
|
1397
|
|
|
* @uses self::VALUE_HN |
|
1398
|
|
|
* @uses self::VALUE_HK |
|
1399
|
|
|
* @uses self::VALUE_HU |
|
1400
|
|
|
* @uses self::VALUE_IS |
|
1401
|
|
|
* @uses self::VALUE_IN |
|
1402
|
|
|
* @uses self::VALUE_ID |
|
1403
|
|
|
* @uses self::VALUE_IR |
|
1404
|
|
|
* @uses self::VALUE_IQ |
|
1405
|
|
|
* @uses self::VALUE_IE |
|
1406
|
|
|
* @uses self::VALUE_IL |
|
1407
|
|
|
* @uses self::VALUE_IT |
|
1408
|
|
|
* @uses self::VALUE_JM |
|
1409
|
|
|
* @uses self::VALUE_JP |
|
1410
|
|
|
* @uses self::VALUE_JO |
|
1411
|
|
|
* @uses self::VALUE_KZ |
|
1412
|
|
|
* @uses self::VALUE_KE |
|
1413
|
|
|
* @uses self::VALUE_KI |
|
1414
|
|
|
* @uses self::VALUE_KP |
|
1415
|
|
|
* @uses self::VALUE_KR |
|
1416
|
|
|
* @uses self::VALUE_KW |
|
1417
|
|
|
* @uses self::VALUE_KG |
|
1418
|
|
|
* @uses self::VALUE_LA |
|
1419
|
|
|
* @uses self::VALUE_LV |
|
1420
|
|
|
* @uses self::VALUE_LB |
|
1421
|
|
|
* @uses self::VALUE_LS |
|
1422
|
|
|
* @uses self::VALUE_LR |
|
1423
|
|
|
* @uses self::VALUE_LY |
|
1424
|
|
|
* @uses self::VALUE_LI |
|
1425
|
|
|
* @uses self::VALUE_LT |
|
1426
|
|
|
* @uses self::VALUE_LU |
|
1427
|
|
|
* @uses self::VALUE_MO |
|
1428
|
|
|
* @uses self::VALUE_MK |
|
1429
|
|
|
* @uses self::VALUE_MG |
|
1430
|
|
|
* @uses self::VALUE_MW |
|
1431
|
|
|
* @uses self::VALUE_MY |
|
1432
|
|
|
* @uses self::VALUE_MV |
|
1433
|
|
|
* @uses self::VALUE_ML |
|
1434
|
|
|
* @uses self::VALUE_MT |
|
1435
|
|
|
* @uses self::VALUE_MH |
|
1436
|
|
|
* @uses self::VALUE_MQ |
|
1437
|
|
|
* @uses self::VALUE_MR |
|
1438
|
|
|
* @uses self::VALUE_MU |
|
1439
|
|
|
* @uses self::VALUE_YT |
|
1440
|
|
|
* @uses self::VALUE_MX |
|
1441
|
|
|
* @uses self::VALUE_FM |
|
1442
|
|
|
* @uses self::VALUE_MD |
|
1443
|
|
|
* @uses self::VALUE_MC |
|
1444
|
|
|
* @uses self::VALUE_MN |
|
1445
|
|
|
* @uses self::VALUE_MS |
|
1446
|
|
|
* @uses self::VALUE_MA |
|
1447
|
|
|
* @uses self::VALUE_MZ |
|
1448
|
|
|
* @uses self::VALUE_MM |
|
1449
|
|
|
* @uses self::VALUE_NA |
|
1450
|
|
|
* @uses self::VALUE_NR |
|
1451
|
|
|
* @uses self::VALUE_NP |
|
1452
|
|
|
* @uses self::VALUE_NL |
|
1453
|
|
|
* @uses self::VALUE_AN |
|
1454
|
|
|
* @uses self::VALUE_NC |
|
1455
|
|
|
* @uses self::VALUE_NZ |
|
1456
|
|
|
* @uses self::VALUE_NI |
|
1457
|
|
|
* @uses self::VALUE_NE |
|
1458
|
|
|
* @uses self::VALUE_NG |
|
1459
|
|
|
* @uses self::VALUE_NU |
|
1460
|
|
|
* @uses self::VALUE_NF |
|
1461
|
|
|
* @uses self::VALUE_MP |
|
1462
|
|
|
* @uses self::VALUE_NO |
|
1463
|
|
|
* @uses self::VALUE_OM |
|
1464
|
|
|
* @uses self::VALUE_PK |
|
1465
|
|
|
* @uses self::VALUE_PW |
|
1466
|
|
|
* @uses self::VALUE_PS |
|
1467
|
|
|
* @uses self::VALUE_PA |
|
1468
|
|
|
* @uses self::VALUE_PG |
|
1469
|
|
|
* @uses self::VALUE_PY |
|
1470
|
|
|
* @uses self::VALUE_PE |
|
1471
|
|
|
* @uses self::VALUE_PH |
|
1472
|
|
|
* @uses self::VALUE_PN |
|
1473
|
|
|
* @uses self::VALUE_PL |
|
1474
|
|
|
* @uses self::VALUE_PT |
|
1475
|
|
|
* @uses self::VALUE_PR |
|
1476
|
|
|
* @uses self::VALUE_QA |
|
1477
|
|
|
* @uses self::VALUE_RE |
|
1478
|
|
|
* @uses self::VALUE_RO |
|
1479
|
|
|
* @uses self::VALUE_RU |
|
1480
|
|
|
* @uses self::VALUE_RW |
|
1481
|
|
|
* @uses self::VALUE_SH |
|
1482
|
|
|
* @uses self::VALUE_KN |
|
1483
|
|
|
* @uses self::VALUE_LC |
|
1484
|
|
|
* @uses self::VALUE_PM |
|
1485
|
|
|
* @uses self::VALUE_VC |
|
1486
|
|
|
* @uses self::VALUE_WS |
|
1487
|
|
|
* @uses self::VALUE_SM |
|
1488
|
|
|
* @uses self::VALUE_ST |
|
1489
|
|
|
* @uses self::VALUE_SA |
|
1490
|
|
|
* @uses self::VALUE_SN |
|
1491
|
|
|
* @uses self::VALUE_SC |
|
1492
|
|
|
* @uses self::VALUE_SL |
|
1493
|
|
|
* @uses self::VALUE_SG |
|
1494
|
|
|
* @uses self::VALUE_SK |
|
1495
|
|
|
* @uses self::VALUE_SI |
|
1496
|
|
|
* @uses self::VALUE_SB |
|
1497
|
|
|
* @uses self::VALUE_SO |
|
1498
|
|
|
* @uses self::VALUE_ZA |
|
1499
|
|
|
* @uses self::VALUE_GS |
|
1500
|
|
|
* @uses self::VALUE_ES |
|
1501
|
|
|
* @uses self::VALUE_LK |
|
1502
|
|
|
* @uses self::VALUE_SD |
|
1503
|
|
|
* @uses self::VALUE_SR |
|
1504
|
|
|
* @uses self::VALUE_SJ |
|
1505
|
|
|
* @uses self::VALUE_SZ |
|
1506
|
|
|
* @uses self::VALUE_SE |
|
1507
|
|
|
* @uses self::VALUE_CH |
|
1508
|
|
|
* @uses self::VALUE_SY |
|
1509
|
|
|
* @uses self::VALUE_TW |
|
1510
|
|
|
* @uses self::VALUE_TJ |
|
1511
|
|
|
* @uses self::VALUE_TZ |
|
1512
|
|
|
* @uses self::VALUE_TH |
|
1513
|
|
|
* @uses self::VALUE_TG |
|
1514
|
|
|
* @uses self::VALUE_TK |
|
1515
|
|
|
* @uses self::VALUE_TO |
|
1516
|
|
|
* @uses self::VALUE_TT |
|
1517
|
|
|
* @uses self::VALUE_TN |
|
1518
|
|
|
* @uses self::VALUE_TR |
|
1519
|
|
|
* @uses self::VALUE_TM |
|
1520
|
|
|
* @uses self::VALUE_TC |
|
1521
|
|
|
* @uses self::VALUE_TV |
|
1522
|
|
|
* @uses self::VALUE_UG |
|
1523
|
|
|
* @uses self::VALUE_UA |
|
1524
|
|
|
* @uses self::VALUE_AE |
|
1525
|
|
|
* @uses self::VALUE_GB |
|
1526
|
|
|
* @uses self::VALUE_US |
|
1527
|
|
|
* @uses self::VALUE_UM |
|
1528
|
|
|
* @uses self::VALUE_UY |
|
1529
|
|
|
* @uses self::VALUE_UZ |
|
1530
|
|
|
* @uses self::VALUE_VU |
|
1531
|
|
|
* @uses self::VALUE_VE |
|
1532
|
|
|
* @uses self::VALUE_VN |
|
1533
|
|
|
* @uses self::VALUE_VG |
|
1534
|
|
|
* @uses self::VALUE_VI |
|
1535
|
|
|
* @uses self::VALUE_WF |
|
1536
|
|
|
* @uses self::VALUE_EH |
|
1537
|
|
|
* @uses self::VALUE_YE |
|
1538
|
|
|
* @uses self::VALUE_YU |
|
1539
|
|
|
* @uses self::VALUE_ZM |
|
1540
|
|
|
* @uses self::VALUE_ZW |
|
1541
|
|
|
* @uses self::VALUE_AA |
|
1542
|
|
|
* @uses self::VALUE_QM |
|
1543
|
|
|
* @uses self::VALUE_QN |
|
1544
|
|
|
* @uses self::VALUE_QO |
|
1545
|
|
|
* @uses self::VALUE_QP |
|
1546
|
|
|
* @uses self::VALUE_CS |
|
1547
|
|
|
* @uses self::VALUE_CUSTOM_CODE |
|
1548
|
|
|
* @uses self::VALUE_GG |
|
1549
|
|
|
* @uses self::VALUE_IM |
|
1550
|
|
|
* @uses self::VALUE_JE |
|
1551
|
|
|
* @uses self::VALUE_TL |
|
1552
|
|
|
* @uses self::VALUE_RS |
|
1553
|
|
|
* @uses self::VALUE_ME |
|
1554
|
|
|
* @return string[] |
|
1555
|
|
|
*/ |
|
1556
|
|
|
public static function getValidValues() |
|
1557
|
|
|
{ |
|
1558
|
|
|
return array( |
|
1559
|
|
|
self::VALUE_AF, |
|
1560
|
|
|
self::VALUE_AL, |
|
1561
|
|
|
self::VALUE_DZ, |
|
1562
|
|
|
self::VALUE_AS, |
|
1563
|
|
|
self::VALUE_AD, |
|
1564
|
|
|
self::VALUE_AO, |
|
1565
|
|
|
self::VALUE_AI, |
|
1566
|
|
|
self::VALUE_AQ, |
|
1567
|
|
|
self::VALUE_AG, |
|
1568
|
|
|
self::VALUE_AR, |
|
1569
|
|
|
self::VALUE_AM, |
|
1570
|
|
|
self::VALUE_AW, |
|
1571
|
|
|
self::VALUE_AU, |
|
1572
|
|
|
self::VALUE_AT, |
|
1573
|
|
|
self::VALUE_AZ, |
|
1574
|
|
|
self::VALUE_BS, |
|
1575
|
|
|
self::VALUE_BH, |
|
1576
|
|
|
self::VALUE_BD, |
|
1577
|
|
|
self::VALUE_BB, |
|
1578
|
|
|
self::VALUE_BY, |
|
1579
|
|
|
self::VALUE_BE, |
|
1580
|
|
|
self::VALUE_BZ, |
|
1581
|
|
|
self::VALUE_BJ, |
|
1582
|
|
|
self::VALUE_BM, |
|
1583
|
|
|
self::VALUE_BT, |
|
1584
|
|
|
self::VALUE_BO, |
|
1585
|
|
|
self::VALUE_BA, |
|
1586
|
|
|
self::VALUE_BW, |
|
1587
|
|
|
self::VALUE_BV, |
|
1588
|
|
|
self::VALUE_BR, |
|
1589
|
|
|
self::VALUE_IO, |
|
1590
|
|
|
self::VALUE_BN, |
|
1591
|
|
|
self::VALUE_BG, |
|
1592
|
|
|
self::VALUE_BF, |
|
1593
|
|
|
self::VALUE_BI, |
|
1594
|
|
|
self::VALUE_KH, |
|
1595
|
|
|
self::VALUE_CM, |
|
1596
|
|
|
self::VALUE_CA, |
|
1597
|
|
|
self::VALUE_CV, |
|
1598
|
|
|
self::VALUE_KY, |
|
1599
|
|
|
self::VALUE_CF, |
|
1600
|
|
|
self::VALUE_TD, |
|
1601
|
|
|
self::VALUE_CL, |
|
1602
|
|
|
self::VALUE_C_2, |
|
1603
|
|
|
self::VALUE_CN, |
|
1604
|
|
|
self::VALUE_CX, |
|
1605
|
|
|
self::VALUE_CC, |
|
1606
|
|
|
self::VALUE_CO, |
|
1607
|
|
|
self::VALUE_KM, |
|
1608
|
|
|
self::VALUE_CG, |
|
1609
|
|
|
self::VALUE_CD, |
|
1610
|
|
|
self::VALUE_CK, |
|
1611
|
|
|
self::VALUE_CR, |
|
1612
|
|
|
self::VALUE_CI, |
|
1613
|
|
|
self::VALUE_HR, |
|
1614
|
|
|
self::VALUE_CU, |
|
1615
|
|
|
self::VALUE_CY, |
|
1616
|
|
|
self::VALUE_CZ, |
|
1617
|
|
|
self::VALUE_DK, |
|
1618
|
|
|
self::VALUE_DJ, |
|
1619
|
|
|
self::VALUE_DM, |
|
1620
|
|
|
self::VALUE_DO, |
|
1621
|
|
|
self::VALUE_TP, |
|
1622
|
|
|
self::VALUE_EC, |
|
1623
|
|
|
self::VALUE_EG, |
|
1624
|
|
|
self::VALUE_SV, |
|
1625
|
|
|
self::VALUE_GQ, |
|
1626
|
|
|
self::VALUE_ER, |
|
1627
|
|
|
self::VALUE_EE, |
|
1628
|
|
|
self::VALUE_ET, |
|
1629
|
|
|
self::VALUE_FK, |
|
1630
|
|
|
self::VALUE_FO, |
|
1631
|
|
|
self::VALUE_FJ, |
|
1632
|
|
|
self::VALUE_FI, |
|
1633
|
|
|
self::VALUE_FR, |
|
1634
|
|
|
self::VALUE_GF, |
|
1635
|
|
|
self::VALUE_PF, |
|
1636
|
|
|
self::VALUE_TF, |
|
1637
|
|
|
self::VALUE_GA, |
|
1638
|
|
|
self::VALUE_GM, |
|
1639
|
|
|
self::VALUE_GE, |
|
1640
|
|
|
self::VALUE_DE, |
|
1641
|
|
|
self::VALUE_GH, |
|
1642
|
|
|
self::VALUE_GI, |
|
1643
|
|
|
self::VALUE_GR, |
|
1644
|
|
|
self::VALUE_GL, |
|
1645
|
|
|
self::VALUE_GD, |
|
1646
|
|
|
self::VALUE_GP, |
|
1647
|
|
|
self::VALUE_GU, |
|
1648
|
|
|
self::VALUE_GT, |
|
1649
|
|
|
self::VALUE_GN, |
|
1650
|
|
|
self::VALUE_GW, |
|
1651
|
|
|
self::VALUE_GY, |
|
1652
|
|
|
self::VALUE_HT, |
|
1653
|
|
|
self::VALUE_HM, |
|
1654
|
|
|
self::VALUE_VA, |
|
1655
|
|
|
self::VALUE_HN, |
|
1656
|
|
|
self::VALUE_HK, |
|
1657
|
|
|
self::VALUE_HU, |
|
1658
|
|
|
self::VALUE_IS, |
|
1659
|
|
|
self::VALUE_IN, |
|
1660
|
|
|
self::VALUE_ID, |
|
1661
|
|
|
self::VALUE_IR, |
|
1662
|
|
|
self::VALUE_IQ, |
|
1663
|
|
|
self::VALUE_IE, |
|
1664
|
|
|
self::VALUE_IL, |
|
1665
|
|
|
self::VALUE_IT, |
|
1666
|
|
|
self::VALUE_JM, |
|
1667
|
|
|
self::VALUE_JP, |
|
1668
|
|
|
self::VALUE_JO, |
|
1669
|
|
|
self::VALUE_KZ, |
|
1670
|
|
|
self::VALUE_KE, |
|
1671
|
|
|
self::VALUE_KI, |
|
1672
|
|
|
self::VALUE_KP, |
|
1673
|
|
|
self::VALUE_KR, |
|
1674
|
|
|
self::VALUE_KW, |
|
1675
|
|
|
self::VALUE_KG, |
|
1676
|
|
|
self::VALUE_LA, |
|
1677
|
|
|
self::VALUE_LV, |
|
1678
|
|
|
self::VALUE_LB, |
|
1679
|
|
|
self::VALUE_LS, |
|
1680
|
|
|
self::VALUE_LR, |
|
1681
|
|
|
self::VALUE_LY, |
|
1682
|
|
|
self::VALUE_LI, |
|
1683
|
|
|
self::VALUE_LT, |
|
1684
|
|
|
self::VALUE_LU, |
|
1685
|
|
|
self::VALUE_MO, |
|
1686
|
|
|
self::VALUE_MK, |
|
1687
|
|
|
self::VALUE_MG, |
|
1688
|
|
|
self::VALUE_MW, |
|
1689
|
|
|
self::VALUE_MY, |
|
1690
|
|
|
self::VALUE_MV, |
|
1691
|
|
|
self::VALUE_ML, |
|
1692
|
|
|
self::VALUE_MT, |
|
1693
|
|
|
self::VALUE_MH, |
|
1694
|
|
|
self::VALUE_MQ, |
|
1695
|
|
|
self::VALUE_MR, |
|
1696
|
|
|
self::VALUE_MU, |
|
1697
|
|
|
self::VALUE_YT, |
|
1698
|
|
|
self::VALUE_MX, |
|
1699
|
|
|
self::VALUE_FM, |
|
1700
|
|
|
self::VALUE_MD, |
|
1701
|
|
|
self::VALUE_MC, |
|
1702
|
|
|
self::VALUE_MN, |
|
1703
|
|
|
self::VALUE_MS, |
|
1704
|
|
|
self::VALUE_MA, |
|
1705
|
|
|
self::VALUE_MZ, |
|
1706
|
|
|
self::VALUE_MM, |
|
1707
|
|
|
self::VALUE_NA, |
|
1708
|
|
|
self::VALUE_NR, |
|
1709
|
|
|
self::VALUE_NP, |
|
1710
|
|
|
self::VALUE_NL, |
|
1711
|
|
|
self::VALUE_AN, |
|
1712
|
|
|
self::VALUE_NC, |
|
1713
|
|
|
self::VALUE_NZ, |
|
1714
|
|
|
self::VALUE_NI, |
|
1715
|
|
|
self::VALUE_NE, |
|
1716
|
|
|
self::VALUE_NG, |
|
1717
|
|
|
self::VALUE_NU, |
|
1718
|
|
|
self::VALUE_NF, |
|
1719
|
|
|
self::VALUE_MP, |
|
1720
|
|
|
self::VALUE_NO, |
|
1721
|
|
|
self::VALUE_OM, |
|
1722
|
|
|
self::VALUE_PK, |
|
1723
|
|
|
self::VALUE_PW, |
|
1724
|
|
|
self::VALUE_PS, |
|
1725
|
|
|
self::VALUE_PA, |
|
1726
|
|
|
self::VALUE_PG, |
|
1727
|
|
|
self::VALUE_PY, |
|
1728
|
|
|
self::VALUE_PE, |
|
1729
|
|
|
self::VALUE_PH, |
|
1730
|
|
|
self::VALUE_PN, |
|
1731
|
|
|
self::VALUE_PL, |
|
1732
|
|
|
self::VALUE_PT, |
|
1733
|
|
|
self::VALUE_PR, |
|
1734
|
|
|
self::VALUE_QA, |
|
1735
|
|
|
self::VALUE_RE, |
|
1736
|
|
|
self::VALUE_RO, |
|
1737
|
|
|
self::VALUE_RU, |
|
1738
|
|
|
self::VALUE_RW, |
|
1739
|
|
|
self::VALUE_SH, |
|
1740
|
|
|
self::VALUE_KN, |
|
1741
|
|
|
self::VALUE_LC, |
|
1742
|
|
|
self::VALUE_PM, |
|
1743
|
|
|
self::VALUE_VC, |
|
1744
|
|
|
self::VALUE_WS, |
|
1745
|
|
|
self::VALUE_SM, |
|
1746
|
|
|
self::VALUE_ST, |
|
1747
|
|
|
self::VALUE_SA, |
|
1748
|
|
|
self::VALUE_SN, |
|
1749
|
|
|
self::VALUE_SC, |
|
1750
|
|
|
self::VALUE_SL, |
|
1751
|
|
|
self::VALUE_SG, |
|
1752
|
|
|
self::VALUE_SK, |
|
1753
|
|
|
self::VALUE_SI, |
|
1754
|
|
|
self::VALUE_SB, |
|
1755
|
|
|
self::VALUE_SO, |
|
1756
|
|
|
self::VALUE_ZA, |
|
1757
|
|
|
self::VALUE_GS, |
|
1758
|
|
|
self::VALUE_ES, |
|
1759
|
|
|
self::VALUE_LK, |
|
1760
|
|
|
self::VALUE_SD, |
|
1761
|
|
|
self::VALUE_SR, |
|
1762
|
|
|
self::VALUE_SJ, |
|
1763
|
|
|
self::VALUE_SZ, |
|
1764
|
|
|
self::VALUE_SE, |
|
1765
|
|
|
self::VALUE_CH, |
|
1766
|
|
|
self::VALUE_SY, |
|
1767
|
|
|
self::VALUE_TW, |
|
1768
|
|
|
self::VALUE_TJ, |
|
1769
|
|
|
self::VALUE_TZ, |
|
1770
|
|
|
self::VALUE_TH, |
|
1771
|
|
|
self::VALUE_TG, |
|
1772
|
|
|
self::VALUE_TK, |
|
1773
|
|
|
self::VALUE_TO, |
|
1774
|
|
|
self::VALUE_TT, |
|
1775
|
|
|
self::VALUE_TN, |
|
1776
|
|
|
self::VALUE_TR, |
|
1777
|
|
|
self::VALUE_TM, |
|
1778
|
|
|
self::VALUE_TC, |
|
1779
|
|
|
self::VALUE_TV, |
|
1780
|
|
|
self::VALUE_UG, |
|
1781
|
|
|
self::VALUE_UA, |
|
1782
|
|
|
self::VALUE_AE, |
|
1783
|
|
|
self::VALUE_GB, |
|
1784
|
|
|
self::VALUE_US, |
|
1785
|
|
|
self::VALUE_UM, |
|
1786
|
|
|
self::VALUE_UY, |
|
1787
|
|
|
self::VALUE_UZ, |
|
1788
|
|
|
self::VALUE_VU, |
|
1789
|
|
|
self::VALUE_VE, |
|
1790
|
|
|
self::VALUE_VN, |
|
1791
|
|
|
self::VALUE_VG, |
|
1792
|
|
|
self::VALUE_VI, |
|
1793
|
|
|
self::VALUE_WF, |
|
1794
|
|
|
self::VALUE_EH, |
|
1795
|
|
|
self::VALUE_YE, |
|
1796
|
|
|
self::VALUE_YU, |
|
1797
|
|
|
self::VALUE_ZM, |
|
1798
|
|
|
self::VALUE_ZW, |
|
1799
|
|
|
self::VALUE_AA, |
|
1800
|
|
|
self::VALUE_QM, |
|
1801
|
|
|
self::VALUE_QN, |
|
1802
|
|
|
self::VALUE_QO, |
|
1803
|
|
|
self::VALUE_QP, |
|
1804
|
|
|
self::VALUE_CS, |
|
1805
|
|
|
self::VALUE_CUSTOM_CODE, |
|
1806
|
|
|
self::VALUE_GG, |
|
1807
|
|
|
self::VALUE_IM, |
|
1808
|
|
|
self::VALUE_JE, |
|
1809
|
|
|
self::VALUE_TL, |
|
1810
|
|
|
self::VALUE_RS, |
|
1811
|
|
|
self::VALUE_ME, |
|
1812
|
|
|
); |
|
1813
|
|
|
} |
|
1814
|
|
|
} |
|
1815
|
|
|
|