com.edustructures.sifworks.common
Class ExceptionalityCategoryCode

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.ExceptionalityCategoryCode
All Implemented Interfaces:
java.io.Serializable

public class ExceptionalityCategoryCode
extends SIFEnum

Defines the set of values that can be specified whenever an ExceptionalityCategoryCode 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 ExceptionalityCategoryCode object.

Since:
1.5r1
Version:
2.0
See Also:
Serialized Form

Field Summary
static ExceptionalityCategoryCode AUTISM
          Autistic / autism ("2121")
static ExceptionalityCategoryCode BRAIN_INJURY
          Traumatic brain injury ("2130")
static ExceptionalityCategoryCode DEAF_BLIND
          Deaf-blindness ("2122")
static ExceptionalityCategoryCode DEAFNESS
          Deafness ("2133")
static ExceptionalityCategoryCode DEVELOPMENTAL_DELAY
          Developmental delay ("2134")
static ExceptionalityCategoryCode HEARING_IMPAIRMENT
          Hearing impairment ("2123")
static ExceptionalityCategoryCode INFANT_TODDLER_DISABILITY
          Infants and toddlers with disabilities ("2135")
static ExceptionalityCategoryCode MENTAL_RETARDATION
          Mental retardatioN ("2124")
static ExceptionalityCategoryCode MULTIPLE_DISABILITIES
          Multiple disabilities ("2125")
static ExceptionalityCategoryCode ORTHOPEDIC_IMPAIRMENT
          Orthopedic impairment ("2127")
static ExceptionalityCategoryCode OTHER
          Other (not valid for special education) ("9999")
static ExceptionalityCategoryCode OTHER_HEALTH_IMPAIRMENT
          Other health impairment ("2132")
static ExceptionalityCategoryCode SPECIFIC_LEARNING_DISABILITY
          Specific learning disability ("2128")
static ExceptionalityCategoryCode SPEECH_IMPAIRMENT
          Speech or language impairment ("2129")
static ExceptionalityCategoryCode VIUSAL_IMPAIRMENT
          Visual impairment ("2131")
 
Method Summary
static ExceptionalityCategoryCode wrap(java.lang.String value)
          Wrap an arbitrary string value in an ExceptionalityCategoryCode 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

BRAIN_INJURY

public static final ExceptionalityCategoryCode BRAIN_INJURY
Traumatic brain injury ("2130")


AUTISM

public static final ExceptionalityCategoryCode AUTISM
Autistic / autism ("2121")


DEAFNESS

public static final ExceptionalityCategoryCode DEAFNESS
Deafness ("2133")


OTHER

public static final ExceptionalityCategoryCode OTHER
Other (not valid for special education) ("9999")


MENTAL_RETARDATION

public static final ExceptionalityCategoryCode MENTAL_RETARDATION
Mental retardatioN ("2124")


VIUSAL_IMPAIRMENT

public static final ExceptionalityCategoryCode VIUSAL_IMPAIRMENT
Visual impairment ("2131")


DEVELOPMENTAL_DELAY

public static final ExceptionalityCategoryCode DEVELOPMENTAL_DELAY
Developmental delay ("2134")


DEAF_BLIND

public static final ExceptionalityCategoryCode DEAF_BLIND
Deaf-blindness ("2122")


ORTHOPEDIC_IMPAIRMENT

public static final ExceptionalityCategoryCode ORTHOPEDIC_IMPAIRMENT
Orthopedic impairment ("2127")


MULTIPLE_DISABILITIES

public static final ExceptionalityCategoryCode MULTIPLE_DISABILITIES
Multiple disabilities ("2125")


HEARING_IMPAIRMENT

public static final ExceptionalityCategoryCode HEARING_IMPAIRMENT
Hearing impairment ("2123")


OTHER_HEALTH_IMPAIRMENT

public static final ExceptionalityCategoryCode OTHER_HEALTH_IMPAIRMENT
Other health impairment ("2132")


INFANT_TODDLER_DISABILITY

public static final ExceptionalityCategoryCode INFANT_TODDLER_DISABILITY
Infants and toddlers with disabilities ("2135")


SPECIFIC_LEARNING_DISABILITY

public static final ExceptionalityCategoryCode SPECIFIC_LEARNING_DISABILITY
Specific learning disability ("2128")


SPEECH_IMPAIRMENT

public static final ExceptionalityCategoryCode SPEECH_IMPAIRMENT
Speech or language impairment ("2129")

Method Detail

wrap

public static ExceptionalityCategoryCode wrap(java.lang.String value)
Wrap an arbitrary string value in an ExceptionalityCategoryCode 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.