| Package | system.ioc |
| Class | public class ObjectAttribute |
| Inheritance | ObjectAttribute Object |
| Constant | Defined 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 | ||
| ARGUMENTS | Constant |
public static const ARGUMENTS:String = argumentsDefines the label of the arguments in a method or a constructor object.
| CONFIG | Constant |
public static const CONFIG:String = configDefines the attribute name of the "config" object in the configuration of the ioc factory.
| CONFIGURATION | Constant |
public static const CONFIGURATION:String = configurationDefines the label of the 'configuration' top-level attribute.
| EVALUATORS | Constant |
public static const EVALUATORS:String = evaluatorsDefines the label of the 'evaluators' attribure.
| FACTORY | Constant |
public static const FACTORY:String = factoryDefines the label of the 'factory' attribure.
| I18N | Constant |
public static const I18N:String = i18nDefines the label of the 'i18n' top-level attribute.
| IDENTIFY | Constant |
public static const IDENTIFY:String = identifyDefines the label of the 'identify' property of the object.
| IMPORTS | Constant |
public static const IMPORTS:String = importsDefines the label of the 'imports' top-level attribute.
| LAZY_INIT | Constant |
public static const LAZY_INIT:String = lazyInitDefines the label of the lazyInit name property of the object.
| LOCALE | Constant |
public static const LOCALE:String = localeDefines the attribute name of the "locale" object in the configuration of the ioc factory and the object definition "arguments" and "properties".
| LOCK | Constant |
public static const LOCK:String = lockDefines the label of the 'lock' property of the object.
| NAME | Constant |
public static const NAME:String = nameDefines the label of the name in a property object.
| OBJECT_DEPENDS_ON | Constant |
public static const OBJECT_DEPENDS_ON:String = dependsOnThe name of the "dependsOn" object definition attribute.
| OBJECT_DESTROY_METHOD_NAME | Constant |
public static const OBJECT_DESTROY_METHOD_NAME:String = destroyThe name of the external object property to register the destroy method name.
| OBJECT_FACTORY_LOGIC | Constant |
public static const OBJECT_FACTORY_LOGIC:String = factoryLogicThe name of the "factoryLogic" object definition attribute.
| OBJECT_FACTORY_METHOD | Constant |
public static const OBJECT_FACTORY_METHOD:String = factoryMethodThe name of the "factoryMethod" object definition attribute.
| OBJECT_FACTORY_PROPERTY | Constant |
public static const OBJECT_FACTORY_PROPERTY:String = factoryPropertyThe name of the "factoryProperty" object definition attribute.
| OBJECT_FACTORY_REFERENCE | Constant |
public static const OBJECT_FACTORY_REFERENCE:String = factoryReferenceThe name of the "factoryReference" object definition attribute.
| OBJECT_FACTORY_VALUE | Constant |
public static const OBJECT_FACTORY_VALUE:String = factoryValueThe name of the "factoryValue" object definition attribute.
| OBJECT_GENERATES | Constant |
public static const OBJECT_GENERATES:String = generatesThe name of the "generates" object definition attribute.
| OBJECT_ID | Constant |
public static const OBJECT_ID:String = idThe name of the external object property to define the id of the object.
| OBJECT_INIT_METHOD_NAME | Constant |
public static const OBJECT_INIT_METHOD_NAME:String = initThe name of the external object property to register the init method name.
| OBJECT_LISTENERS | Constant |
public static const OBJECT_LISTENERS:String = listenersDefines the label of the "listeners" name property of the object.
| OBJECT_PROPERTIES | Constant |
public static const OBJECT_PROPERTIES:String = propertiesThe name of the external object property to register the properties.
| OBJECT_RECEIVERS | Constant |
public static const OBJECT_RECEIVERS:String = receiversDefines the label of the "receivers" name property of the object.
| OBJECT_SCOPE | Constant |
public static const OBJECT_SCOPE:String = scopeThe name of the external object property to define the scope flag of the object.
| OBJECT_SINGLETON | Constant |
public static const OBJECT_SINGLETON:String = singletonThe name of the external object property to define the singleton flag of the object.
| OBJECT_STATIC_FACTORY_METHOD | Constant |
public static const OBJECT_STATIC_FACTORY_METHOD:String = staticFactoryMethodThe name of the external object property to define the static factory flag of the object.
| OBJECT_STATIC_FACTORY_PROPERTY | Constant |
public static const OBJECT_STATIC_FACTORY_PROPERTY:String = staticFactoryPropertyThe name of the external object property to define the static property flag of the object.
| OBJECTS | Constant |
public static const OBJECTS:String = objectsDefines the label of the 'objects' top-level attribute.
| REFERENCE | Constant |
public static const REFERENCE:String = refDefines the label of the reference in a property object.
| RESOURCE | Constant |
public static const RESOURCE:String = resourceDefines the label of the 'resource' attribute in the imports objects.
| TYPE | Constant |
public static const TYPE:String = typeDefines the label of the type of the object.
| TYPE_ALIAS | Constant |
public static const TYPE_ALIAS:String = aliasDefines the attribute name of the alias expression in a typeAlias object in the configuration of the ioc factory.
| TYPE_ALIASES | Constant |
public static const TYPE_ALIASES:String = typeAliasesDefines the attribute name of the 'typeAliases' Array in the configuration of the ioc factory.
| TYPE_EXPRESSION | Constant |
public static const TYPE_EXPRESSION:String = typeExpressionDefines the attribute name of the 'typeExpression' Array in the configuration of the ioc factory.
| VALUE | Constant |
public static const VALUE:String = valueDefines the label of the value in a property object.