com.edustructures.sifworks.profdev
Class TeachingCredentialBasis

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

public class TeachingCredentialBasis
extends SIFEnum

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

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

Field Summary
static TeachingCredentialBasis _0395_1235_4_YEAR_BACHELORS
          4-year bachelor's degree ("1235")
static TeachingCredentialBasis _0395_1236_5_YEAR_BACHELORS
          5-year bachelor's degree ("1236")
static TeachingCredentialBasis _0395_1237_MASTERS
          Master's degree ("1237")
static TeachingCredentialBasis _0395_1238_DOCTORAL
          Doctoral degree ("1238")
static TeachingCredentialBasis _0395_1239_STATE_REQUIREMENT
          Met state testing requirement ("1239")
static TeachingCredentialBasis _0395_1240_SPECIAL_PROGRAM
          Special/alternative program completion ("1240")
static TeachingCredentialBasis _0395_1241_RELAVENT_EXPERIENCE
          Relevant experience ("1241")
static TeachingCredentialBasis _0395_1242_RECIPROCATION_CREDENTIALS
          Credentials based on reciprocation with another state ("1242")
static TeachingCredentialBasis ALTERNATIVE
          Special/alternative program completion ("1240")
static TeachingCredentialBasis DOCTORAL
          Doctoral degree ("1238")
static TeachingCredentialBasis EXPERIENCE
          Relevant experience ("1241")
static TeachingCredentialBasis FIVE_YEAR_BACHELOR
          5-year bachelor's degree ("1236")
static TeachingCredentialBasis FOUR_YEAR_BACHELOR
          4-year bachelor's degree ("1235")
static TeachingCredentialBasis MASTERS
          Master's degree ("1237")
static TeachingCredentialBasis MET_STATE_REQ
          Met state testing requirement ("1239")
static TeachingCredentialBasis RECIPROCATION
          Credentials based on reciprocation with another state ("1242")
 
Method Summary
static TeachingCredentialBasis wrap(java.lang.String value)
          Wrap an arbitrary string value in a TeachingCredentialBasis 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

_0395_1240_SPECIAL_PROGRAM

public static final TeachingCredentialBasis _0395_1240_SPECIAL_PROGRAM
Special/alternative program completion ("1240")


DOCTORAL

public static final TeachingCredentialBasis DOCTORAL
Doctoral degree ("1238")


_0395_1242_RECIPROCATION_CREDENTIALS

public static final TeachingCredentialBasis _0395_1242_RECIPROCATION_CREDENTIALS
Credentials based on reciprocation with another state ("1242")


_0395_1236_5_YEAR_BACHELORS

public static final TeachingCredentialBasis _0395_1236_5_YEAR_BACHELORS
5-year bachelor's degree ("1236")


_0395_1237_MASTERS

public static final TeachingCredentialBasis _0395_1237_MASTERS
Master's degree ("1237")


_0395_1241_RELAVENT_EXPERIENCE

public static final TeachingCredentialBasis _0395_1241_RELAVENT_EXPERIENCE
Relevant experience ("1241")


_0395_1238_DOCTORAL

public static final TeachingCredentialBasis _0395_1238_DOCTORAL
Doctoral degree ("1238")


MASTERS

public static final TeachingCredentialBasis MASTERS
Master's degree ("1237")


RECIPROCATION

public static final TeachingCredentialBasis RECIPROCATION
Credentials based on reciprocation with another state ("1242")


_0395_1235_4_YEAR_BACHELORS

public static final TeachingCredentialBasis _0395_1235_4_YEAR_BACHELORS
4-year bachelor's degree ("1235")


MET_STATE_REQ

public static final TeachingCredentialBasis MET_STATE_REQ
Met state testing requirement ("1239")


FIVE_YEAR_BACHELOR

public static final TeachingCredentialBasis FIVE_YEAR_BACHELOR
5-year bachelor's degree ("1236")


_0395_1239_STATE_REQUIREMENT

public static final TeachingCredentialBasis _0395_1239_STATE_REQUIREMENT
Met state testing requirement ("1239")


ALTERNATIVE

public static final TeachingCredentialBasis ALTERNATIVE
Special/alternative program completion ("1240")


FOUR_YEAR_BACHELOR

public static final TeachingCredentialBasis FOUR_YEAR_BACHELOR
4-year bachelor's degree ("1235")


EXPERIENCE

public static final TeachingCredentialBasis EXPERIENCE
Relevant experience ("1241")

Method Detail

wrap

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