|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.SIFSimpleType<java.lang.String>
com.edustructures.sifworks.SIFString
com.edustructures.sifworks.SIFEnum
com.edustructures.sifworks.hrfin.GLAmountType
public class GLAmountType
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.
| 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 |
|---|
public static final GLAmountType AUXILIARY_SERVICES
public static final GLAmountType EDUCATION_PLANNING
public static final GLAmountType CURRICULUM_DEVELOPMENT
public static final GLAmountType OTHER
public static final GLAmountType CONTINUING_EDUCATION
public static final GLAmountType MEDICAL_ASSISTANCE
public static final GLAmountType INSTRUCTIONAL_MATERIALS
public static final GLAmountType PUPIL_PERSONNEL
public static final GLAmountType ADMINISTRATION
public static final GLAmountType STATE_AND_FEDERAL_LIAISON
public static final GLAmountType MANAGEMENT
public static final GLAmountType FEDERAL
| Method Detail |
|---|
public static GLAmountType wrap(java.lang.String value)
value - The element/attribute value. This method does not verify
that the value is valid according to the SIF Specification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||