getFieldName method

String getFieldName(
  1. int inIndex
)

Get the field name.

@param inIndex The field index. @return The name of the field.

Implementation

String getFieldName(int inIndex) {
  return fields[inIndex].fieldName;
}