|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ipdr.xdr.IPDRRecord
public final class IPDRRecord
This class is defines the stream element : IPDRRecord
Field Summary | |
---|---|
CompositeData |
data_
To store the Composite Data |
int |
descriptorId_
To store the value of the Descriptor ID |
Constructor Summary | |
---|---|
IPDRRecord()
Default Constructor. |
|
IPDRRecord(int descriptorId,
CompositeData data)
Constructor that sets the Descriptor Id and Composite Data objects. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int descriptorId_
public CompositeData data_
Constructor Detail |
---|
public IPDRRecord()
public IPDRRecord(int descriptorId, CompositeData data)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |