|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.fluxmedia.transmorpher.Parser.ParserAnswer
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 |
|
Field Detail |
String iName
String[] iIn
String[] iOut
String iFilename
String iRefOn
String iType
int iCount
Constructor Detail |
public ParserAnswer()
Method Detail |
public final String getName()
public final void setName(String pName)
public final String getRefOn()
public final void setRefOn(String pRefOn)
public final void setIn(String[] pIn)
public final String[] getIn()
public final void setOut(String[] pOut)
public final String[] getOut()
public final String getFilename()
public final void setFilename(String pFilename)
public final String getType()
public final void setType(String pType)
public final void setCount(int pCount)
public final int getCount()
|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |