Packagestimulsoft.flex.serialize
Classpublic class StiClassProperty
InheritanceStiClassProperty Inheritance Object
Implements IStiClonable



Public Properties
 PropertyDefined By
  browsable : Boolean = true
StiClassProperty
  category : String
StiClassProperty
  categoryOrder : int = 2.147483647E9
StiClassProperty
  defaultValue : String = null
StiClassProperty
  description : String = null
StiClassProperty
  enum : Boolean = false
StiClassProperty
  name : String = null
StiClassProperty
  notSupported : Boolean = false
StiClassProperty
  order : int = -2.147483648E9
StiClassProperty
  parentTypeName : String = null
StiClassProperty
  propertyLevel : int = 0
StiClassProperty
  readOnly : Boolean = false
StiClassProperty
  refreshProperties : Boolean = false
StiClassProperty
  serializable : String
StiClassProperty
  serializeName : String = null
StiClassProperty
  showInnerProperties : Boolean = true
StiClassProperty
  type : Class = null
StiClassProperty
  typeConverter : String = null
StiClassProperty
  typeEditor : String = null
StiClassProperty
  typeName : String
StiClassProperty
Public Methods
 MethodDefined By
  
StiClassProperty
  
clone(... args):Object
StiClassProperty
  
StiClassProperty
Property Detail
browsableproperty
public var browsable:Boolean = true

categoryproperty 
category:String


Implementation
    public function get category():String
    public function set category(value:String):void
categoryOrderproperty 
public var categoryOrder:int = 2.147483647E9

defaultValueproperty 
public var defaultValue:String = null

descriptionproperty 
public var description:String = null

enumproperty 
public var enum:Boolean = false

nameproperty 
public var name:String = null

notSupportedproperty 
public var notSupported:Boolean = false

orderproperty 
public var order:int = -2.147483648E9

parentTypeNameproperty 
public var parentTypeName:String = null

propertyLevelproperty 
public var propertyLevel:int = 0

readOnlyproperty 
public var readOnly:Boolean = false

refreshPropertiesproperty 
public var refreshProperties:Boolean = false

serializableproperty 
serializable:String


Implementation
    public function get serializable():String
    public function set serializable(value:String):void
serializeNameproperty 
public var serializeName:String = null

showInnerPropertiesproperty 
public var showInnerProperties:Boolean = true

typeproperty 
public var type:Class = null

typeConverterproperty 
public var typeConverter:String = null

typeEditorproperty 
public var typeEditor:String = null

typeNameproperty 
typeName:String


Implementation
    public function get typeName():String
    public function set typeName(value:String):void
Constructor Detail
StiClassProperty()Constructor
public function StiClassProperty()



Method Detail
clone()method
public function clone(... args):Object

Parameters

... args

Returns
Object
memberwiseClone()method 
public function memberwiseClone():Object

Returns
Object