Property | Defined By | ||
---|---|---|---|
![]() | key : * [read-only] | Entity | |
TAG : String [override] [read-only] | NTSide |
Property | Defined By | ||
---|---|---|---|
aggregation : int | NTSide | ||
factory : NTFactory | NTSide | ||
file : NTFile | NTSide | ||
parameterArray : NTSideParameterArray | NTSide |
Method | Defined By | ||
---|---|---|---|
NTSide | |||
construct(xml:XML):void [override] | NTSide | ||
getAggregation():int | NTSide | ||
NTSide | |||
NTSide | |||
setAggregation(val:int):void | NTSide | ||
NTSide | |||
toXML():XML [override] | NTSide |
aggregation | property |
protected var aggregation:int
factory | property |
protected var factory:NTFactory
file | property |
protected var file:NTFile
parameterArray | property |
protected var parameterArray:NTSideParameterArray
TAG | property |
TAG:String
[read-only] [override] public function get TAG():String
NTSide | () | Constructor |
construct | () | method |
override public function construct(xml:XML):void
Parameters
xml:XML |
getAggregation | () | method |
public function getAggregation():int
Returnsint |
getFile | () | method |
getParameterArray | () | method |
setAggregation | () | method |
public function setAggregation(val:int):void
Parameters
val:int |
setFile | () | method |
toXML | () | method |
override public function toXML():XML
ReturnsXML |