Packagesystem.ioc
Classpublic class ObjectAttribute
InheritanceObjectAttribute Inheritance Object

The static enumeration list of all object attributes.



Public Constants
 ConstantDefined By
  ARGUMENTS : String = arguments
[static] Defines the label of the arguments in a method or a constructor object.
ObjectAttribute
  CONFIG : String = config
[static] Defines the attribute name of the "config" object in the configuration of the ioc factory.
ObjectAttribute
  CONFIGURATION : String = configuration
[static] Defines the label of the 'configuration' top-level attribute.
ObjectAttribute
  EVALUATORS : String = evaluators
[static] Defines the label of the 'evaluators' attribure.
ObjectAttribute
  FACTORY : String = factory
[static] Defines the label of the 'factory' attribure.
ObjectAttribute
  I18N : String = i18n
[static] Defines the label of the 'i18n' top-level attribute.
ObjectAttribute
  IDENTIFY : String = identify
[static] Defines the label of the 'identify' property of the object.
ObjectAttribute
  IMPORTS : String = imports
[static] Defines the label of the 'imports' top-level attribute.
ObjectAttribute
  LAZY_INIT : String = lazyInit
[static] Defines the label of the lazyInit name property of the object.
ObjectAttribute
  LOCALE : String = locale
[static] Defines the attribute name of the "locale" object in the configuration of the ioc factory and the object definition "arguments" and "properties".
ObjectAttribute
  LOCK : String = lock
[static] Defines the label of the 'lock' property of the object.
ObjectAttribute
  NAME : String = name
[static] Defines the label of the name in a property object.
ObjectAttribute
  OBJECT_DEPENDS_ON : String = dependsOn
[static] The name of the "dependsOn" object definition attribute.
ObjectAttribute
  OBJECT_DESTROY_METHOD_NAME : String = destroy
[static] The name of the external object property to register the destroy method name.
ObjectAttribute
  OBJECT_FACTORY_LOGIC : String = factoryLogic
[static] The name of the "factoryLogic" object definition attribute.
ObjectAttribute
  OBJECT_FACTORY_METHOD : String = factoryMethod
[static] The name of the "factoryMethod" object definition attribute.
ObjectAttribute
  OBJECT_FACTORY_PROPERTY : String = factoryProperty
[static] The name of the "factoryProperty" object definition attribute.
ObjectAttribute
  OBJECT_FACTORY_REFERENCE : String = factoryReference
[static] The name of the "factoryReference" object definition attribute.
ObjectAttribute
  OBJECT_FACTORY_VALUE : String = factoryValue
[static] The name of the "factoryValue" object definition attribute.
ObjectAttribute
  OBJECT_GENERATES : String = generates
[static] The name of the "generates" object definition attribute.
ObjectAttribute
  OBJECT_ID : String = id
[static] The name of the external object property to define the id of the object.
ObjectAttribute
  OBJECT_INIT_METHOD_NAME : String = init
[static] The name of the external object property to register the init method name.
ObjectAttribute
  OBJECT_LISTENERS : String = listeners
[static] Defines the label of the "listeners" name property of the object.
ObjectAttribute
  OBJECT_PROPERTIES : String = properties
[static] The name of the external object property to register the properties.
ObjectAttribute
  OBJECT_RECEIVERS : String = receivers
[static] Defines the label of the "receivers" name property of the object.
ObjectAttribute
  OBJECTS : String = objects
[static] Defines the label of the 'objects' top-level attribute.
ObjectAttribute
  OBJECT_SCOPE : String = scope
[static] The name of the external object property to define the scope flag of the object.
ObjectAttribute
  OBJECT_SINGLETON : String = singleton
[static] The name of the external object property to define the singleton flag of the object.
ObjectAttribute
  OBJECT_STATIC_FACTORY_METHOD : String = staticFactoryMethod
[static] The name of the external object property to define the static factory flag of the object.
ObjectAttribute
  OBJECT_STATIC_FACTORY_PROPERTY : String = staticFactoryProperty
[static] The name of the external object property to define the static property flag of the object.
ObjectAttribute
  REFERENCE : String = ref
[static] Defines the label of the reference in a property object.
ObjectAttribute
  RESOURCE : String = resource
[static] Defines the label of the 'resource' attribute in the imports objects.
ObjectAttribute
  TYPE : String = type
[static] Defines the label of the type of the object.
ObjectAttribute
  TYPE_ALIAS : String = alias
[static] Defines the attribute name of the alias expression in a typeAlias object in the configuration of the ioc factory.
ObjectAttribute
  TYPE_ALIASES : String = typeAliases
[static] Defines the attribute name of the 'typeAliases' Array in the configuration of the ioc factory.
ObjectAttribute
  TYPE_EXPRESSION : String = typeExpression
[static] Defines the attribute name of the 'typeExpression' Array in the configuration of the ioc factory.
ObjectAttribute
  VALUE : String = value
[static] Defines the label of the value in a property object.
ObjectAttribute
Constant Detail
ARGUMENTSConstant
public static const ARGUMENTS:String = arguments

Defines the label of the arguments in a method or a constructor object.

CONFIGConstant 
public static const CONFIG:String = config

Defines the attribute name of the "config" object in the configuration of the ioc factory.

CONFIGURATIONConstant 
public static const CONFIGURATION:String = configuration

Defines the label of the 'configuration' top-level attribute.

EVALUATORSConstant 
public static const EVALUATORS:String = evaluators

Defines the label of the 'evaluators' attribure.

FACTORYConstant 
public static const FACTORY:String = factory

Defines the label of the 'factory' attribure.

I18NConstant 
public static const I18N:String = i18n

Defines the label of the 'i18n' top-level attribute.

IDENTIFYConstant 
public static const IDENTIFY:String = identify

Defines the label of the 'identify' property of the object.

IMPORTSConstant 
public static const IMPORTS:String = imports

Defines the label of the 'imports' top-level attribute.

LAZY_INITConstant 
public static const LAZY_INIT:String = lazyInit

Defines the label of the lazyInit name property of the object.

LOCALEConstant 
public static const LOCALE:String = locale

Defines the attribute name of the "locale" object in the configuration of the ioc factory and the object definition "arguments" and "properties".

LOCKConstant 
public static const LOCK:String = lock

Defines the label of the 'lock' property of the object.

NAMEConstant 
public static const NAME:String = name

Defines the label of the name in a property object.

OBJECT_DEPENDS_ONConstant 
public static const OBJECT_DEPENDS_ON:String = dependsOn

The name of the "dependsOn" object definition attribute.

OBJECT_DESTROY_METHOD_NAMEConstant 
public static const OBJECT_DESTROY_METHOD_NAME:String = destroy

The name of the external object property to register the destroy method name.

OBJECT_FACTORY_LOGICConstant 
public static const OBJECT_FACTORY_LOGIC:String = factoryLogic

The name of the "factoryLogic" object definition attribute.

OBJECT_FACTORY_METHODConstant 
public static const OBJECT_FACTORY_METHOD:String = factoryMethod

The name of the "factoryMethod" object definition attribute.

OBJECT_FACTORY_PROPERTYConstant 
public static const OBJECT_FACTORY_PROPERTY:String = factoryProperty

The name of the "factoryProperty" object definition attribute.

OBJECT_FACTORY_REFERENCEConstant 
public static const OBJECT_FACTORY_REFERENCE:String = factoryReference

The name of the "factoryReference" object definition attribute.

OBJECT_FACTORY_VALUEConstant 
public static const OBJECT_FACTORY_VALUE:String = factoryValue

The name of the "factoryValue" object definition attribute.

OBJECT_GENERATESConstant 
public static const OBJECT_GENERATES:String = generates

The name of the "generates" object definition attribute.

OBJECT_IDConstant 
public static const OBJECT_ID:String = id

The name of the external object property to define the id of the object.

OBJECT_INIT_METHOD_NAMEConstant 
public static const OBJECT_INIT_METHOD_NAME:String = init

The name of the external object property to register the init method name.

OBJECT_LISTENERSConstant 
public static const OBJECT_LISTENERS:String = listeners

Defines the label of the "listeners" name property of the object.

OBJECT_PROPERTIESConstant 
public static const OBJECT_PROPERTIES:String = properties

The name of the external object property to register the properties.

OBJECT_RECEIVERSConstant 
public static const OBJECT_RECEIVERS:String = receivers

Defines the label of the "receivers" name property of the object.

OBJECT_SCOPEConstant 
public static const OBJECT_SCOPE:String = scope

The name of the external object property to define the scope flag of the object.

OBJECT_SINGLETONConstant 
public static const OBJECT_SINGLETON:String = singleton

The name of the external object property to define the singleton flag of the object.

OBJECT_STATIC_FACTORY_METHODConstant 
public static const OBJECT_STATIC_FACTORY_METHOD:String = staticFactoryMethod

The name of the external object property to define the static factory flag of the object.

OBJECT_STATIC_FACTORY_PROPERTYConstant 
public static const OBJECT_STATIC_FACTORY_PROPERTY:String = staticFactoryProperty

The name of the external object property to define the static property flag of the object.

OBJECTSConstant 
public static const OBJECTS:String = objects

Defines the label of the 'objects' top-level attribute.

REFERENCEConstant 
public static const REFERENCE:String = ref

Defines the label of the reference in a property object.

RESOURCEConstant 
public static const RESOURCE:String = resource

Defines the label of the 'resource' attribute in the imports objects.

TYPEConstant 
public static const TYPE:String = type

Defines the label of the type of the object.

TYPE_ALIASConstant 
public static const TYPE_ALIAS:String = alias

Defines the attribute name of the alias expression in a typeAlias object in the configuration of the ioc factory.

TYPE_ALIASESConstant 
public static const TYPE_ALIASES:String = typeAliases

Defines the attribute name of the 'typeAliases' Array in the configuration of the ioc factory.

TYPE_EXPRESSIONConstant 
public static const TYPE_EXPRESSION:String = typeExpression

Defines the attribute name of the 'typeExpression' Array in the configuration of the ioc factory.

VALUEConstant 
public static const VALUE:String = value

Defines the label of the value in a property object.