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(
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 }
static void write(us.opengroup.FACE.portable.OutputStream _output, Bounds _value)
static Bounds extract(us.opengroup.FACE.Any any)
static Bounds read(us.opengroup.FACE.portable.InputStream _input)
static us.opengroup.FACE.TypeCode type()
static void insert(us.opengroup.FACE.Any any, Bounds _value)