Example: Name property

This example displays the name of the first data field.

   System.out.println(dataFields.item(1).getName());

Related information

Name property