The enumeration of all object attributes.
Members
-
<static, constant> ARGUMENTS :string
-
Defines the label of the arguments in a method or a constructor object.
Type:
- string
- Default Value:
-
- args
-
<static, constant> CONFIG :string
-
Defines the attribute name of the 'config' object in the configuration of the ioc factory.
Type:
- string
- Default Value:
-
- config
-
<static, constant> DEPENDS_ON :string
-
The name of the 'dependsOn' object definition attribute.
Type:
- string
- Default Value:
-
- dependsOn
-
<static, constant> DESTROY_METHOD_NAME :string
-
The 'destroy' method name attribute in the object definitions.
Type:
- string
- Default Value:
-
- destroy
-
<static, constant> EVALUATORS :string
-
Defines the label of the 'evaluators' attribure.
Type:
- string
- Default Value:
-
- evaluators
-
<static, constant> FACTORY :string
-
Defines the label of the 'factory' attribure.
Type:
- string
- Default Value:
-
- factory
-
<static, constant> GENERATES :string
-
The name of the 'generates' object definition attribute.
Type:
- string
- Default Value:
-
- generates
-
<static, constant> ID :string
-
The 'id' attribute in the object definitions.
Type:
- string
- Default Value:
-
- id
-
<static, constant> IDENTIFY :string
-
Defines the label of the 'identify' property of the object.
Type:
- string
- Default Value:
-
- identify
-
<static, constant> INIT_METHOD_NAME :string
-
The name of the external object property to register the init method name.
Type:
- string
- Default Value:
-
- init
-
<static, constant> LAZY_INIT :string
-
Defines the label of the lazyInit name property of the object.
Type:
- string
- Default Value:
-
- lazyInit
-
<static, constant> LAZY_TYPE :string
-
Defines the 'lazyType' attribute of the object definition.
Type:
- string
- Default Value:
-
- lazyInit
-
<static, constant> LISTENERS :string
-
Defines the 'listeners' attribute in the object definitions.
Type:
- string
- Default Value:
-
- listeners
-
<static, constant> LOCALE :string
-
Defines the attribute name of the 'locale' object in the configuration of the ioc factory and the object definition 'arguments' and 'properties'.
Type:
- string
- Default Value:
-
- locale
-
<static, constant> LOCK :string
-
Defines the label of the 'lock' property of the object.
Type:
- string
- Default Value:
-
- lock
-
<static, constant> NAME :string
-
Defines the label of the name in a property object.
Type:
- string
- Default Value:
-
- name
-
<static, constant> PROPERTIES :string
-
The 'properties' attribute in the object definitions.
Type:
- string
- Default Value:
-
- properties
-
<static, constant> RECEIVERS :string
-
Defines the 'receivers' attribute in the object definitions.
Type:
- string
- Default Value:
-
- receivers
-
<static, constant> REFERENCE :string
-
Defines the label of the reference in a property object.
Type:
- string
- Default Value:
-
- ref
-
<static, constant> SCOPE :string
-
Defines the 'scope' attribute in the object definitions.
Type:
- string
- Default Value:
-
- scope
-
<static, constant> SINGLETON :string
-
Defines the 'singleton' attribute in the object definitions.
Type:
- string
- Default Value:
-
- singleton
-
<static, constant> TYPE :string
-
Defines the label of the type of the object.
Type:
- string
- Default Value:
-
- type
-
<static, constant> VALUE :string
-
Defines the label of the value in a property object.
Type:
- string
- Default Value:
-
- value