com.edustructures.sifworks.profdev
Class TeachingCredentialType

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

public class TeachingCredentialType
extends SIFEnum

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

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

Field Summary
static TeachingCredentialType EMERGENCY
          Emergency ("1229")
static TeachingCredentialType INTERN
          Intern ("1234")
static TeachingCredentialType MASTER
          Master ("1226")
static TeachingCredentialType NONRENEWABLE
          Nonrenewable ("1230")
static TeachingCredentialType OTHER
          Other ("9999")
static TeachingCredentialType PROBATIONARY_INITIAL
          Probationary/initial ("1223")
static TeachingCredentialType PROFESSIONAL
          Professional ("1225")
static TeachingCredentialType PROVISIONAL
          Provisional ("1224")
static TeachingCredentialType REGULAR_STANDARD
          Regular/standard ("1222")
static TeachingCredentialType RETIRED
          Retired ("1231")
static TeachingCredentialType SPECIALIST
          Specialist ("1227")
static TeachingCredentialType SUBSTITUTE
          Substitute ("1232")
static TeachingCredentialType TEACHER_ASSISTANT
          Teacher assistant ("1233")
static TeachingCredentialType TEMPORARY
          Temporary ("1228")
 
Method Summary
static TeachingCredentialType wrap(java.lang.String value)
          Wrap an arbitrary string value in a TeachingCredentialType 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

RETIRED

public static final TeachingCredentialType RETIRED
Retired ("1231")


MASTER

public static final TeachingCredentialType MASTER
Master ("1226")


PROFESSIONAL

public static final TeachingCredentialType PROFESSIONAL
Professional ("1225")


OTHER

public static final TeachingCredentialType OTHER
Other ("9999")


NONRENEWABLE

public static final TeachingCredentialType NONRENEWABLE
Nonrenewable ("1230")


EMERGENCY

public static final TeachingCredentialType EMERGENCY
Emergency ("1229")


PROBATIONARY_INITIAL

public static final TeachingCredentialType PROBATIONARY_INITIAL
Probationary/initial ("1223")


SUBSTITUTE

public static final TeachingCredentialType SUBSTITUTE
Substitute ("1232")


PROVISIONAL

public static final TeachingCredentialType PROVISIONAL
Provisional ("1224")


TEACHER_ASSISTANT

public static final TeachingCredentialType TEACHER_ASSISTANT
Teacher assistant ("1233")


TEMPORARY

public static final TeachingCredentialType TEMPORARY
Temporary ("1228")


SPECIALIST

public static final TeachingCredentialType SPECIALIST
Specialist ("1227")


INTERN

public static final TeachingCredentialType INTERN
Intern ("1234")


REGULAR_STANDARD

public static final TeachingCredentialType REGULAR_STANDARD
Regular/standard ("1222")

Method Detail

wrap

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