Class: ObjectProperty

system.ioc. ObjectProperty


new ObjectProperty(name, value, policy, evaluators)

This object defines a property definition in the object definitions.

Parameters:
Name Type Description
name string

The name of the property.

value *

The value of the property.

policy string

The policy of the property ( ObjectAttribute.REFERENCE, ObjectAttribute.CONFIG, ObjectAttribute.LOCALE or by default ObjectAttribute.VALUE )

evaluators

The Array representation of all evaluators who evaluate the value of the property.

Extends

Members


evaluators :Array

The optional Array representation of all evaluators to transform the value of this object.

Type:

name :string

The name of the property.

Type:
  • string

policy :string

Determinates the policy of the property ( ObjectAttribute.REFERENCE, ObjectAttribute.CONFIG, ObjectAttribute.LOCALE or by default ObjectAttribute.VALUE )

Type:
  • string

value

The value of the property.

Methods


toString()

Returns the string representation of this instance.

Inherited From:
Returns:

the string representation of this instance.