Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help


search: keywords: ['Java API', 'OProperty', 'get name', 'property name', 'getName']

OProperty - getName()

This method retrieves the name of the property.

Retrieving the Property Name

OrientDB differentiates between properties by the property name. Using this method you can retrieve the name from an OProperty instance.

Syntax

String OProperty().getName()

Return Value

This method returns a String value that provides the name of the property.