Packageorg.samchon.namtree.file
Classpublic class NTParameter
InheritanceNTParameter Inheritance EntityArray Inheritance mx.collections.ArrayCollection

Default MXML Propertysource



Public Properties
 PropertyDefined By
  $initialValue : Number
NTParameter
  $name : String
NTParameter
  CHILD_TAG : String
[override] [read-only]
NTParameter
  key : *
[override] [read-only]
NTParameter
  TAG : String
[override] [read-only]
NTParameter
Protected Properties
 PropertyDefined By
  exploreParameter : NTExploreParameter
NTParameter
  initialValue : Number
NTParameter
  name : String
NTParameter
Public Methods
 MethodDefined By
  
NTParameter
  
NTParameter
  
construct(xml:XML):void
[override]
NTParameter
  
[override]
NTParameter
 Inherited
erase(key:*):Boolean
EntityArray
  
NTParameter
  
NTParameter
 Inherited
has(key:*):Boolean
EntityArray
  
NTParameter
  
setHasExploreParameter(flag:Boolean):void
NTParameter
  
toXML():XML
[override]
NTParameter
Protected Methods
 MethodDefined By
 Inherited
_at(index:int):IEntity
Access the element(Entity) by specified index.
EntityArray
 Inherited
_get(key:*):IEntity
Access the element(Entity) by specified identifier(key).
EntityArray
Property Detail
$initialValueproperty
$initialValue:Number


Implementation
    public function get $initialValue():Number
    public function set $initialValue(value:Number):void
$nameproperty 
$name:String


Implementation
    public function get $name():String
    public function set $name(value:String):void
CHILD_TAGproperty 
CHILD_TAG:String  [read-only] [override]


Implementation
    public function get CHILD_TAG():String
exploreParameterproperty 
protected var exploreParameter:NTExploreParameter

initialValueproperty 
protected var initialValue:Number

keyproperty 
key:*  [read-only] [override]


Implementation
    public function get key():*
nameproperty 
protected var name:String

TAGproperty 
TAG:String  [read-only] [override]


Implementation
    public function get TAG():String
Constructor Detail
NTParameter()Constructor
public function NTParameter()



Method Detail
at()method
public function at(index:int):NTParameterDetermined

Parameters

index:int

Returns
NTParameterDetermined
construct()method 
override public function construct(xml:XML):void

Parameters

xml:XML

createChild()method 
override public function createChild(xml:XML):IEntity

Parameters

xml:XML

Returns
IEntity
get()method 
public function get(key:*):NTParameterDetermined

Parameters

key:*

Returns
NTParameterDetermined
getExploreParameter()method 
public function getExploreParameter():NTExploreParameter

Returns
NTExploreParameter
hasExploreParameter()method 
public function hasExploreParameter():Boolean

Returns
Boolean
setHasExploreParameter()method 
public function setHasExploreParameter(flag:Boolean):void

Parameters

flag:Boolean

toXML()method 
override public function toXML():XML

Returns
XML