Packageorg.samchon.namtree.file
Classpublic class NTFile
InheritanceNTFile Inheritance FTFile Inheritance Entity Inheritance Object



Public Properties
 PropertyDefined By
 Inherited$label : String
[read-only]
FTFile
 Inheritedkey : *
[override] [read-only]
FTFile
  LISTENER : String
[override] [read-only]
NTFile
 InheritedTAG : String
[override] [read-only]
FTFile
Protected Properties
 PropertyDefined By
 Inheritedcomment : String
A comment of attached to the file for description.
FTFile
  exploreParameter : NTExploreParameter
NTFile
 Inheritedextension : String
An extension of a file.
FTFile
  factory : NTFactory
NTFile
  functionName : String
NTFile
 Inheritedname : String
Name of the file.
FTFile
  otherside : NTFile
NTFile
  parameterArray : NTParameterArray
NTFile
 Inheritedparent : FTFolder
Parent folder containing the file.
FTFile
 Inheriteduid : int
Key, an unique if of the file.
FTFile
Public Methods
 MethodDefined By
  
NTFile(factory:NTFactory, parent:FTFolder)
NTFile
  
construct(xml:XML):void
[override]
NTFile
 Inherited
getComment():String
FTFile
  
NTFile
 Inherited
getExtension():String
FTFile
  
getFunction():String
NTFile
 Inherited
getName():String
FTFile
  
NTFile
  
NTFile
 Inherited
FTFile
 Inherited
getPath():String
FTFile
 Inherited
getUID():int
FTFile
  
NTFile
  
link():void
NTFile
 Inherited
load():void
FTFile
  
setHasExploreParameter(flag:Boolean):void
NTFile
 Inherited
FTFile
  
toXML():XML
[override]
NTFile
Property Detail
exploreParameterproperty
protected var exploreParameter:NTExploreParameter

factoryproperty 
protected var factory:NTFactory

functionNameproperty 
protected var functionName:String

LISTENERproperty 
LISTENER:String  [read-only] [override]


Implementation
    public function get LISTENER():String
othersideproperty 
protected var otherside:NTFile

parameterArrayproperty 
protected var parameterArray:NTParameterArray

Constructor Detail
NTFile()Constructor
public function NTFile(factory:NTFactory, parent:FTFolder)



Parameters
factory:NTFactory
 
parent:FTFolder
Method Detail
construct()method
override public function construct(xml:XML):void

Parameters

xml:XML

getExploreParameter()method 
public function getExploreParameter():NTExploreParameter

Returns
NTExploreParameter
getFunction()method 
public function getFunction():String

Returns
String
getOtherside()method 
public function getOtherside():NTFile

Returns
NTFile
getParameterArray()method 
public function getParameterArray():NTParameterArray

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

Returns
Boolean
link()method 
public function link():void

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

Parameters

flag:Boolean

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

Returns
XML