Packageorg.samchon.namtree.file
Classpublic class NTParameterArray
InheritanceNTParameterArray Inheritance EntityArray Inheritance mx.collections.ArrayCollection

Default MXML Propertysource



Public Properties
 PropertyDefined By
 InheritedCHILD_TAG : String
[read-only] A tag name of children in composite relationship Needed for      virtual EntityArray::construct(XML)      virtual EntityArray::toXML() -> XML <TAG>      <CHILD_TAG />      <CHILD_TAG /> </TAG>
EntityArray
 Inheritedkey : *
[read-only]
EntityArray
 InheritedTAG : String
[read-only]
EntityArray
Public Methods
 MethodDefined By
  
NTParameterArray
  
at(index:int):NTParameter
NTParameterArray
 Inherited
construct(xml:XML):void
Construct data of the Entity from an XML object.
EntityArray
  
[override]
NTParameterArray
 Inherited
erase(key:*):Boolean
EntityArray
  
NTParameterArray
 Inherited
has(key:*):Boolean
EntityArray
 Inherited
toXML():XML
Get an XML object represents the EntityArray.
EntityArray
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
Constructor Detail
NTParameterArray()Constructor
public function NTParameterArray()



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

Parameters

index:int

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

Parameters

xml:XML

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

Parameters

key:*

Returns
NTParameter