| Property | Defined By | ||
|---|---|---|---|
| defaultValue : String | Attribute | ||
| fieldName : String | Attribute | ||
| fullName : String | Attribute | ||
| ID : Number | Attribute | ||
| parent : * | Attribute | ||
| realValue : * | Attribute | ||
| type : String | Attribute | ||
| value : * | Attribute | ||
| Method | Defined By | ||
|---|---|---|---|
Attribute(ID:Number, fieldName:String, fullName:String, value:*, type:String, parent:*) | Attribute | ||
getRealValue():* | Attribute | ||
| defaultValue | property |
public var defaultValue:String| fieldName | property |
public var fieldName:String| fullName | property |
public var fullName:String| ID | property |
public var ID:Number| parent | property |
public var parent:*| realValue | property |
public var realValue:*| type | property |
public var type:String| value | property |
public var value:*| Attribute | () | Constructor |
public function Attribute(ID:Number, fieldName:String, fullName:String, value:*, type:String, parent:*)ID:Number | |
fieldName:String | |
fullName:String | |
value:* | |
type:String | |
parent:* |
| getRealValue | () | method |
public function getRealValue():*Returns* |