org.kuali.student.common.dictionary.service.impl
Class DictionaryConstants

java.lang.Object
  extended by org.kuali.student.common.dictionary.service.impl.DictionaryConstants

public class DictionaryConstants
extends Object


Field Summary
static String ATTRIBUTES
           
static String BASE_ID_FIELD
           
static String BASE_REPEATING_BOOLEAN_FIELD
           
static String BASE_REPEATING_COMPLEX_FIELD
           
static String BASE_REPEATING_DATE_FIELD
           
static String BASE_REPEATING_DOUBLE_FIELD
           
static String BASE_REPEATING_FLOAT_FIELD
           
static String BASE_REPEATING_INTEGER_FIELD
           
static String BASE_REPEATING_LONG_FIELD
           
static String BASE_REPEATING_STRING_FIELD
           
static String BASE_SINGLE_BOOLEAN_FIELD
           
static String BASE_SINGLE_COMPLEX_FIELD
           
static String BASE_SINGLE_DATE_FIELD
           
static String BASE_SINGLE_DOUBLE_FIELD
           
static String BASE_SINGLE_FLOAT_FIELD
           
static String BASE_SINGLE_INTEGER_FIELD
           
static String BASE_SINGLE_LONG_FIELD
           
static String BASE_SINGLE_STRING_FIELD
           
static String DATA_OBJECT_STRUCTURE
           
static String FIELD_DEFINITION_CLASS
           
static String HAS_META_DATA
           
static String NAME
           
static String OBJECT_STRUCTURE_CLASS
           
 
Constructor Summary
DictionaryConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_STRUCTURE_CLASS

public static final String OBJECT_STRUCTURE_CLASS

FIELD_DEFINITION_CLASS

public static final String FIELD_DEFINITION_CLASS

ATTRIBUTES

public static final String ATTRIBUTES
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

HAS_META_DATA

public static final String HAS_META_DATA
See Also:
Constant Field Values

DATA_OBJECT_STRUCTURE

public static final String DATA_OBJECT_STRUCTURE
See Also:
Constant Field Values

BASE_REPEATING_INTEGER_FIELD

public static final String BASE_REPEATING_INTEGER_FIELD
See Also:
Constant Field Values

BASE_REPEATING_LONG_FIELD

public static final String BASE_REPEATING_LONG_FIELD
See Also:
Constant Field Values

BASE_REPEATING_DOUBLE_FIELD

public static final String BASE_REPEATING_DOUBLE_FIELD
See Also:
Constant Field Values

BASE_REPEATING_FLOAT_FIELD

public static final String BASE_REPEATING_FLOAT_FIELD
See Also:
Constant Field Values

BASE_REPEATING_BOOLEAN_FIELD

public static final String BASE_REPEATING_BOOLEAN_FIELD
See Also:
Constant Field Values

BASE_REPEATING_DATE_FIELD

public static final String BASE_REPEATING_DATE_FIELD
See Also:
Constant Field Values

BASE_REPEATING_STRING_FIELD

public static final String BASE_REPEATING_STRING_FIELD
See Also:
Constant Field Values

BASE_REPEATING_COMPLEX_FIELD

public static final String BASE_REPEATING_COMPLEX_FIELD
See Also:
Constant Field Values

BASE_SINGLE_INTEGER_FIELD

public static final String BASE_SINGLE_INTEGER_FIELD
See Also:
Constant Field Values

BASE_SINGLE_LONG_FIELD

public static final String BASE_SINGLE_LONG_FIELD
See Also:
Constant Field Values

BASE_SINGLE_DOUBLE_FIELD

public static final String BASE_SINGLE_DOUBLE_FIELD
See Also:
Constant Field Values

BASE_SINGLE_FLOAT_FIELD

public static final String BASE_SINGLE_FLOAT_FIELD
See Also:
Constant Field Values

BASE_SINGLE_BOOLEAN_FIELD

public static final String BASE_SINGLE_BOOLEAN_FIELD
See Also:
Constant Field Values

BASE_SINGLE_DATE_FIELD

public static final String BASE_SINGLE_DATE_FIELD
See Also:
Constant Field Values

BASE_SINGLE_STRING_FIELD

public static final String BASE_SINGLE_STRING_FIELD
See Also:
Constant Field Values

BASE_SINGLE_COMPLEX_FIELD

public static final String BASE_SINGLE_COMPLEX_FIELD
See Also:
Constant Field Values

BASE_ID_FIELD

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

DictionaryConstants

public DictionaryConstants()


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