Packagesystem.process.caches
Classpublic class Attribute
InheritanceAttribute Inheritance Object
Implements Property

Determinates an "attribute" value object.



Public Properties
 PropertyDefined By
  name : String
The name of the attribute.
Attribute
  value : *
The value of the attribute.
Attribute
Public Methods
 MethodDefined By
  
Attribute(name:String, value:*)
Creates a new Attribute instance.
Attribute
Property Detail
nameproperty
public var name:String

The name of the attribute.

valueproperty 
public var value:*

The value of the attribute.

Constructor Detail
Attribute()Constructor
public function Attribute(name:String, value:*)

Creates a new Attribute instance.

Parameters
name:String — The name of the attribute.
 
value:* — The value of the attribute.