|
|||||||||
| Home >> All >> org >> pqt >> autorib >> [ rib overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.pqt.autorib.rib
Class RIBDisplay

java.lang.Objectorg.pqt.autorib.rib.RIBRequest
org.pqt.autorib.rib.RIBDisplay
- All Implemented Interfaces:
- java.lang.Cloneable
- public class RIBDisplay
- extends RIBRequest
| Field Summary | |
java.lang.String |
baseName
|
boolean |
isAddition
true if this Display refers to arbitrary output variables |
java.lang.String |
name
|
RIBParams |
params
|
java.lang.String |
type
|
java.lang.String |
where
|
| Fields inherited from class org.pqt.autorib.rib.RIBRequest |
deleted, preContent, requestID, requestName |
| Constructor Summary | |
(package private) |
RIBDisplay()
|
(package private) |
RIBDisplay(java.lang.String baseName,
java.lang.String where,
java.lang.String type)
|
(package private) |
RIBDisplay(org.pqt.autorib.tokenizer.Tokenizer in)
|
| Method Summary | |
void |
read(org.pqt.autorib.tokenizer.Tokenizer in)
read an RIB call and store it |
void |
writeOther(java.io.Writer out)
This method is overridden by subclasses to allow them to actually do the writing out of the Request and associated parameters etc. |
| Methods inherited from class org.pqt.autorib.rib.RIBRequest |
filteredWrite, filteredWritePreContent, prepend, prepend, readRequestName, write, writePreContent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
name
public java.lang.String name
baseName
public java.lang.String baseName
where
public java.lang.String where
type
public java.lang.String type
params
public RIBParams params
isAddition
public boolean isAddition
- true if this Display refers to arbitrary output variables
| Constructor Detail |
RIBDisplay
RIBDisplay()
RIBDisplay
RIBDisplay(java.lang.String baseName, java.lang.String where, java.lang.String type)
RIBDisplay
RIBDisplay(org.pqt.autorib.tokenizer.Tokenizer in) throws org.pqt.autorib.tokenizer.FormatException, java.io.IOException
| Method Detail |
read
public void read(org.pqt.autorib.tokenizer.Tokenizer in) throws org.pqt.autorib.tokenizer.FormatException, java.io.IOException
- Description copied from class:
RIBRequest - read an RIB call and store it
- Specified by:
readin classRIBRequest
writeOther
public void writeOther(java.io.Writer out) throws java.io.IOException
- Description copied from class:
RIBRequest - This method is overridden by subclasses to allow them
to actually do the writing out of the Request
and associated parameters etc. It is called whenever
any of the Write methods above are called.
- Specified by:
writeOtherin classRIBRequest
|
|||||||||
| Home >> All >> org >> pqt >> autorib >> [ rib overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC