Skip to content

Commit

Permalink
RESKC-933: adding new citizen types for PHS 398 Career Development Aw…
Browse files Browse the repository at this point in the history
…ard Supplemental Form 3.0
  • Loading branch information
leoherbie committed Apr 12, 2016
1 parent c857a91 commit 5b3b632
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public enum CitizenshipType {
PERMANENT_RESIDENT_OF_US("Permanent Resident of U.S."),
NON_US_CITIZEN_WITH_TEMPORARY_VISA("Non-U.S. Citizen with temporary visa"),
PERMANENT_RESIDENT_OF_US_PENDING("Permanent Resident of U.S. Pending"),
NOT_RESIDING_IN_US("Not Residing in the U.S"),
TEMP_VISA_ALSO_APPLIED_FOR_PERM_RESIDENT_STATUS("Temporary Visa also applied for permanent resident status"),
NOT_AVAILABLE("N/A");

private String citizenShip;
Expand Down

0 comments on commit 5b3b632

Please sign in to comment.