Package | org.samchon.namtree.file |
Class | public class NTParameter |
Inheritance | NTParameter ![]() ![]() |
Default MXML Propertysource
Property | Defined 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 |
Property | Defined By | ||
---|---|---|---|
exploreParameter : NTExploreParameter | NTParameter | ||
initialValue : Number | NTParameter | ||
name : String | NTParameter |
Method | Defined By | ||
---|---|---|---|
NTParameter | |||
at(index:int):NTParameterDetermined | NTParameter | ||
construct(xml:XML):void [override] | NTParameter | ||
createChild(xml:XML):IEntity [override] | NTParameter | ||
![]() | erase(key:*):Boolean | EntityArray | |
get(key:*):NTParameterDetermined | NTParameter | ||
NTParameter | |||
![]() | has(key:*):Boolean | EntityArray | |
hasExploreParameter():Boolean | NTParameter | ||
setHasExploreParameter(flag:Boolean):void | NTParameter | ||
toXML():XML [override] | NTParameter |
$initialValue | property |
$initialValue:Number
public function get $initialValue():Number
public function set $initialValue(value:Number):void
$name | property |
$name:String
public function get $name():String
public function set $name(value:String):void
CHILD_TAG | property |
CHILD_TAG:String
[read-only] [override] public function get CHILD_TAG():String
exploreParameter | property |
protected var exploreParameter:NTExploreParameter
initialValue | property |
protected var initialValue:Number
key | property |
key:*
[read-only] [override] public function get key():*
name | property |
protected var name:String
TAG | property |
TAG:String
[read-only] [override] public function get TAG():String
NTParameter | () | Constructor |
public function NTParameter()
at | () | method |
public function at(index:int):NTParameterDetermined
Parameters
index:int |
NTParameterDetermined |
construct | () | method |
override public function construct(xml:XML):void
Parameters
xml:XML |
createChild | () | method |
get | () | method |
getExploreParameter | () | method |
hasExploreParameter | () | method |
public function hasExploreParameter():Boolean
ReturnsBoolean |
setHasExploreParameter | () | method |
public function setHasExploreParameter(flag:Boolean):void
Parameters
flag:Boolean |
toXML | () | method |
override public function toXML():XML
ReturnsXML |