com.edustructures.sifworks.hrfin
Class GLAmountType

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

public class GLAmountType
extends SIFEnum

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

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

Field Summary
static GLAmountType ADMINISTRATION
          Administration ("1")
static GLAmountType AUXILIARY_SERVICES
          Auxiliary services of non-profit private and parochial schools ("11")
static GLAmountType CONTINUING_EDUCATION
          Continuing Education ("6")
static GLAmountType CURRICULUM_DEVELOPMENT
          Curriculum Development and Improvement ("2")
static GLAmountType EDUCATION_PLANNING
          Education Planning ("3")
static GLAmountType FEDERAL
          Federal ("9")
static GLAmountType INSTRUCTIONAL_MATERIALS
          Instructional Materials ("4")
static GLAmountType MANAGEMENT
          Management ("5")
static GLAmountType MEDICAL_ASSISTANCE
          Medical Assistance ("10")
static GLAmountType OTHER
          Other ("12")
static GLAmountType PUPIL_PERSONNEL
          Pupil Personnel ("7")
static GLAmountType STATE_AND_FEDERAL_LIAISON
          State and Federal Liaison ("8")
 
Method Summary
static GLAmountType wrap(java.lang.String value)
          Wrap an arbitrary string value in a GLAmountType 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

AUXILIARY_SERVICES

public static final GLAmountType AUXILIARY_SERVICES
Auxiliary services of non-profit private and parochial schools ("11")


EDUCATION_PLANNING

public static final GLAmountType EDUCATION_PLANNING
Education Planning ("3")


CURRICULUM_DEVELOPMENT

public static final GLAmountType CURRICULUM_DEVELOPMENT
Curriculum Development and Improvement ("2")


OTHER

public static final GLAmountType OTHER
Other ("12")


CONTINUING_EDUCATION

public static final GLAmountType CONTINUING_EDUCATION
Continuing Education ("6")


MEDICAL_ASSISTANCE

public static final GLAmountType MEDICAL_ASSISTANCE
Medical Assistance ("10")


INSTRUCTIONAL_MATERIALS

public static final GLAmountType INSTRUCTIONAL_MATERIALS
Instructional Materials ("4")


PUPIL_PERSONNEL

public static final GLAmountType PUPIL_PERSONNEL
Pupil Personnel ("7")


ADMINISTRATION

public static final GLAmountType ADMINISTRATION
Administration ("1")


STATE_AND_FEDERAL_LIAISON

public static final GLAmountType STATE_AND_FEDERAL_LIAISON
State and Federal Liaison ("8")


MANAGEMENT

public static final GLAmountType MANAGEMENT
Management ("5")


FEDERAL

public static final GLAmountType FEDERAL
Federal ("9")

Method Detail

wrap

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