|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.IOP.Encoding
public final class Encoding
Struct definition: Encoding.
| Field Summary | |
|---|---|
short |
format
Struct member format |
byte |
major_version
Struct member major_version |
byte |
minor_version
Struct member minor_version |
| Constructor Summary | |
|---|---|
Encoding()
Default constructor |
|
Encoding(short format,
byte major_version,
byte minor_version)
Constructor with fields initialization |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public short format
public byte major_version
public byte minor_version
| Constructor Detail |
|---|
public Encoding()
public Encoding(short format,
byte major_version,
byte minor_version)
format - format struct membermajor_version - major_version struct memberminor_version - minor_version struct member
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||