Packagestencyl.api.engine.behavior
Classpublic class Attribute
InheritanceAttribute Inheritance Object



Public Properties
 PropertyDefined By
  defaultValue : String
Attribute
  fieldName : String
Attribute
  fullName : String
Attribute
  ID : Number
Attribute
  parent : *
Attribute
  realValue : *
Attribute
  type : String
Attribute
  value : *
Attribute
Public Methods
 MethodDefined By
  
Attribute(ID:Number, fieldName:String, fullName:String, value:*, type:String, parent:*)
Attribute
  
Attribute
Property Detail
defaultValueproperty
public var defaultValue:String

fieldNameproperty 
public var fieldName:String

fullNameproperty 
public var fullName:String

IDproperty 
public var ID:Number

parentproperty 
public var parent:*

realValueproperty 
public var realValue:*

typeproperty 
public var type:String

valueproperty 
public var value:*

Constructor Detail
Attribute()Constructor
public function Attribute(ID:Number, fieldName:String, fullName:String, value:*, type:String, parent:*)



Parameters
ID:Number
 
fieldName:String
 
fullName:String
 
value:*
 
type:String
 
parent:*
Method Detail
getRealValue()method
public function getRealValue():*

Returns
*