org.kuali.kfs.gl.document
Interface CorrectionCriterionIndices


public interface CorrectionCriterionIndices

A set of constants that show where in an array of a parsed collection criterion certain portions of the criterion reside.


Field Summary
static int CRITERION_INDEX_FIELD_NAME
          The index of the field name.
static int CRITERION_INDEX_FIELD_VALUE
          The index of the field value.
static int CRITERION_INDEX_MATCH_OPERATOR
          The index of the match operator.
 

Field Detail

CRITERION_INDEX_FIELD_NAME

static final int CRITERION_INDEX_FIELD_NAME
The index of the field name.

See Also:
Constant Field Values

CRITERION_INDEX_MATCH_OPERATOR

static final int CRITERION_INDEX_MATCH_OPERATOR
The index of the match operator.

See Also:
Constant Field Values

CRITERION_INDEX_FIELD_VALUE

static final int CRITERION_INDEX_FIELD_VALUE
The index of the field value.

See Also:
Constant Field Values


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