Packageorg.samchon.namtree.criteria
Classpublic class NTSideParameterArray
InheritanceNTSideParameterArray Inheritance EntityArray Inheritance mx.collections.ArrayCollection

Default MXML Propertysource



Public Properties
 PropertyDefined By
  CHILD_TAG : String
[override] [read-only]
NTSideParameterArray
 Inheritedkey : *
[read-only]
EntityArray
  TAG : String
[override] [read-only]
NTSideParameterArray
Protected Properties
 PropertyDefined By
  parameterArray : NTParameterArray
[read-only]
NTSideParameterArray
  side : NTSide
NTSideParameterArray
Public Methods
 MethodDefined By
  
NTSideParameterArray
  
at(index:int):NTSideParameter
NTSideParameterArray
 Inherited
construct(xml:XML):void
Construct data of the Entity from an XML object.
EntityArray
  
[override]
NTSideParameterArray
 Inherited
erase(key:*):Boolean
EntityArray
  
NTSideParameterArray
  
NTSideParameterArray
 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
Property Detail
CHILD_TAGproperty
CHILD_TAG:String  [read-only] [override]


Implementation
    public function get CHILD_TAG():String
parameterArrayproperty 
parameterArray:NTParameterArray  [read-only]


Implementation
    protected function get parameterArray():NTParameterArray
sideproperty 
protected var side:NTSide

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


Implementation
    public function get TAG():String
Constructor Detail
NTSideParameterArray()Constructor
public function NTSideParameterArray(side:NTSide)



Parameters
side:NTSide
Method Detail
at()method
public function at(index:int):NTSideParameter

Parameters

index:int

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

Parameters

xml:XML

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

Parameters

key:*

Returns
NTSideParameter
getSide()method 
public function getSide():NTSide

Returns
NTSide