com.edustructures.sifworks.etranscripts
Class HonorsInformationCode

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

public class HonorsInformationCode
extends SIFEnum

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

Since:
2.0
Version:
2.0
See Also:
Serialized Form

Field Summary
static HonorsInformationCode ATHLETIC
          Athletic awards ("0737")
static HonorsInformationCode AWARDING_UNITS_VALUE
          Awarding of units of value ("0738")
static HonorsInformationCode CERTIFICATE
          Certificate ("0742")
static HonorsInformationCode CITIZENSHIP_AWARD
          Citizenship award/recognition ("0740")
static HonorsInformationCode COMPLETION_NO_UNITS
          Completion of requirement, but no units of value awarded ("0741")
static HonorsInformationCode HONOR_AWARD
          Honor award ("2047")
static HonorsInformationCode HONOR_ROLL
          Honor roll ("1985")
static HonorsInformationCode HONOR_SOCIETY
          Honor society ("1986")
static HonorsInformationCode HONORABLE_MENTION
          Honorable mention ("1987")
static HonorsInformationCode HONORS_PROGRAM
          Honors program ("1988")
static HonorsInformationCode LETTER_COMMENDATION
          Letter of student commendation ("0744")
static HonorsInformationCode MEDALS
          Medals ("0745")
static HonorsInformationCode MONOGRAM_LETTER
          Monogram/letter ("0746")
static HonorsInformationCode OTHER
          Other ("9999")
static HonorsInformationCode POINTS
          Points ("0747")
static HonorsInformationCode PRIZE_AWARDS
          Prize awards ("1989")
static HonorsInformationCode PROMOTION
          Promotion or advancement ("0748")
static HonorsInformationCode RANKS
          Ranks ("1990")
static HonorsInformationCode SCHOLARSHIPS
          Scholarships ("1991")
 
Method Summary
static HonorsInformationCode wrap(java.lang.String value)
          Wrap an arbitrary string value in an HonorsInformationCode 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

PROMOTION

public static final HonorsInformationCode PROMOTION
Promotion or advancement ("0748")


SCHOLARSHIPS

public static final HonorsInformationCode SCHOLARSHIPS
Scholarships ("1991")


MEDALS

public static final HonorsInformationCode MEDALS
Medals ("0745")


RANKS

public static final HonorsInformationCode RANKS
Ranks ("1990")


CERTIFICATE

public static final HonorsInformationCode CERTIFICATE
Certificate ("0742")


HONOR_AWARD

public static final HonorsInformationCode HONOR_AWARD
Honor award ("2047")


HONOR_SOCIETY

public static final HonorsInformationCode HONOR_SOCIETY
Honor society ("1986")


PRIZE_AWARDS

public static final HonorsInformationCode PRIZE_AWARDS
Prize awards ("1989")


POINTS

public static final HonorsInformationCode POINTS
Points ("0747")


MONOGRAM_LETTER

public static final HonorsInformationCode MONOGRAM_LETTER
Monogram/letter ("0746")


AWARDING_UNITS_VALUE

public static final HonorsInformationCode AWARDING_UNITS_VALUE
Awarding of units of value ("0738")


COMPLETION_NO_UNITS

public static final HonorsInformationCode COMPLETION_NO_UNITS
Completion of requirement, but no units of value awarded ("0741")


HONORS_PROGRAM

public static final HonorsInformationCode HONORS_PROGRAM
Honors program ("1988")


HONORABLE_MENTION

public static final HonorsInformationCode HONORABLE_MENTION
Honorable mention ("1987")


ATHLETIC

public static final HonorsInformationCode ATHLETIC
Athletic awards ("0737")


LETTER_COMMENDATION

public static final HonorsInformationCode LETTER_COMMENDATION
Letter of student commendation ("0744")


OTHER

public static final HonorsInformationCode OTHER
Other ("9999")


CITIZENSHIP_AWARD

public static final HonorsInformationCode CITIZENSHIP_AWARD
Citizenship award/recognition ("0740")


HONOR_ROLL

public static final HonorsInformationCode HONOR_ROLL
Honor roll ("1985")

Method Detail

wrap

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