KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > CORBA > ValueDefPackage > FullValueDescription


1 /***** Copyright (c) 1999 Object Management Group. Unlimited rights to
2
3        duplicate and use this code are hereby granted provided that this
4
5        copyright notice is included.
6
7 *****/

8
9
10
11 /***** This class is generated by an IDL compiler and is ORB-vendor specific.
12
13        A "dummy" implementation is provided so that the "official" org.omg.*
14
15        packages may be compiled. In order to actually use a Java ORB,
16
17        the ORB vendor's implementation will provide a "real"
18
19        implementation of the class.
20
21
22
23        In order to be conformant the class shall support the signatures
24
25        specified here, but will have an orb-specific implementation.
26
27
28
29        The class may support additional vendor specific functionality.
30
31        It shall have at least the inheritance relationships specified
32
33        here. Any additional (vendor specific) inheritance relationships may
34
35        only be with other classes and interfaces that are guaranteed to be
36
37        present in the JDK core.
38
39 *****/

40
41
42
43 package org.omg.CORBA.ValueDefPackage;
44
45
46
47 public final class FullValueDescription implements
48
49                 org.omg.CORBA.portable.IDLEntity JavaDoc {
50
51
52
53     public java.lang.String JavaDoc name;
54
55     public java.lang.String JavaDoc id;
56
57     public boolean is_abstract;
58
59     public boolean is_custom;
60
61     public java.lang.String JavaDoc defined_in;
62
63     public java.lang.String JavaDoc version;
64
65     public org.omg.CORBA.OperationDescription JavaDoc[] operations;
66
67     public org.omg.CORBA.AttributeDescription JavaDoc[] attributes;
68
69     public org.omg.CORBA.ValueMember JavaDoc[] members;
70
71     public org.omg.CORBA.Initializer JavaDoc[] initializers;
72
73     public java.lang.String JavaDoc[] supported_interfaces;
74
75     public java.lang.String JavaDoc[] abstract_base_values;
76
77     public boolean is_truncatable;
78
79     public java.lang.String JavaDoc base_value;
80
81     public org.omg.CORBA.TypeCode JavaDoc type;
82
83
84
85     public FullValueDescription () {
86
87         throw new org.omg.CORBA.NO_IMPLEMENT JavaDoc();
88
89     }
90
91
92
93     public FullValueDescription (java.lang.String JavaDoc name,
94
95                 java.lang.String JavaDoc id,
96
97                 boolean is_abstract,
98
99                 boolean is_custom,
100
101                 java.lang.String JavaDoc defined_in,
102
103                 java.lang.String JavaDoc version,
104
105                 org.omg.CORBA.OperationDescription JavaDoc[] operations,
106
107                 org.omg.CORBA.AttributeDescription JavaDoc[] attributes,
108
109                 org.omg.CORBA.ValueMember JavaDoc[] members,
110
111                 org.omg.CORBA.Initializer JavaDoc[] initializers,
112
113                 java.lang.String JavaDoc[] supported_interfaces,
114
115                 java.lang.String JavaDoc[] abstract_base_values,
116
117                 boolean is_truncatable,
118
119                 java.lang.String JavaDoc base_value,
120
121                 org.omg.CORBA.TypeCode JavaDoc type) {
122
123
124
125         throw new org.omg.CORBA.NO_IMPLEMENT JavaDoc();
126
127       }
128
129 }
130
131
Popular Tags