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', 'OProperty', 'OType', 'getLinkedType', 'get linked type']

OProperty - getLinkedType()

Retrieves the property type.

Retrieving Types

OrientDB enforces typing for properties. Each property in a database class is set to a particular type, which provide some constraint on the kinds of data set for the property. Using this method you can retrieve the property type for further operations.

Syntax

OType OProperty.getLinkedType()

Return Type

This method returns an OType instance that corresponds to the property type.