JavaScript is disabled on your browser.
Java™ Platform Standard Ed. 7
All Implemented Interfaces:
Serializable , IDLEntity
public final class Encoding
extends Object
implements IDLEntity
org/omg/IOP/Encoding.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
Thursday, April 12, 2012 3:56:24 AM PDT
Field Summary
Fields
Modifier and Type
Field and Description
short
format
The encoding format.
byte
major_version
The major version of this Encoding format.
byte
minor_version
The minor version of this Encoding format.
Constructor Summary
Constructors
Constructor and Description
Encoding ()
Encoding (short _format,
byte _major_version,
byte _minor_version)
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Field Detail
format
public short format
The encoding format.
Constructor Detail
Encoding
public Encoding()
Java™ Platform Standard Ed. 7
Submit a bug or feature For further API reference and developer documentation, see Java SE Documentation . That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright © 1993, 2012, Oracle and/or its affiliates. All rights reserved.