com.edustructures.sifworks.common
Class RaceType

java.lang.Object
  extended by com.edustructures.sifworks.SIFSimpleType<java.lang.String>
      extended by com.edustructures.sifworks.SIFString
          extended by com.edustructures.sifworks.SIFEnum
              extended by com.edustructures.sifworks.common.RaceType
All Implemented Interfaces:
java.io.Serializable

public class RaceType
extends SIFEnum

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.

Since:
1.1
Version:
2.0
See Also:
Serialized Form

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

SIF1X_WHITE_NON_HISP

public static final RaceType SIF1X_WHITE_NON_HISP
White (Non-Hispanic) ("O")


AMERICAN_INDIAN

public static final RaceType AMERICAN_INDIAN
American Indian or Alaska Native ("0998")


SIF1X_BLACK_NON_HISP

public static final RaceType SIF1X_BLACK_NON_HISP
Black (Non-Hispanic) ("N")


ASIAN

public static final RaceType ASIAN
Asian ("0999")


SIF1X_OTHER

public static final RaceType SIF1X_OTHER
Other Race or Ethnicity ("E")


SIF1X_AMER_INDIAN_OR_ALASKAN_NATIVE

public static final RaceType SIF1X_AMER_INDIAN_OR_ALASKAN_NATIVE
American Indian or Alaskan Native ("I")


SIF1X_NOT_PROVIDED

public static final RaceType SIF1X_NOT_PROVIDED
Not provided ("7")


SIF1X_ASIAN_OR_PACISLANDER

public static final RaceType SIF1X_ASIAN_OR_PACISLANDER
Asian or Pacific Islander ("A")


SIF1X_HAWAIIAN

public static final RaceType SIF1X_HAWAIIAN
Native Hawaiian ("J")


SIF1X_PACISLANDER

public static final RaceType SIF1X_PACISLANDER
Pacific Islander ("P")


SIF1X_CAUCASIAN

public static final RaceType SIF1X_CAUCASIAN
Caucasian ("C")


SIF1X_ASIAN_PACISLANDER

public static final RaceType SIF1X_ASIAN_PACISLANDER
Asian Pacific American ("F")


SIF1X_SUBCONT_ASIAN_AMER

public static final RaceType SIF1X_SUBCONT_ASIAN_AMER
Subcontinent Asian American ("D")


SIF1X_ZZ

public static final RaceType SIF1X_ZZ
Mutually Defined ("Z")


SIF1X_BLACK

public static final RaceType SIF1X_BLACK
Black ("B")


PACISLANDER

public static final RaceType PACISLANDER
Native Hawaiian or Other Pacific Islander ("1001")


AFRICAN_AMERICAN

public static final RaceType AFRICAN_AMERICAN
Black or African American ("1000")


SIF1X_NATIVE_AMER

public static final RaceType SIF1X_NATIVE_AMER
Native American ("G")


SIF1X_HISPANIC

public static final RaceType SIF1X_HISPANIC
Hispanic ("H")


WHITE

public static final RaceType WHITE
White ("1002")

Method Detail

wrap

public static RaceType wrap(java.lang.String value)
Wrap an arbitrary string value in a RaceType object.

Parameters:
value - The element/attribute value. This method does not verify that the value is valid according to the SIF Specification.


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.