| Package | system.process.caches |
| Class | public class Attribute |
| Inheritance | Attribute Object |
| Implements | Property |
| Property | Defined By | ||
|---|---|---|---|
| name : String
The name of the attribute. | Attribute | ||
| value : *
The value of the attribute. | Attribute | ||
| Method | Defined By | ||
|---|---|---|---|
Attribute(name:String, value:*)
Creates a new Attribute instance. | Attribute | ||
| name | property |
public var name:StringThe name of the attribute.
| value | property |
public var value:*The value of the attribute.
| Attribute | () | Constructor |
public function Attribute(name:String, value:*)Creates a new Attribute instance.
Parametersname:String — The name of the attribute.
| |
value:* — The value of the attribute.
|