INRIA & FluxMedia

fr.fluxmedia.transmorpher.Parser
Class ParserAnswer

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.Parser.ParserAnswer

public final class ParserAnswer
extends Object

Content : Define a class to store usefull parser information for ProcessDescription file


Field Summary
(package private)  int iCount
          The number of iteration for loop, the infinity constant is defined in the TProcessFactory
(package private)  String iFilename
          The filename
(package private)  String[] iIn
          Store the liste of in XML_PORT
(package private)  String iName
          Store the name
(package private)  String[] iOut
          Store the liste of OUT XML_PORT
(package private)  String iRefOn
          the reference Object
(package private)  String iType
          The type of the element
 
Constructor Summary
ParserAnswer()
          Build a new ParserAnswer
 
Method Summary
 int getCount()
           
 String getFilename()
          get the filename
 String[] getIn()
          get the in Port name
 String getName()
          get the name
 String[] getOut()
          get the out port
 String getRefOn()
          get the name
 String getType()
          get the filename
 void setCount(int pCount)
           
 void setFilename(String pFilename)
          set the filename
 void setIn(String[] pIn)
          set the in XML_Port name
 void setName(String pName)
          set the nale
 void setOut(String[] pOut)
          set the out port
 void setRefOn(String pRefOn)
          set the nale
 void setType(String pType)
          set the filename
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

iName

String iName
Store the name

iIn

String[] iIn
Store the liste of in XML_PORT

iOut

String[] iOut
Store the liste of OUT XML_PORT

iFilename

String iFilename
The filename

iRefOn

String iRefOn
the reference Object

iType

String iType
The type of the element

iCount

int iCount
The number of iteration for loop, the infinity constant is defined in the TProcessFactory
Constructor Detail

ParserAnswer

public ParserAnswer()
Build a new ParserAnswer
Method Detail

getName

public final String getName()
get the name

setName

public final void setName(String pName)
set the nale

getRefOn

public final String getRefOn()
get the name

setRefOn

public final void setRefOn(String pRefOn)
set the nale

setIn

public final void setIn(String[] pIn)
set the in XML_Port name

getIn

public final String[] getIn()
get the in Port name

setOut

public final void setOut(String[] pOut)
set the out port

getOut

public final String[] getOut()
get the out port

getFilename

public final String getFilename()
get the filename

setFilename

public final void setFilename(String pFilename)
set the filename

getType

public final String getType()
get the filename

setType

public final void setType(String pType)
set the filename

setCount

public final void setCount(int pCount)

getCount

public final int getCount()

INRIA & FluxMedia

...