This file is indexed.

/usr/share/doc/libpirl-java/api/PIRL/PVL/Value.html is in libpirl-java-doc 2.3.8-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_09) on Tue Nov 20 23:14:30 UTC 2012 -->
<title>Value</title>
<meta name="date" content="2012-11-20">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Value";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../PIRL/PVL/Selector.html" title="interface in PIRL.PVL"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../index.html?PIRL/PVL/Value.html" target="_top">Frames</a></li>
<li><a href="Value.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">PIRL.PVL</div>
<h2 title="Class Value" class="title">Class Value</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">javax.swing.tree.DefaultMutableTreeNode</a></li>
<li>
<ul class="inheritance">
<li>PIRL.PVL.Value</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="/usr/share/doc/default-jdk-doc/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">MutableTreeNode</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/TreeNode.html?is-external=true" title="class or interface in javax.swing.tree">TreeNode</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">Value</span>
extends <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">DefaultMutableTreeNode</a>
implements <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a></pre>
<div class="block">A <I>Value</I> is a general-purpose value entity containing arbitrary
        data.
<P>
        A Value provides the data value for Parameter objects. It is based on
        the Parameter Value Language syntax:
<P>
<BLOCKQUOTE>
[ <B>(</B> | <B>{</B> ] <B><I>Datum</I></B> [ <B>< <I>Units</I> ></B> ] [ <B>, <I>Datum</I></B> [...] ] [ <B>)</B> | <B>}</B> [ <B>< <I>Units</I> ></B> ] ]
</BLOCKQUOTE>
<P>
        The type of <I>Datum</I> that a Value contains is indicated by its
        <I>Type</I> code. There are three basic types:
<P>
<DL>
<DT><CODE>NUMERIC</CODE>
        <DD>A number with two specific types:
        <BLOCKQUOTE>
                <CODE>INTEGER</CODE> (Long) with a variable radix <I>Base</I><BR>
                <CODE>REAL</CODE> (Double)<BR>
        </BLOCKQUOTE>
<DT><CODE>STRING</CODE>
        <DD>A String of characters with four specific types:
        <BLOCKQUOTE>
                <CODE>IDENTIFIER</CODE> - Unquoted<BR>
                <CODE>SYMBOL</CODE> - Single-quoted (')<BR>
                <CODE>TEXT</CODE> - Double-quoted (")<BR>
                <CODE>DATE_TIME</CODE> - Contains dash (-) or colon (:)<BR>
        </BLOCKQUOTE>
<DT><CODE>ARRAY</CODE>
        <DD>A Vector of zero or more Datum, with two specific types:
        <BLOCKQUOTE>
                <CODE>SET</CODE> - Enclosed by curly braces ('{' and '}')
                        or no enclosing characters<BR>
                <CODE>SEQUENCE</CODE> - Enclosed by parentheses ('(' and ')')<BR>
        </BLOCKQUOTE>
</DL>
<P>
        There is also an <CODE>UNKNOWN</CODE> Type for a Value with no
        Datum. Note that any Datum may be an <CODE>ARRAY</CODE> Type, so
        Arrays of Arrays are supported. Arrays may be of mixed Types and
        non-rectangular sizes.
<P>
        Any Datum, including an Array, may have an optional <I>Units</I>
        String that provides an arbitrary description for the Datum.
<P></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Parameter.html" title="class in PIRL.PVL"><code>Parameter</code></a>, 
<a href="../../PIRL/PVL/Parser.html" title="class in PIRL.PVL"><code>Parser</code></a>, 
<a href="../../serialized-form.html#PIRL.PVL.Value">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!--   -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#ARRAY">ARRAY</a></strong></code>
<div class="block">Non-specific Type for a Value with a Vector datum.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#DATE_TIME">DATE_TIME</a></strong></code>
<div class="block">Type for a Value with a String datum.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#HIGHEST_BIT">HIGHEST_BIT</a></strong></code>
<div class="block">The highest bit used by the Type code bit field.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#ID">ID</a></strong></code>
<div class="block">Class name and version identification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#IDENTIFIER">IDENTIFIER</a></strong></code>
<div class="block">Type for a Value with a String datum.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#INTEGER">INTEGER</a></strong></code>
<div class="block">Type for a Value with a Long datum.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#LOWEST_BIT">LOWEST_BIT</a></strong></code>
<div class="block">The lowest bit used by the Type code bit field.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#MASK">MASK</a></strong></code>
<div class="block">Selects only the Type code bit fields recognized by the Value
        class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#NUMERIC">NUMERIC</a></strong></code>
<div class="block">Non-specific Type for a Value with a numeric datum.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#REAL">REAL</a></strong></code>
<div class="block">Type for a Value with a Double datum.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#SEQUENCE">SEQUENCE</a></strong></code>
<div class="block">Type for a Value with a datum that is a Vector of Values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#SET">SET</a></strong></code>
<div class="block">Type for a Value with a datum that is a Vector of Values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#STRING">STRING</a></strong></code>
<div class="block">Non-specific Type for a Value with a String datum.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#SYMBOL">SYMBOL</a></strong></code>
<div class="block">Type for a Value with a String datum.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#TEXT">TEXT</a></strong></code>
<div class="block">Type for a Value with a String datum.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#UNKNOWN">UNKNOWN</a></strong></code>
<div class="block">The classification of an empty Value.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_javax.swing.tree.DefaultMutableTreeNode">
<!--   -->
</a>
<h3>Fields inherited from class&nbsp;javax.swing.tree.<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">DefaultMutableTreeNode</a></h3>
<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#allowsChildren" title="class or interface in javax.swing.tree">allowsChildren</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#children" title="class or interface in javax.swing.tree">children</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#EMPTY_ENUMERATION" title="class or interface in javax.swing.tree">EMPTY_ENUMERATION</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#parent" title="class or interface in javax.swing.tree">parent</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#userObject" title="class or interface in javax.swing.tree">userObject</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!--   -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../PIRL/PVL/Value.html#Value()">Value</a></strong>()</code>
<div class="block">Creates an empty Value, with Type <CODE>UNKNOWN</CODE>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../PIRL/PVL/Value.html#Value(byte)">Value</a></strong>(byte&nbsp;value)</code>
<div class="block">Creates an <CODE>INTEGER</CODE> Value from the primitive
        byte value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../PIRL/PVL/Value.html#Value(char)">Value</a></strong>(char&nbsp;value)</code>
<div class="block">Creates an <CODE>IDENTIFIER</CODE> Value from the primitive
        char value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../PIRL/PVL/Value.html#Value(double)">Value</a></strong>(double&nbsp;value)</code>
<div class="block">Creates a <CODE>REAL</CODE> Value from the primitive
        double value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../PIRL/PVL/Value.html#Value(float)">Value</a></strong>(float&nbsp;value)</code>
<div class="block">Creates a <CODE>REAL</CODE> Value from the primitive
        float value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../PIRL/PVL/Value.html#Value(int)">Value</a></strong>(int&nbsp;value)</code>
<div class="block">Creates an <CODE>INTEGER</CODE> Value from the primitive
        int value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../PIRL/PVL/Value.html#Value(long)">Value</a></strong>(long&nbsp;value)</code>
<div class="block">Creates an <CODE>INTEGER</CODE> Value from the primitive
        long value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../PIRL/PVL/Value.html#Value(java.lang.Object)">Value</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Creates a Value whose Type depends on the class of the
        value object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../PIRL/PVL/Value.html#Value(PIRL.PVL.Parser)">Value</a></strong>(<a href="../../PIRL/PVL/Parser.html" title="class in PIRL.PVL">Parser</a>&nbsp;parser)</code>
<div class="block">A Parser is used to get a new Value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../PIRL/PVL/Value.html#Value(short)">Value</a></strong>(short&nbsp;value)</code>
<div class="block">Creates an <CODE>INTEGER</CODE> Value from the primitive
        short value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../PIRL/PVL/Value.html#Value(PIRL.PVL.Value)">Value</a></strong>(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value)</code>
<div class="block">A Value is constructed from a copy of another Value.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Add(java.util.List)">Add</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&nbsp;list)</code>
<div class="block">Adds a List of Objects to the end of the Array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#add(javax.swing.tree.MutableTreeNode)">add</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">MutableTreeNode</a>&nbsp;value)</code>
<div class="block">Invokes the Value's <CODE>Add</CODE> method.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Add(java.lang.Object)">Add</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</code>
<div class="block">Adds an Object constructed as a new Value to the end of this Array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Add(PIRL.PVL.Value)">Add</a></strong>(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value)</code>
<div class="block">Adds a Value to the end of this Array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#adopt(java.util.Vector)">adopt</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&nbsp;vector)</code>
<div class="block">Sets the parents of a Vector of Values to this Value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Array_Size()">Array_Size</a></strong>()</code>
<div class="block">Gets the number of elements in an Array Value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Base()">Base</a></strong>()</code>
<div class="block">Gets the radix base that will be applied if this Value is an
        <CODE>INTEGER</CODE> Type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Base(int)">Base</a></strong>(int&nbsp;base)</code>
<div class="block">Sets the radix base to be applied if this Value is an
        <CODE>INTEGER</CODE> Type during a conversion between
        (to or from) a Long and String representation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#clone()">clone</a></strong>()</code>
<div class="block">Makes a deep copy of the Value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Data()">Data</a></strong>()</code>
<div class="block">Gets the datum object from the Value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Data(byte)">Data</a></strong>(byte&nbsp;value)</code>
<div class="block">Sets the datum of the Value to the primitive byte value,
        and sets its Type to <CODE>INTEGER</CODE>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Data(char)">Data</a></strong>(char&nbsp;value)</code>
<div class="block">The primitive char value is used to  constructs a single character
        String which is then set to the datum of the Value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Data(double)">Data</a></strong>(double&nbsp;value)</code>
<div class="block">Sets the datum of the Value to the primitive double value,
        and sets its Type to <CODE>REAL</CODE>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Data(java.lang.Double)">Data</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&nbsp;value)</code>
<div class="block">Sets the datum of the Value to the Double object, and sets its Type
        to <CODE>REAL</CODE>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Data(float)">Data</a></strong>(float&nbsp;value)</code>
<div class="block">Sets the datum of the Value to the primitive float value,
        and sets its Type to <CODE>REAL</CODE>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Data(int)">Data</a></strong>(int&nbsp;value)</code>
<div class="block">Sets the datum of the Value to the primitive int value,
        and sets its Type to <CODE>INTEGER</CODE>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Data(java.util.List)">Data</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&nbsp;list)</code>
<div class="block">Sets the Value data as an Array of Values constructed from the List.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Data(long)">Data</a></strong>(long&nbsp;value)</code>
<div class="block">Sets the datum of the Value to the primitive long value,
        and sets its Type to <CODE>INTEGER</CODE>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Data(java.lang.Long)">Data</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;value)</code>
<div class="block">Sets the datum of the Value to the Long object, and sets its Type
        to <CODE>INTEGER</CODE>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Data(java.lang.Object)">Data</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</code>
<div class="block">Sets the datum for the Value based on the class of the
        specified Object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Data(short)">Data</a></strong>(short&nbsp;value)</code>
<div class="block">Sets the datum of the Value to the primitive short value,
        and sets its Type to <CODE>INTEGER</CODE>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Data(java.lang.String)">Data</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
<div class="block">Sets the datum of the Value to the String object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Data(PIRL.PVL.Value)">Data</a></strong>(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value)</code>
<div class="block">Copies the contents of a Value into this Value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Default_Array_Type()">Default_Array_Type</a></strong>()</code>
<div class="block">Gets the default Array Value Type to use when an Array is
        automatically constructed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Default_Array_Type(int)">Default_Array_Type</a></strong>(int&nbsp;type)</code>
<div class="block">Sets the default Array Value Type to use when an Array is
        automatically constructed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Description()">Description</a></strong>()</code>
<div class="block">Gets a PVL description of the Value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Description(PIRL.PVL.Lister)">Description</a></strong>(<a href="../../PIRL/PVL/Lister.html" title="class in PIRL.PVL">Lister</a>&nbsp;lister)</code>
<div class="block">Gets a PVL description of the Value using a specified Lister.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#double_Data()">double_Data</a></strong>()</code>
<div class="block">Gets a primitive double value from the Value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Double_Data()">Double_Data</a></strong>()</code>
<div class="block">Gets a Double object from the Value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#equals(java.lang.Object)">equals</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</code>
<div class="block">Tests if an Object is equal to this Value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#equalsIgnoreCase(PIRL.PVL.Value)">equalsIgnoreCase</a></strong>(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value)</code>
<div class="block">Tests if a Value is equivalent to this Value, ignoring certain
        cases where field values are not equal.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Find(byte)">Find</a></strong>(byte&nbsp;value)</code>
<div class="block">Finds a Value having the datum equal to the primitive value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Find(double)">Find</a></strong>(double&nbsp;value)</code>
<div class="block">Finds a Value having the datum equal to the primitive value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Find(float)">Find</a></strong>(float&nbsp;value)</code>
<div class="block">Finds a Value having the datum equal to the primitive value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Find(int)">Find</a></strong>(int&nbsp;value)</code>
<div class="block">Finds a Value having the datum equal to the primitive value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Find(int, PIRL.PVL.Value)">Find</a></strong>(int&nbsp;type,
    <a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;last_value)</code>
<div class="block">Finds the Value of the specified Type, beginning after the
        specified Value object is found.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Find(long)">Find</a></strong>(long&nbsp;value)</code>
<div class="block">Finds a Value having the datum equal to the primitive value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Find(java.lang.Object)">Find</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Finds a Value having the datum equal to the value of the Object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Find(short)">Find</a></strong>(short&nbsp;value)</code>
<div class="block">Finds a Value having the datum equal to the primitive value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value)">Find</a></strong>(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;test_value)</code>
<div class="block">Finds the Value that completely matches a test Value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value, PIRL.PVL.Selector)">Find</a></strong>(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;test_value,
    <a href="../../PIRL/PVL/Selector.html" title="interface in PIRL.PVL">Selector</a>&nbsp;criteria)</code>
<div class="block">Finds the Value that matches a test Value according the Selector
        criteria.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value, PIRL.PVL.Selector, PIRL.PVL.Value)">Find</a></strong>(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;test_value,
    <a href="../../PIRL/PVL/Selector.html" title="interface in PIRL.PVL">Selector</a>&nbsp;criteria,
    <a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;last_value)</code>
<div class="block">Searches for a Value that matches a test Value according
        the Selector criteria, optionally after some specific Value
        object has been located first.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value, PIRL.PVL.Value)">Find</a></strong>(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;test_value,
    <a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;last_value)</code>
<div class="block">Finds the Value that completely matches a test Value, beginning
        after the specified Value within the Array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#First_Warning()">First_Warning</a></strong>()</code>
<div class="block">Returns the first warning since the last <CODE>Reset_Warning</CODE>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#First_Warning(boolean)">First_Warning</a></strong>(boolean&nbsp;first)</code>
<div class="block">Enables or disables returning the first warning that occurs as the
        current warning status.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Get(int)">Get</a></strong>(int&nbsp;index)</code>
<div class="block">Gets the Value at the specified index of the Array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#graft(PIRL.PVL.Value)">graft</a></strong>(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value)</code>
<div class="block">Grafts the contents of a Value into this Value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Insert(java.util.List, int)">Insert</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&nbsp;list,
      int&nbsp;index)</code>
<div class="block">Inserts a List of Objects into the Value's Array starting at the
        specified index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#insert(javax.swing.tree.MutableTreeNode, int)">insert</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">MutableTreeNode</a>&nbsp;value,
      int&nbsp;index)</code>
<div class="block">Invokes the Value's <CODE>Insert</CODE> method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Insert(java.lang.Object, int)">Insert</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object,
      int&nbsp;index)</code>
<div class="block">Insert an Object constructed as a new Value at the specified
        index of the Array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Insert(PIRL.PVL.Value, int)">Insert</a></strong>(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value,
      int&nbsp;index)</code>
<div class="block">Inserts a Value into the Array at the specified index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Array()">Is_Array</a></strong>()</code>
<div class="block">Tests if the Value is one of the <CODE>ARRAY</CODE> Types.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Array(int)">Is_Array</a></strong>(int&nbsp;type)</code>
<div class="block">Tests for an <CODE>ARRAY</CODE> Type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Date_Time()">Is_Date_Time</a></strong>()</code>
<div class="block">Tests if the Value is the <CODE>DATE_TIME</CODE> Type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Date_Time(int)">Is_Date_Time</a></strong>(int&nbsp;type)</code>
<div class="block">Tests for the <CODE>DATE_TIME</CODE> Type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Identifier()">Is_Identifier</a></strong>()</code>
<div class="block">Tests if the Value is the <CODE>IDENTIFIER</CODE> Type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Identifier(int)">Is_Identifier</a></strong>(int&nbsp;type)</code>
<div class="block">Tests for the <CODE>IDENTIFIER</CODE> Type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Integer()">Is_Integer</a></strong>()</code>
<div class="block">Tests if the Value is the <CODE>INTEGER</CODE> Type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Integer(int)">Is_Integer</a></strong>(int&nbsp;type)</code>
<div class="block">Tests for the <CODE>INTEGER</CODE> Type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Numeric()">Is_Numeric</a></strong>()</code>
<div class="block">Tests if the Value is one of the <CODE>NUMERIC</CODE> Types.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Numeric(int)">Is_Numeric</a></strong>(int&nbsp;type)</code>
<div class="block">Tests for a <CODE>NUMERIC</CODE> Type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Real()">Is_Real</a></strong>()</code>
<div class="block">Tests if the Value is the <CODE>REAL</CODE> Type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Real(int)">Is_Real</a></strong>(int&nbsp;type)</code>
<div class="block">Tests for the <CODE>REAL</CODE> Type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Sequence()">Is_Sequence</a></strong>()</code>
<div class="block">Tests if the Value is the <CODE>SEQUENCE</CODE> Type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Sequence(int)">Is_Sequence</a></strong>(int&nbsp;type)</code>
<div class="block">Tests for the <CODE>SEQUENCE</CODE> Type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Set()">Is_Set</a></strong>()</code>
<div class="block">Tests if the Value is the <CODE>SET</CODE> Type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Set(int)">Is_Set</a></strong>(int&nbsp;type)</code>
<div class="block">Tests for the <CODE>SET</CODE> Type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_String()">Is_String</a></strong>()</code>
<div class="block">Tests if the Value is one of the <CODE>STRING</CODE> Types.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_String(int)">Is_String</a></strong>(int&nbsp;type)</code>
<div class="block">Tests for a <CODE>STRING</CODE> Type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Symbol()">Is_Symbol</a></strong>()</code>
<div class="block">Tests if the Value is the <CODE>SYMBOL</CODE> Type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Symbol(int)">Is_Symbol</a></strong>(int&nbsp;type)</code>
<div class="block">Tests for the <CODE>SYMBOL</CODE> Type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Text()">Is_Text</a></strong>()</code>
<div class="block">Tests if the Value is the <CODE>TEXT</CODE> Type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Text(int)">Is_Text</a></strong>(int&nbsp;type)</code>
<div class="block">Tests for the <CODE>TEXT</CODE> Type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Unknown()">Is_Unknown</a></strong>()</code>
<div class="block">Tests if the Value Type is <CODE>UNKNOWN</CODE>
        (an empty Value).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Unknown(int)">Is_Unknown</a></strong>(int&nbsp;type)</code>
<div class="block">Tests for the <CODE>UNKNOWN</CODE> Type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Value_Array(java.lang.Object)">Is_Value_Array</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</code>
<div class="block">Tests if an Object is a List suitable for an Array Value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Is_Value(java.lang.Object)">Is_Value</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</code>
<div class="block">Tests if an Object is a Value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#iterator()">iterator</a></strong>()</code>
<div class="block">Provides an Iterator starting at the first element of the list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#iterator(int)">iterator</a></strong>(int&nbsp;index)</code>
<div class="block">Provides an Iterator for Values contained in an Array positioned so
        that the next element returned will be from the specified index of
        the Array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Last_Warning()">Last_Warning</a></strong>()</code>
<div class="block">Returns the last warning since a <CODE>Reset_Warning</CODE>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Last_Warning(boolean)">Last_Warning</a></strong>(boolean&nbsp;last)</code>
<div class="block">Enables or disables returning the last warning that occurs as the
        current warning status.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/util/ListIterator.html?is-external=true" title="class or interface in java.util">ListIterator</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#listIterator()">listIterator</a></strong>()</code>
<div class="block">Provides a ListIterator starting at the first element of the list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/util/ListIterator.html?is-external=true" title="class or interface in java.util">ListIterator</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#listIterator(int)">listIterator</a></strong>(int&nbsp;index)</code>
<div class="block">Provides a ListIterator for Values contained in an Array positioned
        so that the next element returned will be from the specified index of
        the list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#long_Data()">long_Data</a></strong>()</code>
<div class="block">Gets a primitive long value from the Value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Long_Data()">Long_Data</a></strong>()</code>
<div class="block">Gets a Long object from the Value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Match_Depth(PIRL.PVL.Value, PIRL.PVL.Selector)">Match_Depth</a></strong>(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value,
           <a href="../../PIRL/PVL/Selector.html" title="interface in PIRL.PVL">Selector</a>&nbsp;criteria)</code>
<div class="block">Tests if a Value matches this Value using the specified criteria.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Match(PIRL.PVL.Value, PIRL.PVL.Selector)">Match</a></strong>(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value,
     <a href="../../PIRL/PVL/Selector.html" title="interface in PIRL.PVL">Selector</a>&nbsp;criteria)</code>
<div class="block">Tests if a Value matches this Value using the specified criteria.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static void</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#orphan(java.util.Vector)">orphan</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&nbsp;vector)</code>
<div class="block">Sets a Vector of Values to have no parent.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Parent()">Parent</a></strong>()</code>
<div class="block">Gets the Value that contains this Value as an Array element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Remove_All()">Remove_All</a></strong>()</code>
<div class="block">Empties the Value's Array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#remove(int)">remove</a></strong>(int&nbsp;index)</code>
<div class="block">Invokes the Value's <CODE>Remove</CODE> method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Remove(int)">Remove</a></strong>(int&nbsp;index)</code>
<div class="block">Removes the Value at the specified index from the Array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#remove(javax.swing.tree.MutableTreeNode)">remove</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">MutableTreeNode</a>&nbsp;value)</code>
<div class="block">Invokes the Value's <CODE>Remove</CODE> method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Remove(PIRL.PVL.Value)">Remove</a></strong>(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value)</code>
<div class="block">Removes the specified Value from the Array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Reset_Warning()">Reset_Warning</a></strong>()</code>
<div class="block">Clears any warning status so that the <CODE>Warning</CODE> method
        will return null until the next warning condition occurs.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#set_data(java.lang.Object)">set_data</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;data)</code>
<div class="block">Set the appropriate Data variables.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#set_type(int)">set_type</a></strong>(int&nbsp;type)</code>
<div class="block">Sets the appropriate Type variables.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#setAllowsChildren(boolean)">setAllowsChildren</a></strong>(boolean&nbsp;allows)</code>
<div class="block">Overrides the base class method to ensure Value integrity.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#setUserObject(java.lang.Object)">setUserObject</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</code>
<div class="block">Overrides the base class method to ensure Value integrity.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#String_Data()">String_Data</a></strong>()</code>
<div class="block">Gets a String object representing the Value datum.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#toString()">toString</a></strong>()</code>
<div class="block">Gets a String representation of the Value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Type_Name()">Type_Name</a></strong>()</code>
<div class="block">Gets the name String associated with the Value's Type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Type_Name(int)">Type_Name</a></strong>(int&nbsp;type)</code>
<div class="block">Gets the name String associated with the Type code.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Type()">Type</a></strong>()</code>
<div class="block">Gets the Value's Type code.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Type(int)">Type</a></strong>(int&nbsp;type)</code>
<div class="block">Sets the Type of the Value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Type(java.lang.Object)">Type</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</code>
<div class="block">Determine the Value Type of an Object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Units()">Units</a></strong>()</code>
<div class="block">Get the units description String.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Units(java.lang.String)">Units</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;units)</code>
<div class="block">Set the units description String.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Vector_Data()">Vector_Data</a></strong>()</code>
<div class="block">Gets the data Vector of an Array Value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Warning()">Warning</a></strong>()</code>
<div class="block">Gets the current warning status.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Write()">Write</a></strong>()</code>
<div class="block">Writes the Value in PVL syntax to <CODE>System.out</CODE>
        starting at level 0, not strict.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Write(boolean)">Write</a></strong>(boolean&nbsp;indent)</code>
<div class="block">Writes the Value in PVL syntax to <CODE>System.out</CODE>
        with or without indenting, not strict.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Write(boolean, boolean)">Write</a></strong>(boolean&nbsp;indent,
     boolean&nbsp;strict)</code>
<div class="block">Writes the Value in PVL syntax to output <CODE>System.out</CODE>
        with indenting and strict PVL enabled or disabled.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Write(java.io.OutputStream)">Write</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;output)</code>
<div class="block">Writes the Value in PVL syntax to the output starting at level 0,
        not strict.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Write(java.io.OutputStream, boolean)">Write</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;output,
     boolean&nbsp;indent)</code>
<div class="block">Writes the Value in PVL syntax to the output with or without
        indenting, not strict.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../PIRL/PVL/Value.html#Write(java.io.OutputStream, int, boolean)">Write</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;output,
     int&nbsp;level,
     boolean&nbsp;strict)</code>
<div class="block">Writes the Value in PVL syntax using a PVL Lister.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_javax.swing.tree.DefaultMutableTreeNode">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;javax.swing.tree.<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">DefaultMutableTreeNode</a></h3>
<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#breadthFirstEnumeration()" title="class or interface in javax.swing.tree">breadthFirstEnumeration</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#children()" title="class or interface in javax.swing.tree">children</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#depthFirstEnumeration()" title="class or interface in javax.swing.tree">depthFirstEnumeration</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getAllowsChildren()" title="class or interface in javax.swing.tree">getAllowsChildren</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getChildAfter(javax.swing.tree.TreeNode)" title="class or interface in javax.swing.tree">getChildAfter</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getChildAt(int)" title="class or interface in javax.swing.tree">getChildAt</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getChildBefore(javax.swing.tree.TreeNode)" title="class or interface in javax.swing.tree">getChildBefore</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getChildCount()" title="class or interface in javax.swing.tree">getChildCount</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getDepth()" title="class or interface in javax.swing.tree">getDepth</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getFirstChild()" title="class or interface in javax.swing.tree">getFirstChild</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getFirstLeaf()" title="class or interface in javax.swing.tree">getFirstLeaf</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getIndex(javax.swing.tree.TreeNode)" title="class or interface in javax.swing.tree">getIndex</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getLastChild()" title="class or interface in javax.swing.tree">getLastChild</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getLastLeaf()" title="class or interface in javax.swing.tree">getLastLeaf</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getLeafCount()" title="class or interface in javax.swing.tree">getLeafCount</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getLevel()" title="class or interface in javax.swing.tree">getLevel</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getNextLeaf()" title="class or interface in javax.swing.tree">getNextLeaf</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getNextNode()" title="class or interface in javax.swing.tree">getNextNode</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getNextSibling()" title="class or interface in javax.swing.tree">getNextSibling</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getParent()" title="class or interface in javax.swing.tree">getParent</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getPath()" title="class or interface in javax.swing.tree">getPath</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getPathToRoot(javax.swing.tree.TreeNode, int)" title="class or interface in javax.swing.tree">getPathToRoot</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getPreviousLeaf()" title="class or interface in javax.swing.tree">getPreviousLeaf</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getPreviousNode()" title="class or interface in javax.swing.tree">getPreviousNode</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getPreviousSibling()" title="class or interface in javax.swing.tree">getPreviousSibling</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getRoot()" title="class or interface in javax.swing.tree">getRoot</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getSharedAncestor(javax.swing.tree.DefaultMutableTreeNode)" title="class or interface in javax.swing.tree">getSharedAncestor</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getSiblingCount()" title="class or interface in javax.swing.tree">getSiblingCount</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getUserObject()" title="class or interface in javax.swing.tree">getUserObject</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#getUserObjectPath()" title="class or interface in javax.swing.tree">getUserObjectPath</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#isLeaf()" title="class or interface in javax.swing.tree">isLeaf</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#isNodeAncestor(javax.swing.tree.TreeNode)" title="class or interface in javax.swing.tree">isNodeAncestor</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#isNodeChild(javax.swing.tree.TreeNode)" title="class or interface in javax.swing.tree">isNodeChild</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#isNodeDescendant(javax.swing.tree.DefaultMutableTreeNode)" title="class or interface in javax.swing.tree">isNodeDescendant</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#isNodeRelated(javax.swing.tree.DefaultMutableTreeNode)" title="class or interface in javax.swing.tree">isNodeRelated</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#isNodeSibling(javax.swing.tree.TreeNode)" title="class or interface in javax.swing.tree">isNodeSibling</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#isRoot()" title="class or interface in javax.swing.tree">isRoot</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#pathFromAncestorEnumeration(javax.swing.tree.TreeNode)" title="class or interface in javax.swing.tree">pathFromAncestorEnumeration</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#postorderEnumeration()" title="class or interface in javax.swing.tree">postorderEnumeration</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#preorderEnumeration()" title="class or interface in javax.swing.tree">preorderEnumeration</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#removeAllChildren()" title="class or interface in javax.swing.tree">removeAllChildren</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#removeFromParent()" title="class or interface in javax.swing.tree">removeFromParent</a>, <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#setParent(javax.swing.tree.MutableTreeNode)" title="class or interface in javax.swing.tree">setParent</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!--   -->
</a>
<h3>Field Detail</h3>
<a name="ID">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ID</h4>
<pre>public static final&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ID</pre>
<div class="block">Class name and version identification.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#PIRL.PVL.Value.ID">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LOWEST_BIT">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOWEST_BIT</h4>
<pre>public static final&nbsp;int LOWEST_BIT</pre>
<div class="block">The lowest bit used by the Type code bit field.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#PIRL.PVL.Value.LOWEST_BIT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="HIGHEST_BIT">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>HIGHEST_BIT</h4>
<pre>public static final&nbsp;int HIGHEST_BIT</pre>
<div class="block">The highest bit used by the Type code bit field.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#PIRL.PVL.Value.HIGHEST_BIT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="UNKNOWN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNKNOWN</h4>
<pre>public static final&nbsp;int UNKNOWN</pre>
<div class="block">The classification of an empty Value.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#PIRL.PVL.Value.UNKNOWN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="NUMERIC">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NUMERIC</h4>
<pre>public static final&nbsp;int NUMERIC</pre>
<div class="block">Non-specific Type for a Value with a numeric datum.
<P>
        The specific Type will be either <CODE>INTEGER</CODE> or
        <CODE>REAL</CODE>.
<P></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#INTEGER"><code>INTEGER</code></a>, 
<a href="../../PIRL/PVL/Value.html#REAL"><code>REAL</code></a>, 
<a href="../../constant-values.html#PIRL.PVL.Value.NUMERIC">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="INTEGER">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTEGER</h4>
<pre>public static final&nbsp;int INTEGER</pre>
<div class="block">Type for a Value with a Long datum.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#PIRL.PVL.Value.INTEGER">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="REAL">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REAL</h4>
<pre>public static final&nbsp;int REAL</pre>
<div class="block">Type for a Value with a Double datum.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#PIRL.PVL.Value.REAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="STRING">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING</h4>
<pre>public static final&nbsp;int STRING</pre>
<div class="block">Non-specific Type for a Value with a String datum.
<P>
        The specific Type will be either <CODE>IDENTIFIER</CODE>,
        <CODE>SYMBOL</CODE>, <CODE>TEXT</CODE>, or <CODE>DATE_TIME</CODE>.
<P></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#IDENTIFIER"><code>IDENTIFIER</code></a>, 
<a href="../../PIRL/PVL/Value.html#SYMBOL"><code>SYMBOL</code></a>, 
<a href="../../PIRL/PVL/Value.html#TEXT"><code>TEXT</code></a>, 
<a href="../../PIRL/PVL/Value.html#DATE_TIME"><code>DATE_TIME</code></a>, 
<a href="../../constant-values.html#PIRL.PVL.Value.STRING">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="IDENTIFIER">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDENTIFIER</h4>
<pre>public static final&nbsp;int IDENTIFIER</pre>
<div class="block">Type for a Value with a String datum.
<P>
        It will be written unadorned (no quoting).</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#PIRL.PVL.Value.IDENTIFIER">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SYMBOL">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SYMBOL</h4>
<pre>public static final&nbsp;int SYMBOL</pre>
<div class="block">Type for a Value with a String datum.
<P>
        It will be written enclosed within <a href="../../PIRL/PVL/Parser.html#SYMBOL_DELIMITER"><code><CODE>Parser.SYMBOL_DELIMITER</CODE></code></a> characters.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#PIRL.PVL.Value.SYMBOL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="TEXT">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TEXT</h4>
<pre>public static final&nbsp;int TEXT</pre>
<div class="block">Type for a Value with a String datum.
<P>
        It will be written enclosed within <a href="../../PIRL/PVL/Parser.html#TEXT_DELIMITER"><code><CODE>Parser.TEXT_DELIMITER</CODE></code></a> characters.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#PIRL.PVL.Value.TEXT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DATE_TIME">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATE_TIME</h4>
<pre>public static final&nbsp;int DATE_TIME</pre>
<div class="block">Type for a Value with a String datum.
<P>
        It may represent a date or time (it contains one or more <a href="../../PIRL/PVL/Parser.html#DATE_TIME_DELIMITERS"><code><CODE>Parser.DATE_TIME_DELIMITERS</CODE></code></a>).</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#PIRL.PVL.Value.DATE_TIME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ARRAY">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARRAY</h4>
<pre>public static final&nbsp;int ARRAY</pre>
<div class="block">Non-specific Type for a Value with a Vector datum.
<P>
        The specific Type will be either <CODE>SET</CODE> or
        <CODE>SEQUENCE</CODE>.
<P></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#SET"><code>SET</code></a>, 
<a href="../../PIRL/PVL/Value.html#SEQUENCE"><code>SEQUENCE</code></a>, 
<a href="../../constant-values.html#PIRL.PVL.Value.ARRAY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SET">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SET</h4>
<pre>public static final&nbsp;int SET</pre>
<div class="block">Type for a Value with a datum that is a Vector of Values.
<P>
        It will be written preceeded by a <a href="../../PIRL/PVL/Parser.html#SET_START_DELIMITER"><code><CODE>Parser.SET_START_DELIMITER</CODE></code></a> character and ending with
        a <a href="../../PIRL/PVL/Parser.html#SET_END_DELIMITER"><code><CODE>Parser.SET_END_DELIMITER</CODE></code></a> character.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#PIRL.PVL.Value.SET">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SEQUENCE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SEQUENCE</h4>
<pre>public static final&nbsp;int SEQUENCE</pre>
<div class="block">Type for a Value with a datum that is a Vector of Values.
<P>
        It will be written preceeded by a <a href="../../PIRL/PVL/Parser.html#SEQUENCE_START_DELIMITER"><code><CODE>Parser.SEQUENCE_START_DELIMITER</CODE></code></a> character and ending
        with a <a href="../../PIRL/PVL/Parser.html#SEQUENCE_END_DELIMITER"><code><CODE>Parser.SEQUENCE_END_DELIMITER</CODE></code></a> character.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#PIRL.PVL.Value.SEQUENCE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MASK">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MASK</h4>
<pre>public static final&nbsp;int MASK</pre>
<div class="block">Selects only the Type code bit fields recognized by the Value
        class.
<P>
        Logical AND with another int variable will ensure that only Value
        Type bits remain.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../constant-values.html#PIRL.PVL.Value.MASK">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!--   -->
</a>
<h3>Constructor Detail</h3>
<a name="Value()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Value</h4>
<pre>public&nbsp;Value()</pre>
<div class="block">Creates an empty Value, with Type <CODE>UNKNOWN</CODE>.</div>
</li>
</ul>
<a name="Value(char)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Value</h4>
<pre>public&nbsp;Value(char&nbsp;value)</pre>
<div class="block">Creates an <CODE>IDENTIFIER</CODE> Value from the primitive
        char value.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The data used to construct the Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(char)"><code>Data(char)</code></a></dd></dl>
</li>
</ul>
<a name="Value(byte)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Value</h4>
<pre>public&nbsp;Value(byte&nbsp;value)</pre>
<div class="block">Creates an <CODE>INTEGER</CODE> Value from the primitive
        byte value.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The data used to construct the Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(byte)"><code>Data(byte)</code></a></dd></dl>
</li>
</ul>
<a name="Value(short)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Value</h4>
<pre>public&nbsp;Value(short&nbsp;value)</pre>
<div class="block">Creates an <CODE>INTEGER</CODE> Value from the primitive
        short value.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The data used to construct the Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(short)"><code>Data(short)</code></a></dd></dl>
</li>
</ul>
<a name="Value(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Value</h4>
<pre>public&nbsp;Value(int&nbsp;value)</pre>
<div class="block">Creates an <CODE>INTEGER</CODE> Value from the primitive
        int value.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The data used to construct the Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(int)"><code>Data(int)</code></a></dd></dl>
</li>
</ul>
<a name="Value(long)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Value</h4>
<pre>public&nbsp;Value(long&nbsp;value)</pre>
<div class="block">Creates an <CODE>INTEGER</CODE> Value from the primitive
        long value.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The data used to construct the Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(long)"><code>Data(long)</code></a></dd></dl>
</li>
</ul>
<a name="Value(float)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Value</h4>
<pre>public&nbsp;Value(float&nbsp;value)</pre>
<div class="block">Creates a <CODE>REAL</CODE> Value from the primitive
        float value.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The data used to construct the Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(float)"><code>Data(float)</code></a></dd></dl>
</li>
</ul>
<a name="Value(double)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Value</h4>
<pre>public&nbsp;Value(double&nbsp;value)</pre>
<div class="block">Creates a <CODE>REAL</CODE> Value from the primitive
        double value.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The data used to construct the Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(double)"><code>Data(double)</code></a></dd></dl>
</li>
</ul>
<a name="Value(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Value</h4>
<pre>public&nbsp;Value(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)
      throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Creates a Value whose Type depends on the class of the
        value object.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The object used to construct the Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - From the <CODE>Data</CODE> method.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(java.lang.Object)"><code>Data(Object)</code></a></dd></dl>
</li>
</ul>
<a name="Value(PIRL.PVL.Parser)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Value</h4>
<pre>public&nbsp;Value(<a href="../../PIRL/PVL/Parser.html" title="class in PIRL.PVL">Parser</a>&nbsp;parser)
      throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">A Parser is used to get a new Value.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>parser</code> - The Parser source for PVL syntax.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - When the Parser encounters an
                unrecoverable error. The Parser may also generate a
                Warning which will associated with the new Parameter.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Parser.html" title="class in PIRL.PVL"><code>Parser</code></a></dd></dl>
</li>
</ul>
<a name="Value(PIRL.PVL.Value)">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Value</h4>
<pre>public&nbsp;Value(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value)
      throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">A Value is constructed from a copy of another Value.
<P>
        The contents of the original Value are copied into the new Value.
        This includes its datum, radix base and units String. When the
        original Value is an Array, each datum is recursively copied and
        added to the new Value in the same order. The warning status from
        the original is not copied.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The original Value to be copied.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - <DL>
                <DT>BAD_ARGUMENT
                        <DD>An inappropriate object was found as the element of an
                        Array.
                </DL></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#set_type(int)"><code>set_type(int)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Add(PIRL.PVL.Value)"><code>Add(Value)</code></a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="Long_Data()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Long_Data</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;Long_Data()
               throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Gets a Long object from the Value.
<P>
        If the Value is Type <CODE>INTEGER</CODE> this is the unmodified
        datum, unless the datum is null in which case a Long with a 0 value
        is created. If the Value is Type <CODE>REAL</CODE> then a Long will
        be created from the Double datum by casting (which may result in
        loss of accuracy). If the Value is a <CODE>STRING</CODE> Type, then
        a Long will be constructed from the Value's <CODE>long_Data</CODE>
        method value. <B>Note</B>: The current radix base for the Value
        will be used when converting a String to a Long.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A Long object from the Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - <DL>
                <DT>ILLEGAL_SYNTAX
                        <DD>If the Value is not a <CODE>NUMERIC</CODE> Type,
                                or a <CODE>STRING</CODE> Type could not be converted
                                to a long.
                </DL></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#long_Data()"><code>long_Data()</code></a></dd></dl>
</li>
</ul>
<a name="long_Data()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>long_Data</h4>
<pre>public&nbsp;long&nbsp;long_Data()
               throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Gets a primitive long value from the Value.
<P>
        If the Value is Type <CODE>INTEGER</CODE> this is the long value
        contained in the Long datum, unless the datum is null in which case
        a value of 0L is returned. If the Value is Type <CODE>REAL</CODE>
        then a long value will be created from the Double datum by casting
        (which may result in loss of accuracy). If the Value is a
        <CODE>STRING</CODE> Type, then an attempt will be made to interpret
        the String as a long value. <B>Note</B>: The current radix base for
        the Value will be used when converting a String to a long.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A long value from the Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - <DL>
                <DT>ILLEGAL_SYNTAX
                        <DD>If the Value is not a <CODE>NUMERIC</CODE> Type,
                                or a <CODE>STRING</CODE> Type could not be converted
                                to a long.
                </DL></dd><dt><span class="strong">See Also:</span></dt><dd><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Long.html?is-external=true#parseLong(java.lang.String, int)" title="class or interface in java.lang"><code>Long.parseLong(String, int)</code></a></dd></dl>
</li>
</ul>
<a name="Double_Data()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Double_Data</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&nbsp;Double_Data()
                   throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Gets a Double object from the Value.
<P>
        If the Value is Type <CODE>REAL</CODE> this is the unmodified
        datum, unless the datum is null in which case a Double with a 0.0
        value is created. If the Value is Type <CODE>INTEGER</CODE> then a
        Double will be created from the Long datum by casting. If the Value
        is a <CODE>STRING</CODE> Type, then an attempt will be made to
        interpret the String as a Double value.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A Double object from the Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - <DL>
                <DT>ILLEGAL_SYNTAX
                        <DD>If the Value is not a <CODE>NUMERIC</CODE> Type,
                                or a <CODE>STRING</CODE> Type could not be converted
                                to a Double.
                </DL></dd><dt><span class="strong">See Also:</span></dt><dd><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Double.html?is-external=true#valueOf(java.lang.String)" title="class or interface in java.lang"><code>Double.valueOf(String)</code></a></dd></dl>
</li>
</ul>
<a name="double_Data()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>double_Data</h4>
<pre>public&nbsp;double&nbsp;double_Data()
                   throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Gets a primitive double value from the Value.
<P>
        If the Value is Type <CODE>REAL</CODE> this is the double value
        contained in the Double datum, unless the datum is null in which
        case a value of 0.0 is returned. If the Value is Type
        <CODE>INTEGER</CODE> then a double will be created from the Long
        datum by casting. If the Value is a <CODE>STRING</CODE> Type, then
        an attempt will be made to interpret the String as a double value.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A double value from the Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - <DL>
                <DT>ILLEGAL_SYNTAX
                        <DD>If the Value is not a <CODE>NUMERIC</CODE> Type,
                                or a <CODE>STRING</CODE> Type could not be converted
                                to a double.
                </DL></dd><dt><span class="strong">See Also:</span></dt><dd><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Double.html?is-external=true#parseDouble(java.lang.String)" title="class or interface in java.lang"><code>Double.parseDouble(String)</code></a></dd></dl>
</li>
</ul>
<a name="String_Data()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>String_Data</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;String_Data()
                   throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Gets a String object representing the Value datum.
<P>
        If the Value is a <CODE>STRING</CODE> Type then the unmodified
        datum is returned, unless the datum is null in which case an empty
        String is returned. No special enclosing characters associated with
        the PVL syntax for specific <CODE>STRING</CODE> Types are added
        (use the <CODE>toString</CODE> method for this format).
<P>
        If the Value is a <CODE>NUMERIC</CODE> Type it is converted to its
        String representation. <B>Note</B>: For an <CODE>INTEGER</CODE>
        Type Value it's current radix base is used in the conversion (the
        representation is preceeded by a negative sign if the datum value
        is negative, which avoids machine precision and byte ordering
        issues). The radix base value and PVL syntax characters are not
        included (use the <CODE>toString</CODE> method for this format).
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A String object from the Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - <DL>
                <DT>ILLEGAL_SYNTAX
                        <DD>If the Value is an <CODE>ARRAY</CODE> Type.
                </DL></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#toString()"><code>toString()</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Long.html?is-external=true#toString(long, int)" title="class or interface in java.lang"><code>Long.toString(long, int)</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Double.html?is-external=true#toString()" title="class or interface in java.lang"><code>Double.toString()</code></a></dd></dl>
</li>
</ul>
<a name="Get(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Get</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Get(int&nbsp;index)</pre>
<div class="block">Gets the Value at the specified index of the Array.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - The Array index of the Value to get.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Value. 
                If this Value is not an Array, or has no data Vector, null is
                returned. If this Value is not an Array a
                <CODE>PVL_Exception.ILLEGAL_SYNTAX</CODE> Warning status is
                set.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true#remove(int)" title="class or interface in java.util"><code>Vector.remove(int)</code></a></dd></dl>
</li>
</ul>
<a name="Vector_Data()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Vector_Data</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&nbsp;Vector_Data()
                   throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Gets the data Vector of an Array Value.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The data Vector from the Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - <DL>
                <DT>ILLEGAL_SYNTAX
                        <DD>If the Value is not <CODE>ARRAY</CODE> Type.
                </DL></dd></dl>
</li>
</ul>
<a name="Array_Size()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Array_Size</h4>
<pre>public&nbsp;int&nbsp;Array_Size()</pre>
<div class="block">Gets the number of elements in an Array Value.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The number of Values in the Array. If the
                Value is not an Array or has no elements, zero will be
                returned; i.e. returning zero is not determinate that the
                Value is an Array with an empty list. <b>N.B.</b>: This
                value does not include the number of Values in any
                Arrays Values this Array may contain.</dd></dl>
</li>
</ul>
<a name="Data()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Data</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;Data()</pre>
<div class="block">Gets the datum object from the Value.
<P>
        If the Value is an <CODE>ARRAY</CODE> Type, the object will be a
        Vector. The object will be a Long for an <CODE>INTEGER</CODE> Type,
        a Double for a <CODE>REAL</CODE>, or a String for a
        <CODE>STRING</CODE>.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>An object of the appropriate class for the Value.</dd></dl>
</li>
</ul>
<a name="Data(java.lang.Long)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Data</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Data(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;value)</pre>
<div class="block">Sets the datum of the Value to the Long object, and sets its Type
        to <CODE>INTEGER</CODE>. <B>Note</B>: A null datum is acceptable.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The new datum for the Value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#set_type(int)"><code>set_type(int)</code></a>, 
<a href="../../PIRL/PVL/Value.html#set_data(java.lang.Object)"><code>set_data(Object)</code></a></dd></dl>
</li>
</ul>
<a name="Data(byte)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Data</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Data(byte&nbsp;value)</pre>
<div class="block">Sets the datum of the Value to the primitive byte value,
        and sets its Type to <CODE>INTEGER</CODE>.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The new value for the Value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(java.lang.Long)"><code>Data(Long)</code></a></dd></dl>
</li>
</ul>
<a name="Data(short)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Data</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Data(short&nbsp;value)</pre>
<div class="block">Sets the datum of the Value to the primitive short value,
        and sets its Type to <CODE>INTEGER</CODE>.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The new value for the Value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(java.lang.Long)"><code>Data(Long)</code></a></dd></dl>
</li>
</ul>
<a name="Data(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Data</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Data(int&nbsp;value)</pre>
<div class="block">Sets the datum of the Value to the primitive int value,
        and sets its Type to <CODE>INTEGER</CODE>.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The new value for the Value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(java.lang.Long)"><code>Data(Long)</code></a></dd></dl>
</li>
</ul>
<a name="Data(long)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Data</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Data(long&nbsp;value)</pre>
<div class="block">Sets the datum of the Value to the primitive long value,
        and sets its Type to <CODE>INTEGER</CODE>.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The new value for the Value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(java.lang.Long)"><code>Data(Long)</code></a></dd></dl>
</li>
</ul>
<a name="Data(java.lang.Double)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Data</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Data(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&nbsp;value)</pre>
<div class="block">Sets the datum of the Value to the Double object, and sets its Type
        to <CODE>REAL</CODE>. <B>Note</B>: A null datum is acceptable.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The new datum for the Value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#set_type(int)"><code>set_type(int)</code></a>, 
<a href="../../PIRL/PVL/Value.html#set_data(java.lang.Object)"><code>set_data(Object)</code></a></dd></dl>
</li>
</ul>
<a name="Data(float)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Data</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Data(float&nbsp;value)</pre>
<div class="block">Sets the datum of the Value to the primitive float value,
        and sets its Type to <CODE>REAL</CODE>.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The new value for the Value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(java.lang.Double)"><code>Data(Double)</code></a></dd></dl>
</li>
</ul>
<a name="Data(double)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Data</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Data(double&nbsp;value)</pre>
<div class="block">Sets the datum of the Value to the primitive double value,
        and sets its Type to <CODE>REAL</CODE>.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The new value for the Value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(java.lang.Double)"><code>Data(Double)</code></a></dd></dl>
</li>
</ul>
<a name="Data(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Data</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Data(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
<div class="block">Sets the datum of the Value to the String object.
<P>
        If the String begins with the <a href="../../PIRL/PVL/Parser.html#TEXT_DELIMITER"><code><CODE>Parser.TEXT_DELIMITER</CODE></code></a> character then the Value Type
        is set to <CODE>TEXT</CODE>. If the String begins with the <a href="../../PIRL/PVL/Parser.html#SYMBOL_DELIMITER"><code><CODE>Parser.SYMBOL_DELIMITER</CODE></code></a>
        character then the Value Type is set to <CODE>SYMBOL</CODE>. In
        either of these cases the leading and trailing (if present)
        delimiter characters are removed from the String before it is
        assigned to the datum. Otherwise, if the String contains any <a href="../../PIRL/PVL/Parser.html#DATE_TIME_DELIMITERS"><code><CODE>Parser.DATE_TIME_DELIMITERS</CODE></code></a> the Value Type is set to
        <CODE>DATE_TIME</CODE>. By default the Value Type is set to
        <CODE>IDENTIFIER</CODE>. <B>Note</B>: A null datum is acceptable.
<P>
        If the String (after removing any enclosing delimiters) contains
        any of the <a href="../../PIRL/PVL/Parser.html#RESERVED_CHARACTERS"><code><CODE>Parser.RESERVED_CHARACTERS</CODE></code></a> then a warning status is
        set. These characters have special meaning in the PVL syntax so
        writing values containing them could confuse a PVL parser that
        reads them.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The new datum for the Value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#set_type(int)"><code>set_type(int)</code></a>, 
<a href="../../PIRL/PVL/Value.html#set_data(java.lang.Object)"><code>set_data(Object)</code></a></dd></dl>
</li>
</ul>
<a name="Data(char)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Data</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Data(char&nbsp;value)</pre>
<div class="block">The primitive char value is used to  constructs a single character
        String which is then set to the datum of the Value.
<P>
        The Type of the Value is set according to the rules of the <a href="../../PIRL/PVL/Value.html#Data(java.lang.String)"><code><CODE>Data (String)</CODE></code></a> method.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The new value for the Value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(java.lang.String)"><code>Data(String)</code></a></dd></dl>
</li>
</ul>
<a name="Data(java.util.List)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Data</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Data(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&nbsp;list)
           throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Sets the Value data as an Array of Values constructed from the List.
<P>
        The Value is classified as the <a href="../../PIRL/PVL/Value.html#Default_Array_Type()"><code>default
        Array Type</code></a>. A new data Vector is assembled containing Values
        constructed from the Objects in the list. If any of these Objects are
        Values they are copied. An Object that is a List results in a new
        Array Value being recursivley constructed and added to the new data
        Vector.
<P>
        If this Value previously had data, it is replaced with the new Vector
        of Values. In the case where the previous data was a Vector of
        Values, all Values of the old Vector are orphaned (they are
        marked as having no parent).
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>list</code> - The List of values to be adopted.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Parameter.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - From set_data.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#set_type(int)"><code>set_type(int)</code></a>, 
<a href="../../PIRL/PVL/Value.html#set_data(java.lang.Object)"><code>set_data(Object)</code></a></dd></dl>
</li>
</ul>
<a name="Data(PIRL.PVL.Value)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Data</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Data(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value)
           throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Copies the contents of a Value into this Value.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The Value to be copied into this Value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - From making a copy of the value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Value(PIRL.PVL.Value)"><code>Value(Value)</code></a>, 
<a href="../../PIRL/PVL/Value.html#graft(PIRL.PVL.Value)"><code>graft(Value)</code></a></dd></dl>
</li>
</ul>
<a name="Data(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Data</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Data(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)
           throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Sets the datum for the Value based on the class of the
        specified Object.
<P>
        There are numerous possibilities:
<P>
<DL>
<DT>Value
        <DD>The Value object is copied into this Value using the
        <a href="../../PIRL/PVL/Value.html#Data(PIRL.PVL.Value)"><code><CODE>Data (Value)</CODE></code></a> method.
<DT><CODE>ARRAY</CODE>
        <DD>The Value is assigned a Vector of Values using the
        <a href="../../PIRL/PVL/Value.html#Data(java.util.List)"><code><CODE>Data (List)</CODE></code></a> method.
        The object classes for this case are:
                <UL TYPE="DISC">
                        <LI>List - The List object is used.
                        <LI>Value[] - A new Vector is constructed from the array of Values.
                </UL>
<DT><CODE>INTEGER</CODE>
        <DD>The Value is assigned a Long using the
        <a href="../../PIRL/PVL/Value.html#Data(java.lang.Long)"><code><CODE>Data (Long)</CODE></code></a> method.
        The object classes for this case are:
                <UL TYPE="DISC">
                        <LI>Long - The Long object itself is used.
                        <LI>Byte - A new Long is constructed from the object's
                                <CODE>longValue</CODE> method.
                        <LI>Short - A new Long is constructed from the object's
                                <CODE>longValue</CODE> method.
                        <LI>Integer - A new Long is constructed from the object's
                                <CODE>longValue</CODE> method.
                </UL>
<DT><CODE>REAL</CODE>
        <DD>The Value is assigned a Double using the
        <a href="../../PIRL/PVL/Value.html#Data(java.lang.Double)"><code><CODE>Data (Double)</CODE></code></a> method.
        The object classes for this case are:
                <UL TYPE="DISC">
                        <LI>Double - The Double object itself is used.
                        <LI>Float - A new Double is constructed from the object's
                                <CODE>doubleValue</CODE> method.
                </UL>
<DT><CODE>STRING</CODE>
        <DD>The Value is assigned a String using the
        <a href="../../PIRL/PVL/Value.html#Data(java.lang.String)"><code><CODE>Data (String)</CODE></code></a> method.
        The object classes for this case are:
                <UL TYPE="DISC">
                        <LI>String - The String object itself is used.
                        <LI>Character - A String is obtained from the object's
                                <CODE>toString</CODE> method.
                        <LI>char[ ] - A new String is constructed from the object.
                        <LI>byte[ ] - A new String is constructed from the object.
                </UL>
<DT><CODE>UNKNOWN</CODE>
        <DD>The object is null so the Value datum will be null.
</DL>
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - The Object to be considered a the Value datum.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - <DL>
                <DT><CODE>BAD_ARGUMENT</CODE>
                        <DD>The Object is not suitable for a Value datum.
                </DT></dd></dl>
</li>
</ul>
<a name="Insert(PIRL.PVL.Value, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Insert</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Insert(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value,
           int&nbsp;index)
             throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Inserts a Value into the Array at the specified index.
<P>
        If the Value is not already an Array Type, and does not have a datum,
        it is given the <a href="../../PIRL/PVL/Value.html#Default_Array_Type()"><code>default Array Type</code></a>. The
        specified Value is inserted at the specified index in this Value's
        Array. Any Values in the Array at, or beyond the index are moved to
        the next index. After the specified Value is inserted its parent is
        set to this Value. <B>Note</B>: The inserted Value is not removed
        from any other Array it may be in.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The Value object to be inserted.</dd><dd><code>index</code> - The location in the Array for the insertion.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - <DL>
                <DT><CODE>ILLEGAL_SYNTAX</CODE>
                        <DD>The Value has a non-Array datum.
                </DL></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Type(int)"><code>Type(int)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Remove(PIRL.PVL.Value)"><code>Remove(Value)</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true#insertElementAt(E, int)" title="class or interface in java.util"><code>Vector.insertElementAt(Object, int)</code></a></dd></dl>
</li>
</ul>
<a name="Insert(java.lang.Object, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Insert</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Insert(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object,
           int&nbsp;index)
             throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Insert an Object constructed as a new Value at the specified
        index of the Array.
<P>
        If the Object is a Value it is not copied.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - The Object whose Value is to be inserted.</dd><dd><code>index</code> - The location in the Array for the insertion.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - From Insert(Value, int).</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Value(java.lang.Object)"><code>Value(Object)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Insert(PIRL.PVL.Value, int)"><code>Insert(Value, int)</code></a></dd></dl>
</li>
</ul>
<a name="Insert(java.util.List, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Insert</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Insert(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&nbsp;list,
           int&nbsp;index)
             throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Inserts a List of Objects into the Value's Array starting at the
        specified index.
<P>
        The elements of the List are <CODE>Insert</CODE>ed in the order
        they occur from the List's listIterator at sequential locations
        starting with the specified index.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>list</code> - The List of Objects to Insert.</dd><dd><code>index</code> - The first of sequential Insert locations.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - From the construction of a new Value from
                an Object.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Insert(java.lang.Object, int)"><code>Insert(Object, int)</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true#listIterator()" title="class or interface in java.util"><code>List.listIterator()</code></a></dd></dl>
</li>
</ul>
<a name="Add(PIRL.PVL.Value)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Add</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Add(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value)
          throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Adds a Value to the end of this Array.
<P>
        If this Value is not currently an Array an attempt will be made to
        convert it to the <a href="../../PIRL/PVL/Value.html#Default_Array_Type()"><code>default Array Type</code></a>.
        The <CODE>Insert</CODE> method is used with the index at the end of
        the Array.
<P>
        <B>N.B.</B>: The <a href="../../PIRL/PVL/Value.html#Array_Size()"><code>Array size</code></a> will only be
        increased by one even if the Value being added is an Array; in this
        case the Array Value being added becomes a sub-Array whose parent is
        this Value. To append the entries of a Value Array to this Value's
        list of entries add the Value Array's <a href="../../PIRL/PVL/Value.html#Vector_Data()"><code>list</code></a> to
        this Value.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The Value to be added.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - If <CODE>Type</CODE> could not convert the
                Value to an Array, or there was a problem with the
                <CODE>Insert</CODE> of the value at the end of the Array.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Type(int)"><code>Type(int)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Insert(PIRL.PVL.Value, int)"><code>Insert(Value, int)</code></a></dd></dl>
</li>
</ul>
<a name="Add(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Add</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Add(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)
          throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Adds an Object constructed as a new Value to the end of this Array.
<P>
        If the Object is a Value it is not copied.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - The Object whose Value is to be inserted.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - From <CODE>Add(Value)</CODE>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Value(java.lang.Object)"><code>Value(Object)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Add(PIRL.PVL.Value)"><code>Add(Value)</code></a></dd></dl>
</li>
</ul>
<a name="Add(java.util.List)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Add</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Add(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&nbsp;list)
          throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Adds a List of Objects to the end of the Array.
<P>
        If this Value is not currently an Array an attempt will be made to
        convert it to the <a href="../../PIRL/PVL/Value.html#Default_Array_Type()"><code>default Array Type</code></a>.
        The <CODE>Insert</CODE> method is used with the index at the end of
        the Array.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>list</code> - The List of Objects to Insert.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - If <CODE>Type</CODE> could not convert the
                Value to an Array, or there was a problem with the
                <CODE>Insert</CODE> of the list at the end of the Array.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Type(int)"><code>Type(int)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Insert(java.util.List, int)"><code>Insert(List, int)</code></a></dd></dl>
</li>
</ul>
<a name="Remove(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Remove</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Remove(int&nbsp;index)</pre>
<div class="block">Removes the Value at the specified index from the Array.
<P>
        After being removed from the Array the Value is marked as having no
        parent.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - The Array index of the Value to be removed.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Value removed. 
                If this Value is not an Array, or has no Array, null is
                returned. If this Value is not an Array a
                <CODE>PVL_Exception.ILLEGAL_SYNTAX</CODE> Warning status is
                set.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true#remove(int)" title="class or interface in java.util"><code>Vector.remove(int)</code></a></dd></dl>
</li>
</ul>
<a name="Remove(PIRL.PVL.Value)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Remove</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Remove(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value)</pre>
<div class="block">Removes the specified Value from the Array.
<P>
        The first occurance of the Value in the Array is removed. The Array,
        if there is one, is searched regardless of the Type of this Value.
        The search is not recursive: Only this Value's Array data Vector is
        searched, not the Array Vectors of any Array Values in the Array. The
        Value is found in the Array by equality of Value object reference,
        not by the equals method. To remove a Value that equals another
        Value, use <CODE>Find</CODE> and then remove the found Value from its
        <CODE>Parent</CODE>.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The Value object to be removed.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Value removed. 
                If this Value is not an Array, or has no Array, null is
                returned. If this Value is not an Array a
                <CODE>PVL_Exception.ILLEGAL_SYNTAX</CODE> Warning status is
                set.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Remove(int)"><code>Remove(int)</code></a></dd></dl>
</li>
</ul>
<a name="Remove_All()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Remove_All</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Remove_All()</pre>
<div class="block">Empties the Value's Array.
<P>
        The Array data Vector, if it exists, is removed regardless of the Type
        of this Value. All Values in the Array (but not sub-Arrays) are
        marked as not having a parent.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>This Value.</dd></dl>
</li>
</ul>
<a name="set_data(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_data</h4>
<pre>protected&nbsp;void&nbsp;set_data(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;data)
                 throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Set the appropriate Data variables.
<P>
        The <CODE>Type</CODE> of the data object determines how the
        internal data variables are set. Consistency of the Value's data is
        ensured by always setting it with this method.
<P>
        For Vector data, the data becomes the base class children data
        Vector. Its contents are adopted which confirms that each element
        is a Value and its parent is set to this Value. The local datum is
        set to null.
<P>
        For non-<CODE>ARRAY</CODE> data, the data becomes the datum of the
        Value. The children data Vector is orphaned which sets all of its
        Value elements to have no parent, and then set to null.
<P>
        <B>>>> WARNING <<<</B> The Type of the Value is not updated.
        Accordingly, this method should only be used by methods associated
        with this package that will also set the Type appropriately.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>data</code> - The Object to become Value's data.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - <DL>
                <DT><CODE>BAD_ARGUMENT</CODE>
                        <DD>If the data object is not a valid class for a Value
                                (null is acceptable), or the data object is a Vector and
                                one of its elements is not a Value.
                </DL></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Type(java.lang.Object)"><code>Type(Object)</code></a>, 
<a href="../../PIRL/PVL/Value.html#adopt(java.util.Vector)"><code>adopt(Vector)</code></a>, 
<a href="../../PIRL/PVL/Value.html#orphan(java.util.Vector)"><code>orphan(Vector)</code></a></dd></dl>
</li>
</ul>
<a name="graft(PIRL.PVL.Value)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>graft</h4>
<pre>protected&nbsp;void&nbsp;graft(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value)
              throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Grafts the contents of a Value into this Value.
<P>
        In effect, this Value becomes the specified Value.
<P>
        The datum reference is set (not copied) to the specified Value's
        datum reference along with the base, units, and warning status. The
        Array (children) data Vector reference is set to the specified
        Value's Vector and if it has contents they are adopted by this Value
        (the specified Value's children data Vector is set to null to avoid
        any possible confusion). The Type is set to be the same as the
        specified Value.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The Value object to graft into this Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - From adopt.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#adopt(java.util.Vector)"><code>adopt(Vector)</code></a>, 
<a href="../../PIRL/PVL/Value.html#set_type(int)"><code>set_type(int)</code></a></dd></dl>
</li>
</ul>
<a name="adopt(java.util.Vector)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>adopt</h4>
<pre>protected&nbsp;void&nbsp;adopt(<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&nbsp;vector)
              throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Sets the parents of a Vector of Values to this Value.
<P>
        <B>>>> WARNING <<<</B>
<P>
        Only the parent references for the Values in the Vector are set to
        this Value. The Vector itself may still be referenced by some other
        Value. In this case the adoption of the Vector will not be complete
        until the reference in the former parent is changed (e.g. to null).
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>vector</code> - The Vector of Parameters to adopt.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - <DL>
                <DT><CODE>BAD_ARGUMENT</CODE>
                        <DD>If an entry in the list is not a Value.
                </DL></dd></dl>
</li>
</ul>
<a name="orphan(java.util.Vector)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>orphan</h4>
<pre>protected static&nbsp;void&nbsp;orphan(<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&nbsp;vector)</pre>
<div class="block">Sets a Vector of Values to have no parent.
<P>
        <B>>>> WARNING <<<</B>
<P>
        Only the parent references for the Values in the Vector are set to
        null. The Vector itself may still be referenced by some other
        Value. In this case the orphaning of the Vector will not be
        complete until the reference in the former parent is changed (e.g.
        to null).
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>vector</code> - The Vector of Values to orphan.</dd></dl>
</li>
</ul>
<a name="Type()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Type</h4>
<pre>public&nbsp;int&nbsp;Type()</pre>
<div class="block">Gets the Value's Type code.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The Type code.</dd></dl>
</li>
</ul>
<a name="Type(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Type</h4>
<pre>public static&nbsp;int&nbsp;Type(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</pre>
<div class="block">Determine the Value Type of an Object.
<P>
        The Object is considered to be potentially the datum for a Value and
        is tested to see if it is an instance of an acceptable Java Class.
        The object must be an instance of a class suitable for being assigned
        directly as the datum or data Vector of a Value. Only a basic Type
        can be determined by examining an object, except for the specific
        <CODE>NUMERIC</CODE> Types. <B>Note</B>: If this method does not
        provide a valid Type that does not necessarily mean that the object
        can not be used by the <CODE>Data (Object)</CODE> method.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - The Object to be examined.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The int basic Type code associated with a Value in
                which the object is its datum. Long objects return the
                <CODE>INTEGER</CODE> code, Double objects the <CODE>REAL</CODE>
                code, String objects the <CODE>STRING</CODE> code, and List
                objects return the <CODE>ARRAY</CODE> code. When the object is
                null, the <CODE>UNKNOWN</CODE> code is returned. If an invalid
                object is specified, then the return value is -1.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Data(java.lang.Object)"><code>Data(Object)</code></a></dd></dl>
</li>
</ul>
<a name="Type(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Type</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Type(int&nbsp;type)
           throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Sets the Type of the Value.
<P>
        When the Value does not have any data (neither a datum nor a
        data Vector), or the current Type is <CODE>UNKNOWN</CODE>, then the
        Value is simply set to the specifed Type. When the new Type is
        <CODE>UNKNOWN</CODE> then any existing data is removed with the
        <a href="../../PIRL/PVL/Value.html#set_data(java.lang.Object)"><code><CODE>set_data (null)</CODE></code></a> method
        and then the Type is set.
<P>
        When the current Value Type is the same basic Type as the new Type
        - i.e. they are both <CODE>NUMERIC</CODE>, <CODE>STRING</CODE> or
        <CODE>ARRAY</CODE> Types - then the Value is set to the new Type.
        In the case of a Type change from <CODE>INTEGER</CODE> to
        <CODE>DOUBLE</CODE>, or vice versa, the datum is cast to the new
        Type.
<P>
        When the Value is a <CODE>STRING</CODE> Type and the new Type is
        <CODE>NUMERIC</CODE> an attempt is made to parse the String using
        the Value's <CODE>Double_Data</CODE> method to produce a
        <CODE>REAL</CODE> Type datum, or the <CODE>Long_Data</CODE> method
        to produce an <CODE>INTEGER</CODE> Type datum. In the latter case
        the current radix base of the Value will be used in the conversion.
        If the String datum is not a valid representation of the
        appropriate Type of number then a
        <CODE>PVL_Exception.ILLEGAL_SYNTAX</CODE> will be thrown.
<P>
        When the Value is a <CODE>NUMERIC</CODE> Type and the new Type is
        <CODE>STRING</CODE> the datum is converted to its String
        representation using the Value's <CODE>String_Data</CODE> method.
        For an <CODE>INTEGER</CODE> Type the current radix base of the
        Value will be used in the conversion.
<P>
        When the Value is to be converted to an <CODE>ARRAY</CODE> Type the
        current Value is <a href="../../PIRL/PVL/Value.html#clone()"><code><CODE>clone</CODE></code></a>d, the current
        Value is set to the (empty) <a href="../../PIRL/PVL/Value.html#Default_Array_Type()"><code>default
        Array Type</code></a>, and the copy of the original Value is <a href="../../PIRL/PVL/Value.html#Insert(PIRL.PVL.Value, int)"><code><CODE>Insert</CODE></code></a>ed as the first element of
        the Array. In effect the original Value is "pushed down" as the first
        and only element of what has become an Array Value; i.e. the new
        Array contains a copy of the original Value.
<P>
        When the Value is an <CODE>ARRAY</CODE> Type and the new Type is
        not, this conversion can only be accomplished if the current Array
        contains less than two Values. If the Array contains no Values then
        the new Type is simply set. If the Array contains two or more
        Values then a <CODE>PVL_Exception.INCOMPATIBLE_TYPES</CODE> will be
        thrown. For an Array with just one Value an attempt is made to
        convert that Value to the new Type by recursively calling this
        <CODE>Type</CODE> method. If this succeeds then the converted value
        is <a href="../../PIRL/PVL/Value.html#graft(PIRL.PVL.Value)"><code><CODE>graft</CODE></code></a>ed into this Value to
        become the new Type. In effect a single Value contained in an Array
        is "pulled up" into this Value; i.e. the Array's Value becomes this
        Value with the new Type.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The new Type for the Value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - <DL>
                <DT>INCOMPATIBLE_TYPES
                        <DD>An Array Value could not be converted to a non-Array
                                value because the Array containes more than one Value,
                                or the Array data Vector unexpectedly contains a non-Value
                                entry.
                <DT>ILLEGAL_SYNTAX
                        <DD>A String datum could not be converted to a number because
                                the String is not a valid represenation of the specified
                                numerical Type.
                <DT>BAD_ARGUMENT
                        <DD>Conversion to or from an unsupported Value Type.
                </DL></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#NUMERIC"><code>NUMERIC</code></a>, 
<a href="../../PIRL/PVL/Value.html#STRING"><code>STRING</code></a>, 
<a href="../../PIRL/PVL/Value.html#ARRAY"><code>ARRAY</code></a>, 
<a href="../../PIRL/PVL/Value.html#set_type(int)"><code>set_type(int)</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Long.html?is-external=true#doubleValue()" title="class or interface in java.lang"><code>Long.doubleValue()</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Double.html?is-external=true#longValue()" title="class or interface in java.lang"><code>Double.longValue()</code></a>, 
<a href="../../PIRL/PVL/Value.html#clone()"><code>clone()</code></a>, 
<a href="../../PIRL/PVL/Value.html#graft(PIRL.PVL.Value)"><code>graft(Value)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Long_Data()"><code>Long_Data()</code></a>, 
<a href="../../PIRL/PVL/Value.html#Double_Data()"><code>Double_Data()</code></a>, 
<a href="../../PIRL/PVL/Value.html#String_Data()"><code>String_Data()</code></a></dd></dl>
</li>
</ul>
<a name="set_type(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set_type</h4>
<pre>protected&nbsp;void&nbsp;set_type(int&nbsp;type)</pre>
<div class="block">Sets the appropriate Type variables.
<P>
        Consistency of the Value's Type is ensured by always setting it
        with this method. If the Type code is for an <CODE>ARRAY</CODE>,
        then the allowsChildren variable of the DefaultMutableTreeNode base
        class will be set to true; otherwise it will be set to false.
<P>
        <B>>>> WARNING <<<</B> The data of the Value is not checked for
        consistency with the Type. Accordingly, this method should only be
        used by methods associated with this package that will also set the
        data appropriately.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The int Type code for the Value.</dd></dl>
</li>
</ul>
<a name="Type_Name(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Type_Name</h4>
<pre>public static&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;Type_Name(int&nbsp;type)</pre>
<div class="block">Gets the name String associated with the Type code.
<P>
        Type names are identical to the names of the Type code constants.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Type code int.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The appropriate Type name String. An invalid type code will
                return a null.</dd></dl>
</li>
</ul>
<a name="Type_Name()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Type_Name</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;Type_Name()</pre>
<div class="block">Gets the name String associated with the Value's Type.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The appropriate Type name String.</dd></dl>
</li>
</ul>
<a name="Default_Array_Type(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Default_Array_Type</h4>
<pre>public static&nbsp;int&nbsp;Default_Array_Type(int&nbsp;type)</pre>
<div class="block">Sets the default Array Value Type to use when an Array is
        automatically constructed.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Array Type to use by default. If this is not an
                <a href="../../PIRL/PVL/Value.html#Is_Array(int)"><code>Array Type</code></a> nothing is done.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The previous value.</dd></dl>
</li>
</ul>
<a name="Default_Array_Type()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Default_Array_Type</h4>
<pre>public static&nbsp;int&nbsp;Default_Array_Type()</pre>
<div class="block">Gets the default Array Value Type to use when an Array is
        automatically constructed.
<p></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The Array Type to use by default.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Default_Array_Type(int)"><code>Default_Array_Type(int)</code></a></dd></dl>
</li>
</ul>
<a name="Is_Value(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Value</h4>
<pre>public static&nbsp;boolean&nbsp;Is_Value(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</pre>
<div class="block">Tests if an Object is a Value.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - The Object to be tested.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the object is an instance of the Value class;
                otherwise false (also false if the object is null).</dd></dl>
</li>
</ul>
<a name="Is_Value_Array(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Value_Array</h4>
<pre>public static&nbsp;boolean&nbsp;Is_Value_Array(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</pre>
<div class="block">Tests if an Object is a List suitable for an Array Value.
<P>
        <B>Note</B>: The contents of the List are recursively checked to all
        be Values. null data Vectors are acceptable Values.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - The Object to be tested.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the object is an instance of List and all its
                elements are Values, or the object is null; otherwise false.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Is_Value(java.lang.Object)"><code>Is_Value(Object)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Is_Array()"><code>Is_Array()</code></a></dd></dl>
</li>
</ul>
<a name="Is_Numeric()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Numeric</h4>
<pre>public&nbsp;boolean&nbsp;Is_Numeric()</pre>
<div class="block">Tests if the Value is one of the <CODE>NUMERIC</CODE> Types.
<P>
        <CODE>NUMERIC</CODE> Types include <CODE>INTEGER</CODE> and
        <CODE>REAL</CODE> Types.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the Value has a <CODE>NUMERIC</CODE> Type.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#NUMERIC"><code>NUMERIC</code></a></dd></dl>
</li>
</ul>
<a name="Is_Integer()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Integer</h4>
<pre>public&nbsp;boolean&nbsp;Is_Integer()</pre>
<div class="block">Tests if the Value is the <CODE>INTEGER</CODE> Type.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the Value is the <CODE>INTEGER</CODE> Type.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#INTEGER"><code>INTEGER</code></a></dd></dl>
</li>
</ul>
<a name="Is_Real()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Real</h4>
<pre>public&nbsp;boolean&nbsp;Is_Real()</pre>
<div class="block">Tests if the Value is the <CODE>REAL</CODE> Type.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the Value is the <CODE>REAL</CODE> Type.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#REAL"><code>REAL</code></a></dd></dl>
</li>
</ul>
<a name="Is_String()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_String</h4>
<pre>public&nbsp;boolean&nbsp;Is_String()</pre>
<div class="block">Tests if the Value is one of the <CODE>STRING</CODE> Types.
<P>
        <CODE>STRING</CODE> Types include <CODE>IDENTIFIER</CODE>,
        <CODE>SYMBOL</CODE>, <CODE>TEXT</CODE> and <CODE>DATE_TIME</CODE>
        Types.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the Value has a <CODE>STRING</CODE> Type.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#STRING"><code>STRING</code></a></dd></dl>
</li>
</ul>
<a name="Is_Identifier()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Identifier</h4>
<pre>public&nbsp;boolean&nbsp;Is_Identifier()</pre>
<div class="block">Tests if the Value is the <CODE>IDENTIFIER</CODE> Type.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the Value is the <CODE>IDENTIFIER</CODE> Type.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#IDENTIFIER"><code>IDENTIFIER</code></a></dd></dl>
</li>
</ul>
<a name="Is_Symbol()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Symbol</h4>
<pre>public&nbsp;boolean&nbsp;Is_Symbol()</pre>
<div class="block">Tests if the Value is the <CODE>SYMBOL</CODE> Type.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the Value is the <CODE>SYMBOL</CODE> Type.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#SYMBOL"><code>SYMBOL</code></a></dd></dl>
</li>
</ul>
<a name="Is_Text()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Text</h4>
<pre>public&nbsp;boolean&nbsp;Is_Text()</pre>
<div class="block">Tests if the Value is the <CODE>TEXT</CODE> Type.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the Value is the <CODE>TEXT</CODE> Type.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#TEXT"><code>TEXT</code></a></dd></dl>
</li>
</ul>
<a name="Is_Date_Time()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Date_Time</h4>
<pre>public&nbsp;boolean&nbsp;Is_Date_Time()</pre>
<div class="block">Tests if the Value is the <CODE>DATE_TIME</CODE> Type.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the Value is the <CODE>DATE_TIME</CODE> Type.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#DATE_TIME"><code>DATE_TIME</code></a></dd></dl>
</li>
</ul>
<a name="Is_Array()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Array</h4>
<pre>public&nbsp;boolean&nbsp;Is_Array()</pre>
<div class="block">Tests if the Value is one of the <CODE>ARRAY</CODE> Types.
<P>
        <CODE>ARRAY</CODE> Types include <CODE>SET</CODE> and
        <CODE>SEQUENCE</CODE> Types.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the Value has an <CODE>ARRAY</CODE> Type.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#ARRAY"><code>ARRAY</code></a></dd></dl>
</li>
</ul>
<a name="Is_Set()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Set</h4>
<pre>public&nbsp;boolean&nbsp;Is_Set()</pre>
<div class="block">Tests if the Value is the <CODE>SET</CODE> Type.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the Value is the <CODE>SET</CODE> Type.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#SET"><code>SET</code></a></dd></dl>
</li>
</ul>
<a name="Is_Sequence()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Sequence</h4>
<pre>public&nbsp;boolean&nbsp;Is_Sequence()</pre>
<div class="block">Tests if the Value is the <CODE>SEQUENCE</CODE> Type.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the Value is the <CODE>SEQUENCE</CODE> Type.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#SEQUENCE"><code>SEQUENCE</code></a></dd></dl>
</li>
</ul>
<a name="Is_Unknown()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Unknown</h4>
<pre>public&nbsp;boolean&nbsp;Is_Unknown()</pre>
<div class="block">Tests if the Value Type is <CODE>UNKNOWN</CODE>
        (an empty Value).
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the Value Type is <CODE>UNKNOWN</CODE>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#UNKNOWN"><code>UNKNOWN</code></a></dd></dl>
</li>
</ul>
<a name="Is_Numeric(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Numeric</h4>
<pre>public static&nbsp;boolean&nbsp;Is_Numeric(int&nbsp;type)</pre>
<div class="block">Tests for a <CODE>NUMERIC</CODE> Type.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Type code int.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Type is for a <CODE>NUMERIC</CODE>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Is_Numeric()"><code>Is_Numeric()</code></a></dd></dl>
</li>
</ul>
<a name="Is_Integer(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Integer</h4>
<pre>public static&nbsp;boolean&nbsp;Is_Integer(int&nbsp;type)</pre>
<div class="block">Tests for the <CODE>INTEGER</CODE> Type.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Type code int.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Type is <CODE>INTEGER</CODE>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#INTEGER"><code>INTEGER</code></a></dd></dl>
</li>
</ul>
<a name="Is_Real(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Real</h4>
<pre>public static&nbsp;boolean&nbsp;Is_Real(int&nbsp;type)</pre>
<div class="block">Tests for the <CODE>REAL</CODE> Type.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Type code int.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Type is <CODE>REAL</CODE>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#REAL"><code>REAL</code></a></dd></dl>
</li>
</ul>
<a name="Is_String(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_String</h4>
<pre>public static&nbsp;boolean&nbsp;Is_String(int&nbsp;type)</pre>
<div class="block">Tests for a <CODE>STRING</CODE> Type.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Type code int.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Type is for a <CODE>STRING</CODE>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Is_String()"><code>Is_String()</code></a></dd></dl>
</li>
</ul>
<a name="Is_Identifier(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Identifier</h4>
<pre>public static&nbsp;boolean&nbsp;Is_Identifier(int&nbsp;type)</pre>
<div class="block">Tests for the <CODE>IDENTIFIER</CODE> Type.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Type code int.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Type is <CODE>IDENTIFIER</CODE>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#IDENTIFIER"><code>IDENTIFIER</code></a></dd></dl>
</li>
</ul>
<a name="Is_Symbol(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Symbol</h4>
<pre>public static&nbsp;boolean&nbsp;Is_Symbol(int&nbsp;type)</pre>
<div class="block">Tests for the <CODE>SYMBOL</CODE> Type.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Type code int.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Type is <CODE>SYMBOL</CODE>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#SYMBOL"><code>SYMBOL</code></a></dd></dl>
</li>
</ul>
<a name="Is_Text(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Text</h4>
<pre>public static&nbsp;boolean&nbsp;Is_Text(int&nbsp;type)</pre>
<div class="block">Tests for the <CODE>TEXT</CODE> Type.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Type code int.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Type is <CODE>TEXT</CODE>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#TEXT"><code>TEXT</code></a></dd></dl>
</li>
</ul>
<a name="Is_Date_Time(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Date_Time</h4>
<pre>public static&nbsp;boolean&nbsp;Is_Date_Time(int&nbsp;type)</pre>
<div class="block">Tests for the <CODE>DATE_TIME</CODE> Type.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Type code int.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Type is <CODE>DATE_TIME</CODE>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#DATE_TIME"><code>DATE_TIME</code></a></dd></dl>
</li>
</ul>
<a name="Is_Array(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Array</h4>
<pre>public static&nbsp;boolean&nbsp;Is_Array(int&nbsp;type)</pre>
<div class="block">Tests for an <CODE>ARRAY</CODE> Type.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Type code int.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Type is for an <CODE>ARRAY</CODE>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Is_Array()"><code>Is_Array()</code></a></dd></dl>
</li>
</ul>
<a name="Is_Set(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Set</h4>
<pre>public static&nbsp;boolean&nbsp;Is_Set(int&nbsp;type)</pre>
<div class="block">Tests for the <CODE>SET</CODE> Type.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Type code int.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Type is <CODE>SET</CODE>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#SET"><code>SET</code></a></dd></dl>
</li>
</ul>
<a name="Is_Sequence(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Sequence</h4>
<pre>public static&nbsp;boolean&nbsp;Is_Sequence(int&nbsp;type)</pre>
<div class="block">Tests for the <CODE>SEQUENCE</CODE> Type.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Type code int.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Type is <CODE>SEQUENCE</CODE>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#SEQUENCE"><code>SEQUENCE</code></a></dd></dl>
</li>
</ul>
<a name="Is_Unknown(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Is_Unknown</h4>
<pre>public static&nbsp;boolean&nbsp;Is_Unknown(int&nbsp;type)</pre>
<div class="block">Tests for the <CODE>UNKNOWN</CODE> Type.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Type code int.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Type is <CODE>UNKNOWN</CODE>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#UNKNOWN"><code>UNKNOWN</code></a></dd></dl>
</li>
</ul>
<a name="Base()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Base</h4>
<pre>public&nbsp;int&nbsp;Base()</pre>
<div class="block">Gets the radix base that will be applied if this Value is an
        <CODE>INTEGER</CODE> Type.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The current radix base int associated with this Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Base(int)"><code>Base(int)</code></a></dd></dl>
</li>
</ul>
<a name="Base(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Base</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Base(int&nbsp;base)
           throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Sets the radix base to be applied if this Value is an
        <CODE>INTEGER</CODE> Type during a conversion between
        (to or from) a Long and String representation.
<P>
        The radix base is associated with the Value regardless of whether
        it is currently an <CODE>INTEGER</CODE> Type and remains associated
        with the Value regarless of Type changes. Valid radix base values
        are in the range Character.MIN_RADIX <= |base| <=
        Character.MAX_RADIX. The sign of the radix base value will be
        applied to the Value datum when the radix base is used, but is
        otherwise ignored. For example, if a negative radix base is applied
        to positive <CODE>INTEGER</CODE> Value, then <CODE>long_Data</CODE>
        will return a positive long value but <CODE>String_Data</CODE> will
        return the represenation of the negative of the long value since a
        conversion has been applied. Using negative radix base numbers can
        be a source of confusion and probably should be avoided.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>base</code> - The radix base int to be used.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - <DL>
                <DT>VALUE_OVERFLOW
                        <DD>The value of the radix base out of range.
                </DL></dd><dt><span class="strong">See Also:</span></dt><dd><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Character.html?is-external=true#MIN_RADIX" title="class or interface in java.lang"><code>Character.MIN_RADIX</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Character.html?is-external=true#MAX_RADIX" title="class or interface in java.lang"><code>Character.MAX_RADIX</code></a></dd></dl>
</li>
</ul>
<a name="Units()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Units</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;Units()</pre>
<div class="block">Get the units description String.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The units description String, which may be null.</dd></dl>
</li>
</ul>
<a name="Units(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Units</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Units(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;units)</pre>
<div class="block">Set the units description String.
<P>
        This is an arbitrary String that is expected to provide some form
        of real world units description for the Value. It may be null to
        remove any units description.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>units</code> - The units description String.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd></dl>
</li>
</ul>
<a name="Parent()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Parent</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Parent()</pre>
<div class="block">Gets the Value that contains this Value as an Array element.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The Array that contains this Value in its data Vector, or
                null if this Value is not contained in an Array.</dd></dl>
</li>
</ul>
<a name="Warning()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Warning</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a>&nbsp;Warning()</pre>
<div class="block">Gets the current warning status.
<P>
        When conditions are encountered that are unusual enough to warrant
        attention, but not an error condition that would prevent successful
        processing which would cause an exception to be thrown, a warning
        condition is registered. The warning is in the form of a
        PVL_Exception that was not thrown. The current warning status is
        either the <a href="../../PIRL/PVL/Value.html#First_Warning(boolean)"><code><CODE>First_Warning</CODE></code></a> or the <a href="../../PIRL/PVL/Value.html#Last_Warning(boolean)"><code><CODE>Last_Warning</CODE></code></a> since a <a href="../../PIRL/PVL/Value.html#Reset_Warning()"><code><CODE>Reset_Warning</CODE></code></a>.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The current warning status as a PVL_Exception object,
                or null if no warning condition is registered.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL"><code>PVL_Exception</code></a>, 
<a href="../../PIRL/PVL/Value.html#First_Warning(boolean)"><code>First_Warning(boolean)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Last_Warning(boolean)"><code>Last_Warning(boolean)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Reset_Warning()"><code>Reset_Warning()</code></a></dd></dl>
</li>
</ul>
<a name="Reset_Warning()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Reset_Warning</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Reset_Warning()</pre>
<div class="block">Clears any warning status so that the <CODE>Warning</CODE> method
        will return null until the next warning condition occurs.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>This Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Warning()"><code>Warning()</code></a></dd></dl>
</li>
</ul>
<a name="First_Warning(boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>First_Warning</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;First_Warning(boolean&nbsp;first)</pre>
<div class="block">Enables or disables returning the first warning that occurs as the
        current warning status.
<P>
        The first warning is one that occurs when the current warning
        status is null.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>first</code> - true to enable returning the first warning status;
                false to return the last warning that occurred as the current
                warning status.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Warning()"><code>Warning()</code></a>, 
<a href="../../PIRL/PVL/Value.html#First_Warning()"><code>First_Warning()</code></a>, 
<a href="../../PIRL/PVL/Value.html#Reset_Warning()"><code>Reset_Warning()</code></a></dd></dl>
</li>
</ul>
<a name="First_Warning()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>First_Warning</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a>&nbsp;First_Warning()</pre>
<div class="block">Returns the first warning since the last <CODE>Reset_Warning</CODE>.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The first warning status as a PVL_Exception object,
                or null if no warning condition is registered.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL"><code>PVL_Exception</code></a>, 
<a href="../../PIRL/PVL/Value.html#Warning()"><code>Warning()</code></a>, 
<a href="../../PIRL/PVL/Value.html#First_Warning(boolean)"><code>First_Warning(boolean)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Reset_Warning()"><code>Reset_Warning()</code></a></dd></dl>
</li>
</ul>
<a name="Last_Warning(boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Last_Warning</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Last_Warning(boolean&nbsp;last)</pre>
<div class="block">Enables or disables returning the last warning that occurs as the
        current warning status.
<P>
        The last warning is the most recent one regarless of any previous
        warning conditions that may have occured without an intervening
        <CODE>Reset_Warning</CODE>.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>last</code> - true to enable returning the last warning status;
                false to return the first warning condition that occurred as
                the current warning status.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Warning()"><code>Warning()</code></a>, 
<a href="../../PIRL/PVL/Value.html#Last_Warning()"><code>Last_Warning()</code></a>, 
<a href="../../PIRL/PVL/Value.html#Reset_Warning()"><code>Reset_Warning()</code></a></dd></dl>
</li>
</ul>
<a name="Last_Warning()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Last_Warning</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a>&nbsp;Last_Warning()</pre>
<div class="block">Returns the last warning since a <CODE>Reset_Warning</CODE>.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The last warning status as a PVL_Exception object,
                or null if no warning condition is registered.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL"><code>PVL_Exception</code></a>, 
<a href="../../PIRL/PVL/Value.html#Warning()"><code>Warning()</code></a>, 
<a href="../../PIRL/PVL/Value.html#Last_Warning(boolean)"><code>Last_Warning(boolean)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Reset_Warning()"><code>Reset_Warning()</code></a></dd></dl>
</li>
</ul>
<a name="clone()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clone</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;clone()</pre>
<div class="block">Makes a deep copy of the Value.
<P></div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#clone()" title="class or interface in javax.swing.tree">clone</a></code>&nbsp;in class&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">DefaultMutableTreeNode</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>An Object of class Value that is a copy of this Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Value(PIRL.PVL.Value)"><code>Value(Value)</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang"><code>Object.clone()</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang"><code>Cloneable</code></a></dd></dl>
</li>
</ul>
<a name="toString()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
<div class="block">Gets a String representation of the Value.
<P>
        For an <CODE>INTEGER</CODE> Type Value with a decimal radix base
        the Long datum's <CODE>toString</CODE> representation is returned.
        If the datum is null a 0L value is provided. When the radix base is
        not decimal then the radix base is incuded in the representation
        using PVL syntax:
<P>
        <BLOCKQUOTE>
        [ <B><I>sign</I></B> ] <B><I>base</I>#<I>value</I>#</B>
        </BLOCKQUOTE>
<P>
        Where the negative sign is used if either the radix base or the
        datum value (but not both) are negative, the radix base is
        represented in decimal notation, and the datum value is represented
        in the character set corresponding to the radix base. The
        crosshatch characters are the <a href="../../PIRL/PVL/Parser.html#NUMBER_BASE_DELIMITER"><code><CODE>Parser.NUMBER_BASE_DELIMITER</CODE></code></a> character.
<P>
        For a <CODE>REAL</CODE> Type Value the Double datum's
        <CODE>toString</CODE> representation is returned. If the datum is
        null a "0.0" representation is returned.
<P>
        For <CODE>STRING</CODE> Types the String datum is returned (the
        empy string is used for a null datum) enclosed in any PVL syntax
        characters appropriate for its specific Type. For the
        <CODE>TEXT</CODE> Type the <a href="../../PIRL/PVL/Parser.html#TEXT_DELIMITER"><code><CODE>Parser.TEXT_DELIMITER</CODE></code></a> character starts and ends the
        String, while for the <CODE>SYMBOL</CODE> Type the <a href="../../PIRL/PVL/Parser.html#SYMBOL_DELIMITER"><code><CODE>Parser.SYMBOL_DELIMITER</CODE></code></a> is
        used.
<P>
        For Values with an <CODE>ARRAY</CODE> Type, the
        <CODE>Type_Name</CODE> is used as a place holder (use the
        <CODE>Write</CODE> method to get all of the individual Array
        entries). For the <CODE>SET</CODE> Type this is enclosed in <a href="../../PIRL/PVL/Parser.html#SET_START_DELIMITER"><code><CODE>Parser.SET_START_DELIMITER</CODE></code></a>
        and <a href="../../PIRL/PVL/Parser.html#SET_END_DELIMITER"><code><CODE>Parser.SET_END_DELIMITER</CODE></code></a> characters. For the
        <CODE>SEQUENCE</CODE> Type the <a href="../../PIRL/PVL/Parser.html#SEQUENCE_START_DELIMITER"><code><CODE>Parser.SEQUENCE_START_DELIMITER</CODE></code></a> and <a href="../../PIRL/PVL/Parser.html#SEQUENCE_END_DELIMITER"><code><CODE>Parser.SEQUENCE_END_DELIMITER</CODE></code></a> characters enclose the
        name.
<P>
        For Values with the <CODE>UNKNOWN</CODE> Type just the
        <CODE>Type_Name</CODE> is provided.
<P></div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#toString()" title="class or interface in javax.swing.tree">toString</a></code>&nbsp;in class&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">DefaultMutableTreeNode</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>A String description of the Value datum plus any units.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Write(java.io.OutputStream, int, boolean)"><code>Write(OutputStream, int, boolean)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Type_Name()"><code>Type_Name()</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Long.html?is-external=true#toString()" title="class or interface in java.lang"><code>Long.toString()</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Double.html?is-external=true#toString()" title="class or interface in java.lang"><code>Double.toString()</code></a></dd></dl>
</li>
</ul>
<a name="Description(PIRL.PVL.Lister)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Description</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;Description(<a href="../../PIRL/PVL/Lister.html" title="class in PIRL.PVL">Lister</a>&nbsp;lister)</pre>
<div class="block">Gets a PVL description of the Value using a specified Lister.
<p>
        The Value is <a href="../../PIRL/PVL/Value.html#Write(java.io.OutputStream)"><code>Write</code></a>n to a
        StringWriter on the specified Lister and the resultant String is
        returned. If the Write method produces an exception, the exception
        message is returned. The Lister will have its Writer <a href="../../PIRL/PVL/Lister.html#Set_Writer(java.io.Writer)"><code>set</code></a> to the StringWriter used to write
        the PVL syntax. If no Lister is specified (the argument is null)
        then a default Lister will be provided.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lister</code> - The Lister to use when writing the PVL syntax.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The String describing the Value in PVL syntax.</dd></dl>
</li>
</ul>
<a name="Description()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Description</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;Description()</pre>
<div class="block">Gets a PVL description of the Value.
<p>
        The Value is <a href="../../PIRL/PVL/Value.html#Write(java.io.OutputStream)"><code>Write</code></a>n to a
        StringWriter on a default Lister and the resultant String is
        returned. If the Write method produces an exception, the exception
        message is returned.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The String describing the Value in PVL syntax.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Description(PIRL.PVL.Lister)"><code>Description(Lister)</code></a></dd></dl>
</li>
</ul>
<a name="Match(PIRL.PVL.Value, PIRL.PVL.Selector)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Match</h4>
<pre>public&nbsp;boolean&nbsp;Match(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value,
            <a href="../../PIRL/PVL/Selector.html" title="interface in PIRL.PVL">Selector</a>&nbsp;criteria)</pre>
<div class="block">Tests if a Value matches this Value using the specified criteria.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The Value to be compared to this Value.</dd><dd><code>criteria</code> - The Selector providing the comparison criteria.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if there is a criteria match; false otherwise.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Selector.html" title="interface in PIRL.PVL"><code>Selector</code></a></dd></dl>
</li>
</ul>
<a name="Match_Depth(PIRL.PVL.Value, PIRL.PVL.Selector)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Match_Depth</h4>
<pre>public&nbsp;boolean&nbsp;Match_Depth(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value,
                  <a href="../../PIRL/PVL/Selector.html" title="interface in PIRL.PVL">Selector</a>&nbsp;criteria)</pre>
<div class="block">Tests if a Value matches this Value using the specified criteria.
<P>
        If the Value is an Array matching is done recursively on all
        Values of the Array. The match succeeds if all Values match.
<P>
        <B>N.B.</B>: To avoid unnecessary redundant recursive comparisons of
        Array data values if the <a href="../../PIRL/PVL/Selector.html#Data(boolean)"><code>Data</code></a>
        criteria is included in the criteria the <a href="../../PIRL/PVL/Selector.html#Data_Match(PIRL.PVL.Value, PIRL.PVL.Value)"><code>data comparison</code></a> is only done for
        non-Array Values.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The Value to be compared to this Value.</dd><dd><code>criteria</code> - The Selector providing the comparison criteria.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if there is a criteria match; false otherwise.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Selector.html" title="interface in PIRL.PVL"><code>Selector</code></a>, 
<a href="../../PIRL/PVL/Selection.html" title="class in PIRL.PVL"><code>Selection</code></a></dd></dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public&nbsp;boolean&nbsp;equals(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</pre>
<div class="block">Tests if an Object is equal to this Value.
<P>
        An Object is equal to this Value when it is also a Value object and
        all of its fields are equal to this Value's fields. A Selection
        object with <CODE>VALUE_MATCH</CODE> criteria is used with the
        <CODE>Match_Depth</CODE> method.
<P></div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code>&nbsp;in class&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - The Object to be compared to this Value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the object equals this Value, false otherwise.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Match_Depth(PIRL.PVL.Value, PIRL.PVL.Selector)"><code>Match_Depth(Value, Selector)</code></a>, 
<a href="../../PIRL/PVL/Selection.html" title="class in PIRL.PVL"><code>Selection</code></a>, 
<a href="../../PIRL/PVL/Selector.html#VALUE_MATCH"><code>Selector.VALUE_MATCH</code></a></dd></dl>
</li>
</ul>
<a name="equalsIgnoreCase(PIRL.PVL.Value)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equalsIgnoreCase</h4>
<pre>public&nbsp;boolean&nbsp;equalsIgnoreCase(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;value)</pre>
<div class="block">Tests if a Value is equivalent to this Value, ignoring certain
        cases where field values are not equal.
<P>
        Unlike <CODE>equals</CODE>, for a Value to be equivalent to this
        Value the fields need only be logically equivalent, rather than
        containing the same value. A Selection object with
        <CODE>VALUE_MATCH</CODE> but <CODE>Specific (false)</CODE> criteria
        is used with the <CODE>Match_Depth</CODE> method.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The Value to be compared to this Value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the Value is logically equivalent to this Value,
                false otherwise.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Match_Depth(PIRL.PVL.Value, PIRL.PVL.Selector)"><code>Match_Depth(Value, Selector)</code></a>, 
<a href="../../PIRL/PVL/Selection.html" title="class in PIRL.PVL"><code>Selection</code></a>, 
<a href="../../PIRL/PVL/Selector.html#VALUE_MATCH"><code>Selector.VALUE_MATCH</code></a>, 
<a href="../../PIRL/PVL/Selection.html#Specific(boolean)"><code>Selection.Specific(boolean)</code></a></dd></dl>
</li>
</ul>
<a name="Write(java.io.OutputStream, int, boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Write</h4>
<pre>public&nbsp;int&nbsp;Write(<a href="/usr/share/doc/default-jdk-doc/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;output,
        int&nbsp;level,
        boolean&nbsp;strict)
          throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a>,
                 <a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Writes the Value in PVL syntax using a PVL Lister.
<P>
        The Lister is created with the output stream as its list
        destination using the specified indent level and syntax strictness.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>output</code> - The OutputStream to receive what is written.
                If output is null <CODE>System.out</CODE> is used.</dd><dd><code>level</code> - The indent level at which to start the listing.
                If the level is negative, indenting is disabled.</dd><dd><code>strict</code> - Use strict PVL syntax if true; otherwise use an
                easier to read format.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The total number of bytes written.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - <DL>
                <DT><CODE>BAD_ARGUMENT</CODE>
                        <DD>If an element in an Array is not a Value.
                <DT><CODE>ILLEGAL_SYNTAX</CODE>
                        <DD>If a PVL reserved character was found in an unenclosed
                                <CODE>STRING</CODE> datum during strict writing.
                </DL></dd>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - From the OutputStream <CODE>write</CODE> method.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Lister.html#Write(PIRL.PVL.Value)"><code>Lister.Write(Value)</code></a></dd></dl>
</li>
</ul>
<a name="Write()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Write</h4>
<pre>public&nbsp;int&nbsp;Write()
          throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a>,
                 <a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Writes the Value in PVL syntax to <CODE>System.out</CODE>
        starting at level 0, not strict.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The total number of bytes written.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - From the foundation <CODE>Write</CODE> method.</dd>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - From the OutputStream <CODE>write</CODE> method.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Write(java.io.OutputStream, int, boolean)"><code>Write(OutputStream, int, boolean)</code></a></dd></dl>
</li>
</ul>
<a name="Write(boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Write</h4>
<pre>public&nbsp;int&nbsp;Write(boolean&nbsp;indent)
          throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a>,
                 <a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Writes the Value in PVL syntax to <CODE>System.out</CODE>
        with or without indenting, not strict.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>indent</code> - Enable indenting starting at level 0 if true;
                disable indenting otherwise.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The total number of bytes written.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - From the foundation <CODE>Write</CODE> method.</dd>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - From the OutputStream <CODE>write</CODE> method.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Write(java.io.OutputStream, int, boolean)"><code>Write(OutputStream, int, boolean)</code></a></dd></dl>
</li>
</ul>
<a name="Write(boolean, boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Write</h4>
<pre>public&nbsp;int&nbsp;Write(boolean&nbsp;indent,
        boolean&nbsp;strict)
          throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a>,
                 <a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Writes the Value in PVL syntax to output <CODE>System.out</CODE>
        with indenting and strict PVL enabled or disabled.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>indent</code> - Enable indenting starting at level 0 if true;
                disable indenting otherwise.</dd><dd><code>strict</code> - Use strict PVL syntax if true; otherwise use an
                easier to read format.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The total number of bytes written.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - From the foundation <CODE>Write</CODE> method.</dd>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - From the OutputStream <CODE>write</CODE> method.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Write(java.io.OutputStream, int, boolean)"><code>Write(OutputStream, int, boolean)</code></a></dd></dl>
</li>
</ul>
<a name="Write(java.io.OutputStream)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Write</h4>
<pre>public&nbsp;int&nbsp;Write(<a href="/usr/share/doc/default-jdk-doc/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;output)
          throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a>,
                 <a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Writes the Value in PVL syntax to the output starting at level 0,
        not strict.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>output</code> - The OutputStream to receive what is written.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The total number of bytes written.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - From the foundation <CODE>Write</CODE> method.</dd>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - From the OutputStream <CODE>write</CODE> method.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Write(java.io.OutputStream, int, boolean)"><code>Write(OutputStream, int, boolean)</code></a></dd></dl>
</li>
</ul>
<a name="Write(java.io.OutputStream, boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Write</h4>
<pre>public&nbsp;int&nbsp;Write(<a href="/usr/share/doc/default-jdk-doc/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;output,
        boolean&nbsp;indent)
          throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a>,
                 <a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Writes the Value in PVL syntax to the output with or without
        indenting, not strict.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>output</code> - The OutputStream to receive what is written.</dd><dd><code>indent</code> - Enable indenting starting at level 0 if true;
                disable indenting otherwise.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The total number of bytes written.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - From the foundation <CODE>Write</CODE> method.</dd>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - From the OutputStream <CODE>write</CODE> method.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Write(java.io.OutputStream, int, boolean)"><code>Write(OutputStream, int, boolean)</code></a></dd></dl>
</li>
</ul>
<a name="iterator(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>iterator</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&nbsp;iterator(int&nbsp;index)</pre>
<div class="block">Provides an Iterator for Values contained in an Array positioned so
        that the next element returned will be from the specified index of
        the Array.
<P>
        This Iterator does not descend into nested Array Values. The
        <a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree"><code>DefaultMutableTreeNode</code></a> base class
        provdes various Enumeration objects that will traverse the
        hierarchy in different orders.
<P>
        For non-Array Values an "empty" Iterator will be provided. This
        will act the same as an Iterator on an empty data Vector.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - The starting list element.</dd>
<dt><span class="strong">Returns:</span></dt><dd>An Iterator object.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="/usr/share/doc/default-jdk-doc/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree"><code>DefaultMutableTreeNode</code></a></dd></dl>
</li>
</ul>
<a name="iterator()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>iterator</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&nbsp;iterator()</pre>
<div class="block">Provides an Iterator starting at the first element of the list.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>An Iterator object.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#iterator(int)"><code>iterator(int)</code></a></dd></dl>
</li>
</ul>
<a name="listIterator(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listIterator</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/util/ListIterator.html?is-external=true" title="class or interface in java.util">ListIterator</a>&nbsp;listIterator(int&nbsp;index)</pre>
<div class="block">Provides a ListIterator for Values contained in an Array positioned
        so that the next element returned will be from the specified index of
        the list.
<P>
        The functionality of the Value Iterator is provided (which it
        extends) with the ListIterator interface implemented.
<P>
        <B>Note</B>: When the Value is an <CODE>ARRAY</CODE> Type, but has
        no data Vector, an empty one is provided so the <CODE>add</CODE>
        method will be able to insert new Values into the Array.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - The starting list element.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A ListIterator object.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#iterator()"><code>iterator()</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/java/util/ListIterator.html?is-external=true" title="class or interface in java.util"><code>ListIterator</code></a></dd></dl>
</li>
</ul>
<a name="listIterator()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listIterator</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/util/ListIterator.html?is-external=true" title="class or interface in java.util">ListIterator</a>&nbsp;listIterator()</pre>
<div class="block">Provides a ListIterator starting at the first element of the list.
<P></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A ListIterator object.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#listIterator(int)"><code>listIterator(int)</code></a></dd></dl>
</li>
</ul>
<a name="Find(PIRL.PVL.Value, PIRL.PVL.Selector, PIRL.PVL.Value)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Find</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Find(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;test_value,
         <a href="../../PIRL/PVL/Selector.html" title="interface in PIRL.PVL">Selector</a>&nbsp;criteria,
         <a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;last_value)</pre>
<div class="block">Searches for a Value that matches a test Value according
        the Selector criteria, optionally after some specific Value
        object has been located first.
<P>
        A search is made of the Values contained in this Array, and,
        recursively, any Arrays it contains. The search is depth-wise: each
        Array Value is searched when it is encountered.
<P>
        The search must first find the last_value (having the same object
        reference) before proceeding with the search for the test_value
        beginning with the Value following the last_value. If the
        last_value is null, then the search for the test_value begins with
        the first Value contained in this Array.
<P>
        The search compares each value encountered against the test_value
        using the Selector criteria's <CODE>Values_Match</CODE> method. The
        first Value that matches the test_value is returned. If the
        last_value or the test_value is not found, null is returned. If the
        last_value could not be found a
        <CODE>PVL_Exception.NO_LAST_LOCATION</CODE> warning status is
        registered with this Value. If the Value in which to
        <CODE>Find</CODE> is not an <CODE>ARRAY</CODE> Type, null will be
        returned and a <CODE>PVL_Exception.ILLEGAL_SYNTAX</CODE> warning
        status will be set.
<P>
        The test_value may be any parameter, pre-existing or created ad hoc
        as a template for the Selector criteria. A Selector offers numerous
        criteria that may be conditionally applied when comparing the
        test_value with Array members. <B>Note</B>: The PIRL.PVL
        package provides a Selection class that implements the Selector
        interface.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>test_value</code> - A Value object to use for testing Values in
                this Array for a match.</dd><dd><code>criteria</code> - A Selector object providing the methods to
                determine if Values match.</dd><dd><code>last_value</code> - A Value object to be found within the Array
                before search comparisons begin. If null, begin the search at
                the first element of the Array.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Value object that was found, or null if not found. If
                the Value in which to <CODE>Find</CODE> is not an
                <CODE>ARRAY</CODE> Type, null will be returned and a
                <CODE>PVL_Exception.ILLEGAL_SYNTAX</CODE> warning status will
                be set. If the last_value could not be found a
                <CODE>PVL_Exception.NO_LAST_LOCATION</CODE> warning status is
                registered with this Value.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Selector.html" title="interface in PIRL.PVL"><code>Selector</code></a>, 
<a href="../../PIRL/PVL/Selection.html#Values_Match(PIRL.PVL.Value, PIRL.PVL.Value)"><code>Selection.Values_Match(Value, Value)</code></a></dd></dl>
</li>
</ul>
<a name="Find(byte)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Find</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Find(byte&nbsp;value)</pre>
<div class="block">Finds a Value having the datum equal to the primitive value.
<P>
        A test_value is constructed from the primitive value and a
        selection criteria requiring a data match is provided.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The primitive value for the datum being sought.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Value object that was found, or null if not found.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Value(byte)"><code>Value(byte)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value, PIRL.PVL.Selector, PIRL.PVL.Value)"><code>Find(Value, Selector, Value)</code></a></dd></dl>
</li>
</ul>
<a name="Find(short)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Find</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Find(short&nbsp;value)</pre>
<div class="block">Finds a Value having the datum equal to the primitive value.
<P>
        A test_value is constructed from the primitive value and a
        selection criteria requiring a data match is provided.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The primitive value for the datum being sought.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Value object that was found, or null if not found.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Value(short)"><code>Value(short)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value, PIRL.PVL.Selector, PIRL.PVL.Value)"><code>Find(Value, Selector, Value)</code></a></dd></dl>
</li>
</ul>
<a name="Find(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Find</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Find(int&nbsp;value)</pre>
<div class="block">Finds a Value having the datum equal to the primitive value.
<P>
        A test_value is constructed from the primitive value and a
        selection criteria requiring a data match is provided.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The primitive value for the datum being sought.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Value object that was found, or null if not found.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Value(int)"><code>Value(int)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value, PIRL.PVL.Selector, PIRL.PVL.Value)"><code>Find(Value, Selector, Value)</code></a></dd></dl>
</li>
</ul>
<a name="Find(long)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Find</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Find(long&nbsp;value)</pre>
<div class="block">Finds a Value having the datum equal to the primitive value.
<P>
        A test_value is constructed from the primitive value and a
        selection criteria requiring a data match is provided.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The primitive value for the datum being sought.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Value object that was found, or null if not found.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Value(long)"><code>Value(long)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value, PIRL.PVL.Selector, PIRL.PVL.Value)"><code>Find(Value, Selector, Value)</code></a></dd></dl>
</li>
</ul>
<a name="Find(float)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Find</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Find(float&nbsp;value)</pre>
<div class="block">Finds a Value having the datum equal to the primitive value.
<P>
        A test_value is constructed from the primitive value and a
        selection criteria requiring a data match is provided.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The primitive value for the datum being sought.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Value object that was found, or null if not found.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Value(float)"><code>Value(float)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value, PIRL.PVL.Selector, PIRL.PVL.Value)"><code>Find(Value, Selector, Value)</code></a></dd></dl>
</li>
</ul>
<a name="Find(double)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Find</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Find(double&nbsp;value)</pre>
<div class="block">Finds a Value having the datum equal to the primitive value.
<P>
        A test_value is constructed from the primitive value and a
        selection criteria requiring a data match is provided.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The primitive value for the datum being sought.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Value object that was found, or null if not found.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Value(double)"><code>Value(double)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value, PIRL.PVL.Selector, PIRL.PVL.Value)"><code>Find(Value, Selector, Value)</code></a></dd></dl>
</li>
</ul>
<a name="Find(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Find</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Find(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)
           throws <a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Finds a Value having the datum equal to the value of the Object.
<P>
        A test_value is constructed from the object and a selection
        criteria requiring a data match is provided.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The object having the value for the datum being sought.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Value object that was found, or null if not found.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code> - If a Value could not be constructed from
                the Object.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Value(java.lang.Object)"><code>Value(Object)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value, PIRL.PVL.Selector, PIRL.PVL.Value)"><code>Find(Value, Selector, Value)</code></a></dd></dl>
</li>
</ul>
<a name="Find(int, PIRL.PVL.Value)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Find</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Find(int&nbsp;type,
         <a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;last_value)</pre>
<div class="block">Finds the Value of the specified Type, beginning after the
        specified Value object is found.
<P>
        The Type matching is specific. For a general Type match - i.e.
        where any two <CODE>NUMERIC</CODE>, <CODE>STRING</CODE> or
        <CODE>ARRAY</CODE> Values will match - use:
<P>
<PRE>Find (new Value ().Type (type),
&nbsp;&nbsp;&nbsp;&nbsp;  new Selection ().Type (true).Specific (false),
&nbsp;&nbsp;&nbsp;&nbsp;  last_value);
</PRE>
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The Type code to search for.</dd><dd><code>last_value</code> - A Value object to be found within the Array
                before search comparisons begin. If null, begin the search at
                the first element of the Array.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Value object that was found, or null if not found.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Find(int)"><code>Find(int)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value, PIRL.PVL.Selector, PIRL.PVL.Value)"><code>Find(Value, Selector, Value)</code></a>, 
<a href="../../PIRL/PVL/Selection.html#Type(boolean)"><code>Selection.Type(boolean)</code></a>, 
<a href="../../PIRL/PVL/Selection.html#Specific(boolean)"><code>Selection.Specific(boolean)</code></a></dd></dl>
</li>
</ul>
<a name="Find(PIRL.PVL.Value)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Find</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Find(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;test_value)</pre>
<div class="block">Finds the Value that completely matches a test Value.
<P>
        A complete match requires an exact match of the Value data and its
        Type (as well as the numeric base for integers), and any units
        String. <B>Note</B>: Value contents, not Value object references,
        are compared.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>test_value</code> - The Value to use when testing for a match.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Value object that was found, or null if not found.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value, PIRL.PVL.Selector, PIRL.PVL.Value)"><code>Find(Value, Selector, Value)</code></a></dd></dl>
</li>
</ul>
<a name="Find(PIRL.PVL.Value, PIRL.PVL.Value)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Find</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Find(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;test_value,
         <a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;last_value)</pre>
<div class="block">Finds the Value that completely matches a test Value, beginning
        after the specified Value within the Array.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>test_value</code> - A Value object to use for testing Values in
                this Array for a match.</dd><dd><code>last_value</code> - A Value object to be found within the Array
                before search comparisons begin. If null, begin the search at
                the first element of the Array.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Value object that was found, or null if not found.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value)"><code>Find(Value)</code></a>, 
<a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value, PIRL.PVL.Selector, PIRL.PVL.Value)"><code>Find(Value, Selector, Value)</code></a></dd></dl>
</li>
</ul>
<a name="Find(PIRL.PVL.Value, PIRL.PVL.Selector)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Find</h4>
<pre>public&nbsp;<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;Find(<a href="../../PIRL/PVL/Value.html" title="class in PIRL.PVL">Value</a>&nbsp;test_value,
         <a href="../../PIRL/PVL/Selector.html" title="interface in PIRL.PVL">Selector</a>&nbsp;criteria)</pre>
<div class="block">Finds the Value that matches a test Value according the Selector
        criteria.
<P></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>test_value</code> - A Value to use for testing Values in this Array
                for a match.</dd><dd><code>criteria</code> - A Selector object providing the methods to
                determine if Values match.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Value object that was found, or null if not found.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Find(PIRL.PVL.Value, PIRL.PVL.Selector, PIRL.PVL.Value)"><code>Find(Value, Selector, Value)</code></a></dd></dl>
</li>
</ul>
<a name="setUserObject(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setUserObject</h4>
<pre>public&nbsp;void&nbsp;setUserObject(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</pre>
<div class="block">Overrides the base class method to ensure Value integrity.
<P></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true#setUserObject(java.lang.Object)" title="class or interface in javax.swing.tree">setUserObject</a></code>&nbsp;in interface&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">MutableTreeNode</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#setUserObject(java.lang.Object)" title="class or interface in javax.swing.tree">setUserObject</a></code>&nbsp;in class&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">DefaultMutableTreeNode</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - Since the <CODE>userObject</CODE> of a Value is a
                reference to itself, it is illegal to use this method. A
                <CODE>PVL_Exception.BAD_ARGUMENT</CODE> warning status is set.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#setUserObject(java.lang.Object)" title="class or interface in javax.swing.tree"><code>DefaultMutableTreeNode.setUserObject(Object)</code></a></dd></dl>
</li>
</ul>
<a name="setAllowsChildren(boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAllowsChildren</h4>
<pre>public&nbsp;void&nbsp;setAllowsChildren(boolean&nbsp;allows)</pre>
<div class="block">Overrides the base class method to ensure Value integrity.
<P></div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#setAllowsChildren(boolean)" title="class or interface in javax.swing.tree">setAllowsChildren</a></code>&nbsp;in class&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">DefaultMutableTreeNode</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>allows</code> - Since the ability of a Value to have children is
                totally determined by its Type (only Arrays may have a children
                data Vector), this argument is ignored and a
                <CODE>PVL_Exception.ILLEGAL_SYNTAX</CODE> warning status is
                set.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#setAllowsChildren(boolean)" title="class or interface in javax.swing.tree"><code>DefaultMutableTreeNode.setAllowsChildren(boolean)</code></a></dd></dl>
</li>
</ul>
<a name="add(javax.swing.tree.MutableTreeNode)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add</h4>
<pre>public&nbsp;void&nbsp;add(<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">MutableTreeNode</a>&nbsp;value)
         throws <a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
<div class="block">Invokes the Value's <CODE>Add</CODE> method.
<P></div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#add(javax.swing.tree.MutableTreeNode)" title="class or interface in javax.swing.tree">add</a></code>&nbsp;in class&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">DefaultMutableTreeNode</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - A MutableTreeNode that must be a Value object.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If the value argument is not a
                Value object, or the <CODE>Add</CODE> method threw a
                PVL_Exception (in which case it's message is used for the
                exception message).</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Add(PIRL.PVL.Value)"><code>Add(Value)</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#add(javax.swing.tree.MutableTreeNode)" title="class or interface in javax.swing.tree"><code>DefaultMutableTreeNode.add(MutableTreeNode)</code></a></dd></dl>
</li>
</ul>
<a name="insert(javax.swing.tree.MutableTreeNode, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;void&nbsp;insert(<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">MutableTreeNode</a>&nbsp;value,
          int&nbsp;index)
            throws <a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
<div class="block">Invokes the Value's <CODE>Insert</CODE> method.
<P></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true#insert(javax.swing.tree.MutableTreeNode, int)" title="class or interface in javax.swing.tree">insert</a></code>&nbsp;in interface&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">MutableTreeNode</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#insert(javax.swing.tree.MutableTreeNode, int)" title="class or interface in javax.swing.tree">insert</a></code>&nbsp;in class&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">DefaultMutableTreeNode</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - A MutableTreeNode that must be a Value object.</dd><dd><code>index</code> - The index in the Array where the Value is to be
                inserted.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If the value argument is not
                a Value object, or the <CODE>Insert</CODE> method threw a
                PVL_Exception (in which case it's message is used for the
                exception message).</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Insert(PIRL.PVL.Value, int)"><code>Insert(Value, int)</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#insert(javax.swing.tree.MutableTreeNode, int)" title="class or interface in javax.swing.tree"><code>DefaultMutableTreeNode.insert(MutableTreeNode, int)</code></a></dd></dl>
</li>
</ul>
<a name="remove(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>remove</h4>
<pre>public&nbsp;void&nbsp;remove(int&nbsp;index)</pre>
<div class="block">Invokes the Value's <CODE>Remove</CODE> method.
<P></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true#remove(int)" title="class or interface in javax.swing.tree">remove</a></code>&nbsp;in interface&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">MutableTreeNode</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#remove(int)" title="class or interface in javax.swing.tree">remove</a></code>&nbsp;in class&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">DefaultMutableTreeNode</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - The index of the element in the Array to remove.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Remove(int)"><code>Remove(int)</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#remove(int)" title="class or interface in javax.swing.tree"><code>DefaultMutableTreeNode.remove(int)</code></a></dd></dl>
</li>
</ul>
<a name="remove(javax.swing.tree.MutableTreeNode)">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>remove</h4>
<pre>public&nbsp;void&nbsp;remove(<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">MutableTreeNode</a>&nbsp;value)
            throws <a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
<div class="block">Invokes the Value's <CODE>Remove</CODE> method.
<P></div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true#remove(javax.swing.tree.MutableTreeNode)" title="class or interface in javax.swing.tree">remove</a></code>&nbsp;in interface&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/MutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">MutableTreeNode</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#remove(javax.swing.tree.MutableTreeNode)" title="class or interface in javax.swing.tree">remove</a></code>&nbsp;in class&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true" title="class or interface in javax.swing.tree">DefaultMutableTreeNode</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - A MutableTreeNode that must be a Value object.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If the value argument is not
                a Value object.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../PIRL/PVL/Value.html#Remove(PIRL.PVL.Value)"><code>Remove(Value)</code></a>, 
<a href="/usr/share/doc/default-jdk-doc/api/javax/swing/tree/DefaultMutableTreeNode.html?is-external=true#remove(javax.swing.tree.MutableTreeNode)" title="class or interface in javax.swing.tree"><code>DefaultMutableTreeNode.remove(MutableTreeNode)</code></a></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../PIRL/PVL/Selector.html" title="interface in PIRL.PVL"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../index.html?PIRL/PVL/Value.html" target="_top">Frames</a></li>
<li><a href="Value.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>