-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIDLTypeOperations.java
More file actions
58 lines (54 loc) · 1.19 KB
/
Copy pathIDLTypeOperations.java
File metadata and controls
58 lines (54 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*
* Copyright (c) 1999, 2001, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package org.omg.CORBA;
/**
* The interface for <tt>IDLType</tt>. For more information on
* Operations interfaces, see <a href="doc-files/generatedfiles.html#operations">
* "Generated Files: Operations files"</a>.
*/
/*
tempout/org/omg/CORBA/IDLTypeOperations.java
Generated by the IBM IDL-to-Java compiler, version 1.0
from ../../Lib/ir.idl
Thursday, February 25, 1999 2:11:23 o'clock PM PST
*/
/**
* This interface must be implemented by all IDLType objects.
* The IDLType is inherited by all IR objects that
* represent IDL types, including interfaces, typedefs, and
* anonymous types.
* @see IDLType
* @see IRObject
* @see IRObjectOperations
*/
public interface IDLTypeOperations extends org.omg.CORBA.IRObjectOperations
{
/**
* The type attribute describes the type defined by an object
* derived from <code>IDLType</code>.
* @return the <code>TypeCode</code> defined by this object.
*/
org.omg.CORBA.TypeCode type ();
} // interface IDLTypeOperations