|
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
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 |
|
Field Detail |
String iId
String iName
String[] iIn
String[] iOut
String iFilename
String iRefOn
String iType
int iCount
String iStrategy
Constructor Detail |
public ParserAnswer()
Method Detail |
public final String getId()
public final void setId(String id)
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()
public final String getStrategy()
public final void setStrategy(String pStrategy)
|
INRIA & FluxMedia | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |