| org.kuali.module.gl.document.CorrectionCriterionIndices
CorrectionCriterionIndices | public interface CorrectionCriterionIndices (Code) | | A set of constants that show where in an array of a parsed collection criterion certain
portions of the criterion reside.
|
CRITERION_INDEX_FIELD_NAME | final public static int CRITERION_INDEX_FIELD_NAME(Code) | | The index of the field name.
|
CRITERION_INDEX_FIELD_VALUE | final public static int CRITERION_INDEX_FIELD_VALUE(Code) | | The index of the field value.
|
CRITERION_INDEX_MATCH_OPERATOR | final public static int CRITERION_INDEX_MATCH_OPERATOR(Code) | | The index of the match operator.
|
|
|