org.kuali.student.lum.program.service.assembler
Class ProgramAssemblerConstants

java.lang.Object
  extended by org.kuali.student.lum.program.service.assembler.ProgramAssemblerConstants

public class ProgramAssemblerConstants
extends Object

These are the constants that are used in the programs. They should match the definitions defined in the wiki See https://test.kuali.org/confluence/display/KULSTG/Types+Used+by+Programs

Author:
nwright

Field Summary
static String ANNOTATION_RESULTS
           
static String BACCALAUREATE_PROGRAM
           
static String CATALOG
           
static String CATALOG_DESCR
           
static String CERTIFICATE_AWARDED
           
static String CERTIFICATE_RESULTS
           
static String CIP_2000
           
static String CIP_2010
           
static String COMPLETION_RESULTS
           
static String CORE_PROGRAM
           
static String[] CREDENTIAL_PROGRAM
           
static Set<String> CREDENTIAL_PROGRAM_TYPES
           
static String CURRICULUM_OVERSIGHT_DIVISION
           
static String CURRICULUM_OVERSIGHT_UNIT
           
static String DEGREE_AWARDED
           
static String DEGREE_RESULTS
           
static String DEPLOYMENT_DIVISION
           
static String DEPLOYMENT_UNIT
           
static String DIPLOMA
           
static String DOCTORAL_PROGRAM
           
static String FINANCIAL_CONTROL_DIVISION
           
static String FINANCIAL_CONTROL_UNIT
           
static String FINANCIAL_RESOURCES_DIVISION
           
static String FINANCIAL_RESOURCES_UNIT
           
static String GRADUATE_CERTIFICATE
           
static String GRADUATE_PROGRAM_LEVEL
           
static String HAS_CORE_PROGRAM
           
static String HAS_MAJOR_PROGRAM
           
static String HAS_PROGRAM_REQUIREMENT
           
static String HAS_PROGRAM_VARIATION
           
static String HEGIS
           
static String HONORS_PROGRAM
           
static String INSTITUTION
           
static String[] LATEST_STATES
           
static String MAJOR_DISCIPLINE
           
static String MASTERS_PROGRAM
           
static String MAX_CREDITS
           
static String MIN_CREDITS
           
static String MINOR_DISCIPLINE
           
static String OFFICIAL
           
static String PROFESSIONAL_PROGRAM
           
static String PROGRAM_REFERENCE_TYPE
           
static String PROGRAM_REQUIREMENT
           
static String PROGRAM_VARIATION
           
static String SELECTIVE_ENROLLMENT
           
static String STUDENT_OVERSIGHT_DIVISION
           
static String STUDENT_OVERSIGHT_UNIT
           
static String TRANSCRIPT
           
static String UNDERGRAD_PROGRAM_LEVEL
           
static String UNDERGRADUATE_CERTIFICATE
           
static String UNIVERSITY_CLASSIFICATION
           
 
Constructor Summary
ProgramAssemblerConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BACCALAUREATE_PROGRAM

public static final String BACCALAUREATE_PROGRAM
See Also:
Constant Field Values

MASTERS_PROGRAM

public static final String MASTERS_PROGRAM
See Also:
Constant Field Values

PROFESSIONAL_PROGRAM

public static final String PROFESSIONAL_PROGRAM
See Also:
Constant Field Values

DOCTORAL_PROGRAM

public static final String DOCTORAL_PROGRAM
See Also:
Constant Field Values

UNDERGRADUATE_CERTIFICATE

public static final String UNDERGRADUATE_CERTIFICATE
See Also:
Constant Field Values

GRADUATE_CERTIFICATE

public static final String GRADUATE_CERTIFICATE
See Also:
Constant Field Values

CREDENTIAL_PROGRAM

public static final String[] CREDENTIAL_PROGRAM

CREDENTIAL_PROGRAM_TYPES

public static final Set<String> CREDENTIAL_PROGRAM_TYPES

UNDERGRAD_PROGRAM_LEVEL

public static final String UNDERGRAD_PROGRAM_LEVEL
See Also:
Constant Field Values

GRADUATE_PROGRAM_LEVEL

public static final String GRADUATE_PROGRAM_LEVEL
See Also:
Constant Field Values

MAJOR_DISCIPLINE

public static final String MAJOR_DISCIPLINE
See Also:
Constant Field Values

PROGRAM_VARIATION

public static final String PROGRAM_VARIATION
See Also:
Constant Field Values

MINOR_DISCIPLINE

public static final String MINOR_DISCIPLINE
See Also:
Constant Field Values

CORE_PROGRAM

public static final String CORE_PROGRAM
See Also:
Constant Field Values

HONORS_PROGRAM

public static final String HONORS_PROGRAM
See Also:
Constant Field Values

PROGRAM_REQUIREMENT

public static final String PROGRAM_REQUIREMENT
See Also:
Constant Field Values

LATEST_STATES

public static final String[] LATEST_STATES

OFFICIAL

public static final String OFFICIAL
See Also:
Constant Field Values

TRANSCRIPT

public static final String TRANSCRIPT
See Also:
Constant Field Values

DIPLOMA

public static final String DIPLOMA
See Also:
Constant Field Values

HAS_CORE_PROGRAM

public static final String HAS_CORE_PROGRAM
See Also:
Constant Field Values

HAS_PROGRAM_VARIATION

public static final String HAS_PROGRAM_VARIATION
See Also:
Constant Field Values

HAS_MAJOR_PROGRAM

public static final String HAS_MAJOR_PROGRAM
See Also:
Constant Field Values

HAS_PROGRAM_REQUIREMENT

public static final String HAS_PROGRAM_REQUIREMENT
See Also:
Constant Field Values

CIP_2000

public static final String CIP_2000
See Also:
Constant Field Values

CIP_2010

public static final String CIP_2010
See Also:
Constant Field Values

HEGIS

public static final String HEGIS
See Also:
Constant Field Values

UNIVERSITY_CLASSIFICATION

public static final String UNIVERSITY_CLASSIFICATION
See Also:
Constant Field Values

SELECTIVE_ENROLLMENT

public static final String SELECTIVE_ENROLLMENT
See Also:
Constant Field Values

CATALOG

public static final String CATALOG
See Also:
Constant Field Values

CATALOG_DESCR

public static final String CATALOG_DESCR
See Also:
Constant Field Values

CURRICULUM_OVERSIGHT_DIVISION

public static final String CURRICULUM_OVERSIGHT_DIVISION
See Also:
Constant Field Values

STUDENT_OVERSIGHT_DIVISION

public static final String STUDENT_OVERSIGHT_DIVISION
See Also:
Constant Field Values

DEPLOYMENT_DIVISION

public static final String DEPLOYMENT_DIVISION
See Also:
Constant Field Values

FINANCIAL_RESOURCES_DIVISION

public static final String FINANCIAL_RESOURCES_DIVISION
See Also:
Constant Field Values

FINANCIAL_CONTROL_DIVISION

public static final String FINANCIAL_CONTROL_DIVISION
See Also:
Constant Field Values

CURRICULUM_OVERSIGHT_UNIT

public static final String CURRICULUM_OVERSIGHT_UNIT
See Also:
Constant Field Values

STUDENT_OVERSIGHT_UNIT

public static final String STUDENT_OVERSIGHT_UNIT
See Also:
Constant Field Values

DEPLOYMENT_UNIT

public static final String DEPLOYMENT_UNIT
See Also:
Constant Field Values

FINANCIAL_RESOURCES_UNIT

public static final String FINANCIAL_RESOURCES_UNIT
See Also:
Constant Field Values

FINANCIAL_CONTROL_UNIT

public static final String FINANCIAL_CONTROL_UNIT
See Also:
Constant Field Values

INSTITUTION

public static final String INSTITUTION
See Also:
Constant Field Values

DEGREE_RESULTS

public static final String DEGREE_RESULTS
See Also:
Constant Field Values

CERTIFICATE_RESULTS

public static final String CERTIFICATE_RESULTS
See Also:
Constant Field Values

ANNOTATION_RESULTS

public static final String ANNOTATION_RESULTS
See Also:
Constant Field Values

COMPLETION_RESULTS

public static final String COMPLETION_RESULTS
See Also:
Constant Field Values

DEGREE_AWARDED

public static final String DEGREE_AWARDED
See Also:
Constant Field Values

CERTIFICATE_AWARDED

public static final String CERTIFICATE_AWARDED
See Also:
Constant Field Values

PROGRAM_REFERENCE_TYPE

public static final String PROGRAM_REFERENCE_TYPE
See Also:
Constant Field Values

MIN_CREDITS

public static final String MIN_CREDITS
See Also:
Constant Field Values

MAX_CREDITS

public static final String MAX_CREDITS
See Also:
Constant Field Values
Constructor Detail

ProgramAssemblerConstants

public ProgramAssemblerConstants()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.