Try OpenEdge Now
skip to main content
Java Open Clients
Accessing ABL ProDataSets : ProDataObjectMetaData class : Methods : getFieldName( )
 
getFieldName( )
Returns the name of the specified column property.

Syntax

int getFieldName(int propertyIndex)
propertyIndex
Specifies a 0-based index into the ProDataObject property list, limited by the value of getFieldCount( ) method. It returns a value that corresponds to the relative position specified by fieldNumber in setFieldMetaData( ) method.