INRIA & FluxMedia

fr.fluxmedia.transmorpher.Parser
Class ParserAnswer

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

public final class ParserAnswer
extends Object


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 iId
          The identifier of this element
(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 iStrategy
          The strategy for apply the ruleset
(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 getId()
          get the id
 String[] getIn()
          get the in Port name
 String getName()
          get the name
 String[] getOut()
          get the out port
 String getRefOn()
          get the ref
 String getStrategy()
           
 String getType()
          get the filename
 void setCount(int pCount)
           
 void setFilename(String pFilename)
          set the filename
 void setId(String id)
          set the id
 void setIn(String[] pIn)
          set the in XML_Port name
 void setName(String pName)
          set the name
 void setOut(String[] pOut)
          set the out port
 void setRefOn(String pRefOn)
          set the ref
 void setStrategy(String pStrategy)
          set the strategy
 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

iId

String iId
The identifier of this element

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

iStrategy

String iStrategy
The strategy for apply the ruleset
Constructor Detail

ParserAnswer

public ParserAnswer()
Build a new ParserAnswer
Method Detail

getId

public final String getId()
get the id

setId

public final void setId(String id)
set the id

getName

public final String getName()
get the name

setName

public final void setName(String pName)
set the name

getRefOn

public final String getRefOn()
get the ref

setRefOn

public final void setRefOn(String pRefOn)
set the ref

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()

getStrategy

public final String getStrategy()

setStrategy

public final void setStrategy(String pStrategy)
set the strategy

INRIA & FluxMedia

...