com.edustructures.sifworks.student
Class CreditType

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

public class CreditType
extends SIFEnum

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

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

Field Summary
static CreditType _0108_0585
          Carnegie unit ("0585")
static CreditType _0108_0586
          Semester hour credit ("0586")
static CreditType _0108_0587
          Trimester hour credit ("0587")
static CreditType _0108_0588
          Quarter hour credit ("0588")
static CreditType _0108_0589
          Quinmester hour credit ("0589")
static CreditType _0108_0590
          Mini-term hour credit ("0590")
static CreditType _0108_0591
          Summer term hour credit ("0591")
static CreditType _0108_0592
          Intersession hour credit ("0592")
static CreditType _0108_0595
          Long session hour credit ("0595")
static CreditType _0108_0596
          Twelve month hour credit ("0596")
static CreditType _0108_0597
          Vocational credit ("0597")
static CreditType _0108_0598
          Adult education credit ("0598")
static CreditType _0108_0599
          Credit by examination ("0599")
static CreditType _0108_0600
          Correspondence credit ("0600")
static CreditType _0108_0601
          Converted occupational experience credit ("0601")
static CreditType _0108_9998
          None ("9998")
static CreditType _0108_9999
          Other ("9999")
 
Method Summary
static CreditType wrap(java.lang.String value)
          Wrap an arbitrary string value in a CreditType 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

_0108_0601

public static final CreditType _0108_0601
Converted occupational experience credit ("0601")


_0108_0600

public static final CreditType _0108_0600
Correspondence credit ("0600")


_0108_0599

public static final CreditType _0108_0599
Credit by examination ("0599")


_0108_0598

public static final CreditType _0108_0598
Adult education credit ("0598")


_0108_0597

public static final CreditType _0108_0597
Vocational credit ("0597")


_0108_0596

public static final CreditType _0108_0596
Twelve month hour credit ("0596")


_0108_0595

public static final CreditType _0108_0595
Long session hour credit ("0595")


_0108_0592

public static final CreditType _0108_0592
Intersession hour credit ("0592")


_0108_0591

public static final CreditType _0108_0591
Summer term hour credit ("0591")


_0108_0589

public static final CreditType _0108_0589
Quinmester hour credit ("0589")


_0108_0588

public static final CreditType _0108_0588
Quarter hour credit ("0588")


_0108_0590

public static final CreditType _0108_0590
Mini-term hour credit ("0590")


_0108_0587

public static final CreditType _0108_0587
Trimester hour credit ("0587")


_0108_0586

public static final CreditType _0108_0586
Semester hour credit ("0586")


_0108_9999

public static final CreditType _0108_9999
Other ("9999")


_0108_0585

public static final CreditType _0108_0585
Carnegie unit ("0585")


_0108_9998

public static final CreditType _0108_9998
None ("9998")

Method Detail

wrap

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