JavaScript Extension Development API for Oracle Visual Builder Cloud Service - Classic Applications

Class: entity/js/api/Property

Represents a property of an Entity.

Version:
  • 15.4.5
Source:

Members

Methods

getId() → {String}

stable API

Returns ID of this property.

Version:
  • 15.4.5
Source:
Returns:
Type
String

getSingularName() → {String}

stable API

Gets human readable singular name of this property, e.g. 'Address'

Version:
  • 15.4.5
Source:
Returns:
Type
String

getType() → {entity/js/api/PropertyType}

stable API

Returns type of this property.

Version:
  • 15.4.5
Source:
Returns:
Type
entity/js/api/PropertyType