[This is preliminary documentation and is subject to change.]
Defines the set of values that can be specified whenever a CitizenshipStatus
is used as a parameter to a method or constructor.
| All Members | Methods | Fields | |||
| Icon | Member | Description |
|---|---|---|
| DUALNATIONAL | Dual national ("1014") | |
| NON_RESIDENT_ALIEN | Non-resident alien ("1015") | |
| OTHER | Other ("9999") | |
| RESIDENT_ALIEN | Resident alien ("1016") | |
| SIF1X_DUALNATIONAL | Dual National - An individual who is a citizen of more than one country ("01") | |
| SIF1X_NON_RESIDENT_ALIEN | Non-Resident Alien - An individual who has been admitted temporarily to the United States as a non-immigrant, but is not a citizen ("02") | |
| SIF1X_OTHER | Other ("99") | |
| SIF1X_RESIDENT_ALIEN | An individual who has been admitted to the United States for permanent residency but is not a citizen of the United States ("03") | |
| SIF1X_USCITIZEN | United States Citizen - An individual who is a citizen of only the United States regardless of how this status was acquired ("04") | |
| USCITIZEN | United States Citizen ("1017") | |
| Wrap(String) | Wrap an arbitrary string value in a CitizenshipStatus object. |
Alternatively, the static
Wrap(String) method can be called to encapsulate any string value in
a CitizenshipStatus object.
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | |||||
| SifSimpleType | |||||
| AdkDataType<(Of <String>)> | |||||
| SifString | |||||
| SifEnum | |||||
| CitizenshipStatus | |||||