Produced by Araxis Merge on 12/13/2018 10:35:24 AM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\java\gov\va\med\ccht\service\common | JobDescription.java | Fri Dec 7 17:36:30 2018 UTC |
| 2 | v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\java\gov\va\med\ccht\service\common | JobDescription.java | Thu Dec 13 15:06:33 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 94 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | /** | |
| 2 | * | |
| 3 | */ | |
| 4 | package go v.va.med.c cht.servic e.common; | |
| 5 | ||
| 6 | /** | |
| 7 | * @author DNS | |
| 8 | */ | |
| 9 | public enu m JobDescr iption { | |
| 10 | ||
| 11 | // CA RE_COORDIN ATOR("Care Coordinat or","2"), | |
| 12 | // LE AD_CARE_CO ORDINATOR( "Lead Care Coordinat or","1"), | |
| 13 | // MA NAGEMENT(" Management ","4"), | |
| 14 | // NA C("NAC","6 "), | |
| 15 | // PS A("Program Support A ssistant", "3"), | |
| 16 | // VE NDOR("Vend or","5"), | |
| 17 | // DM P_CONTRIBU TOR("DMP C ontributor ","7"), | |
| 18 | // ST TC_STAFF(" STTC Staff ","8"); | |
| 19 | ||
| 20 | PR OGRAM_ASSI STANT("Pro gram Assis tant", "1" ), | |
| 21 | CA RE_COORDIN ATOR("Care Coordinat or", "2"), | |
| 22 | FA CILITY_ADM IN("Facili ty Adminis trator", " 3"), | |
| 23 | VI SN_ADMIN(" VISN Admin istrator", "4"), | |
| 24 | NA TIONAL_ADM IN("Nation al Adminis trator", " 5"), | |
| 25 | VE NDOR("Vend or", "6"); | |
| 26 | ||
| 27 | pr ivate Stri ng key; | |
| 28 | pr ivate Stri ng value; | |
| 29 | ||
| 30 | pr ivate JobD escription (String ke y, String value) { | |
| 31 | this .key = key ; | |
| 32 | this .value = v alue; | |
| 33 | } | |
| 34 | ||
| 35 | /* * | |
| 36 | * @return t he value | |
| 37 | * / | |
| 38 | pu blic Strin g getValue () { | |
| 39 | retu rn value; | |
| 40 | } | |
| 41 | ||
| 42 | /* * | |
| 43 | * @return t he key | |
| 44 | * / | |
| 45 | pu blic Strin g getKey() { | |
| 46 | retu rn key; | |
| 47 | } | |
| 48 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.