|
||||||||||
| 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.common.RaceType
public class RaceType
Defines the set of values that can be specified whenever a RaceType
is used as a parameter to a method or constructor. Alternatively, the static
wrap method can be called to encapsulate any string value in
a RaceType object.
| Field Summary | |
|---|---|
static RaceType |
AFRICAN_AMERICAN
Black or African American ("1000") |
static RaceType |
AMERICAN_INDIAN
American Indian or Alaska Native ("0998") |
static RaceType |
ASIAN
Asian ("0999") |
static RaceType |
PACISLANDER
Native Hawaiian or Other Pacific Islander ("1001") |
static RaceType |
SIF1X_AMER_INDIAN_OR_ALASKAN_NATIVE
American Indian or Alaskan Native ("I") |
static RaceType |
SIF1X_ASIAN_OR_PACISLANDER
Asian or Pacific Islander ("A") |
static RaceType |
SIF1X_ASIAN_PACISLANDER
Asian Pacific American ("F") |
static RaceType |
SIF1X_BLACK
Black ("B") |
static RaceType |
SIF1X_BLACK_NON_HISP
Black (Non-Hispanic) ("N") |
static RaceType |
SIF1X_CAUCASIAN
Caucasian ("C") |
static RaceType |
SIF1X_HAWAIIAN
Native Hawaiian ("J") |
static RaceType |
SIF1X_HISPANIC
Hispanic ("H") |
static RaceType |
SIF1X_NATIVE_AMER
Native American ("G") |
static RaceType |
SIF1X_NOT_PROVIDED
Not provided ("7") |
static RaceType |
SIF1X_OTHER
Other Race or Ethnicity ("E") |
static RaceType |
SIF1X_PACISLANDER
Pacific Islander ("P") |
static RaceType |
SIF1X_SUBCONT_ASIAN_AMER
Subcontinent Asian American ("D") |
static RaceType |
SIF1X_WHITE_NON_HISP
White (Non-Hispanic) ("O") |
static RaceType |
SIF1X_ZZ
Mutually Defined ("Z") |
static RaceType |
WHITE
White ("1002") |
| Method Summary | |
|---|---|
static RaceType |
wrap(java.lang.String value)
Wrap an arbitrary string value in a RaceType 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 RaceType SIF1X_WHITE_NON_HISP
public static final RaceType AMERICAN_INDIAN
public static final RaceType SIF1X_BLACK_NON_HISP
public static final RaceType ASIAN
public static final RaceType SIF1X_OTHER
public static final RaceType SIF1X_AMER_INDIAN_OR_ALASKAN_NATIVE
public static final RaceType SIF1X_NOT_PROVIDED
public static final RaceType SIF1X_ASIAN_OR_PACISLANDER
public static final RaceType SIF1X_HAWAIIAN
public static final RaceType SIF1X_PACISLANDER
public static final RaceType SIF1X_CAUCASIAN
public static final RaceType SIF1X_ASIAN_PACISLANDER
public static final RaceType SIF1X_SUBCONT_ASIAN_AMER
public static final RaceType SIF1X_ZZ
public static final RaceType SIF1X_BLACK
public static final RaceType PACISLANDER
public static final RaceType AFRICAN_AMERICAN
public static final RaceType SIF1X_NATIVE_AMER
public static final RaceType SIF1X_HISPANIC
public static final RaceType WHITE
| Method Detail |
|---|
public static RaceType 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 | |||||||||