OpenSplice Java FACE API
v6.x
OpenSplice Future Airborne Capability Environment (FACE) Java API
BoundsHelper.java
Go to the documentation of this file.
1
// Product produced under DoD SENSIAC contract HC104705D4000 under
2
// the sponsorship of the Defense Technical Information Center,
3
// ATTN: DTIC-AI, 8723 John J. Kingman Rd., Ste 0944, Fort Belvoir, VA
4
// 22060-6218. SENSIAC is a DoD Information Analysis Center Sponsored
5
// by the Defense Technical Information Center.
6
//
7
// HANDLING AND DESTRUCTION NOTICE - Comply with distribution statement
8
// and destroy by any method that will prevent disclosure of
9
// contents or reconstruction of the document.
10
11
/***** This class is generated by an IDL compiler and is ORB-vendor specific.
12
A "dummy" implementation is provided so that the "official" org.omg.*
13
packages may be compiled. In order to actually use a Java ORB,
14
the ORB vendor's implementation will provide a "real"
15
implementation of the class.
16
17
In order to be conformant the class shall support the signatures
18
specified here, but will have an orb-specific implementation.
19
20
The class may support additional vendor specific functionality.
21
It shall have at least the inheritance relationships specified
22
here. Any additional (vendor specific) inheritance relationships may
23
only be with other classes and interfaces that are guaranteed to be
24
present in the JDK core.
25
*****/
26
27
package
us.opengroup.FACE.typecodepackage;
28
29
public
final
class
BoundsHelper
{
30
31
public
static
void
insert
(
us
.
opengroup
.
FACE
.
Any
any,
Bounds
_value) {
32
throw
new
us
.
opengroup
.
FACE
.
NO_IMPLEMENT
();
33
}
34
35
public
static
Bounds
extract
(
us
.
opengroup
.
FACE
.
Any
any) {
36
throw
new
us
.
opengroup
.
FACE
.
NO_IMPLEMENT
();
37
}
38
39
public
static
us
.
opengroup
.
FACE
.
TypeCode
type
() {
40
throw
new
us
.
opengroup
.
FACE
.
NO_IMPLEMENT
();
41
}
42
43
public
static
java.lang.String
id
() {
44
throw
new
us
.
opengroup
.
FACE
.
NO_IMPLEMENT
();
45
}
46
47
public
static
Bounds
read
(
48
us
.
opengroup
.
FACE
.
portable
.
InputStream
_input) {
49
throw
new
us
.
opengroup
.
FACE
.
NO_IMPLEMENT
();
50
}
51
52
public
static
void
write
(
us
.
opengroup
.
FACE
.
portable
.
OutputStream
_output,
53
Bounds
_value) {
54
throw
new
us
.
opengroup
.
FACE
.
NO_IMPLEMENT
();
55
}
56
57
}
us.opengroup.FACE.typecodepackage.BoundsHelper.write
static void write(us.opengroup.FACE.portable.OutputStream _output, Bounds _value)
Definition:
BoundsHelper.java:52
us.opengroup.FACE.typecodepackage.BoundsHelper.id
static java.lang.String id()
Definition:
BoundsHelper.java:43
us.opengroup.FACE.NO_IMPLEMENT
Definition:
NO_IMPLEMENT.java:13
us.opengroup.FACE.typecodepackage.BoundsHelper
Definition:
BoundsHelper.java:29
us
us.opengroup.FACE.typecodepackage.BoundsHelper.extract
static Bounds extract(us.opengroup.FACE.Any any)
Definition:
BoundsHelper.java:35
us.opengroup.FACE.portable.OutputStream
Definition:
OutputStream.java:13
us.opengroup.FACE
Definition:
Any.java:11
us.opengroup.FACE.typecodepackage.BoundsHelper.read
static Bounds read(us.opengroup.FACE.portable.InputStream _input)
Definition:
BoundsHelper.java:47
us.opengroup.FACE.typecodepackage.Bounds
Definition:
Bounds.java:13
us.opengroup.FACE.TypeCode
Definition:
TypeCode.java:8
us.opengroup.FACE.Any
Definition:
Any.java:13
us.opengroup.FACE.portable
Definition:
BoxedValueHelper.java:11
us.opengroup.FACE.typecodepackage.BoundsHelper.type
static us.opengroup.FACE.TypeCode type()
Definition:
BoundsHelper.java:39
us.opengroup.FACE.typecodepackage.BoundsHelper.insert
static void insert(us.opengroup.FACE.Any any, Bounds _value)
Definition:
BoundsHelper.java:31
us.opengroup
us.opengroup.FACE.portable.InputStream
Definition:
InputStream.java:13
face
java
code
us
opengroup
FACE
typecodepackage
BoundsHelper.java
Generated by
1.8.13