fieldNames

The names of all this content item's fields. The names are listed in the order they are defined in content-types.xml, and in upper case letters.

Type: java.util.List<String>

Example usage

To get all the names:

${myPresentationArticle.fieldNames}

To get one particular name:

${myPresentationArticle.fieldNames[index]}

where index is the index of the name you want.