|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.SIFSimpleType<java.lang.String>
com.edustructures.sifworks.SIFString
com.edustructures.sifworks.SIFEnum
com.edustructures.sifworks.student.EmployerTypeCode
public class EmployerTypeCode
Defines the set of values that can be specified whenever an EmployerTypeCode
is used as a parameter to a method or constructor. Alternatively, the static
wrap method can be called to encapsulate any string value in
an EmployerTypeCode object.
| Field Summary | |
|---|---|
static EmployerTypeCode |
_0614_1803_GOVERNMENT
Government ("1803") |
static EmployerTypeCode |
_0614_1804_MILITARY
Military ("1804") |
static EmployerTypeCode |
_0614_1805_PRIVATE
Private organization ("1805") |
static EmployerTypeCode |
_0614_1806_SELF_EMPLOYED
Self-employed ("1806") |
static EmployerTypeCode |
_0614_1807_MILITARY_DEFENSE
Military/Department of Defense ("1807") |
static EmployerTypeCode |
_0614_1808_AGRICULTURE
Agricultural/fishery seasonal employer ("1808") |
static EmployerTypeCode |
_0614_9999_OTHER
Other ("9999") |
static EmployerTypeCode |
_0710_AGRICULTURAL
Agricultural/Fishery Seasonal Employer - A farm, ranch, processing establishment, cannery, gin, packing shed, nursery, or other entity that produces or conditions seed, and that recruits, solicits, hires, employs, furnishes, or transports any migrant or seasonal agricultural worker ("06") |
static EmployerTypeCode |
_0710_GOVERNMENT
Government - A federal, regional, state, or local government agency ("01") |
static EmployerTypeCode |
_0710_MILITARY
Military - A branch of the armed forces ("02") |
static EmployerTypeCode |
_0710_MILITARY_DOD
Military/Department of Defense - Civilian employment in a branch of the armed forces or the U.S. |
static EmployerTypeCode |
_0710_OTHER
Other ("99") |
static EmployerTypeCode |
_0710_PRIVATE_ORG
Private Organization - A non-government organization ("03") |
static EmployerTypeCode |
_0710_SELF_EMP
Self-Employed - Earning income directly from one's own business, trade, or profession rather than as an employee of another individual or organization ("04") |
| Method Summary | |
|---|---|
static EmployerTypeCode |
wrap(java.lang.String value)
Wrap an arbitrary string value in an EmployerTypeCode object. |
| Methods inherited from class com.edustructures.sifworks.SIFString |
|---|
getTypeConverter, isDoNotEncode |
| Methods inherited from class com.edustructures.sifworks.SIFSimpleType |
|---|
createField, equals, getDataType, getSQLType, getValue, hashCode, toString, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final EmployerTypeCode _0614_9999_OTHER
public static final EmployerTypeCode _0614_1808_AGRICULTURE
public static final EmployerTypeCode _0710_PRIVATE_ORG
public static final EmployerTypeCode _0710_OTHER
public static final EmployerTypeCode _0614_1807_MILITARY_DEFENSE
public static final EmployerTypeCode _0614_1805_PRIVATE
public static final EmployerTypeCode _0614_1804_MILITARY
public static final EmployerTypeCode _0710_MILITARY
public static final EmployerTypeCode _0710_SELF_EMP
public static final EmployerTypeCode _0710_MILITARY_DOD
public static final EmployerTypeCode _0614_1803_GOVERNMENT
public static final EmployerTypeCode _0710_AGRICULTURAL
public static final EmployerTypeCode _0710_GOVERNMENT
public static final EmployerTypeCode _0614_1806_SELF_EMPLOYED
| Method Detail |
|---|
public static EmployerTypeCode wrap(java.lang.String value)
value - The element/attribute value. This method does not verify
that the value is valid according to the SIF Specification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||