|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.acplt.oncrpc.apps.jrpcgen.JrpcgenEnDecodingInfo
class JrpcgenEnDecodingInfo
The class JrpcgenEnDecodingInfo contains information which
is necessary to generate source code calling appropriate XDR encoding
and decoding methods.
| Field Summary | |
|---|---|
java.lang.String |
decodingOptions
Optional parameters to use when decoding a base data type. |
java.lang.String |
encodingOptions
Optional parameters to use when encoding a base data type. |
java.lang.String |
syllable
(Type) syllable of the encoding or decoding method. |
| Constructor Summary | |
|---|---|
JrpcgenEnDecodingInfo(java.lang.String syllable,
java.lang.String encodingOptions,
java.lang.String decodingOptions)
Construct a JrpcgenEnDecodingInfo object containing
information for generating source code for encoding and decoding
of XDR/Java base data types. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String syllable
public java.lang.String encodingOptions
null, then
these parameters need to be appended. The attribute never contains
a leading parameter separator (aka "comma").
public java.lang.String decodingOptions
null, then
these parameters need to be appended. The attribute never contains
a leading parameter separator (aka "comma").
| Constructor Detail |
|---|
public JrpcgenEnDecodingInfo(java.lang.String syllable,
java.lang.String encodingOptions,
java.lang.String decodingOptions)
JrpcgenEnDecodingInfo object containing
information for generating source code for encoding and decoding
of XDR/Java base data types.
syllable - Syllable of encoding/decoding method.encodingOptions - Optional parameters necessary to encode
base data type.decodingOptions - Optional parameters necessary to decode
base data type.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||