/[classpath]/classpath/gnu/CORBA/primitiveTypeCode.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/primitiveTypeCode.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by gnu_andrew, Sun Mar 6 22:37:05 2005 UTC revision 1.2 by audriusa, Sun May 15 01:09:29 2005 UTC
# Line 38  Line 38 
38    
39  package gnu.CORBA;  package gnu.CORBA;
40    
41    import java.io.Serializable;
42    
43  import org.omg.CORBA.Any;  import org.omg.CORBA.Any;
44  import org.omg.CORBA.IDLEntity;  import org.omg.CORBA.IDLEntity;
45  import org.omg.CORBA.NO_IMPLEMENT;  import org.omg.CORBA.NO_IMPLEMENT;
46  import org.omg.CORBA.TCKind;  import org.omg.CORBA.TCKind;
47  import org.omg.CORBA.TypeCode;  import org.omg.CORBA.TypeCode;
48  import org.omg.CORBA.TypeCodePackage.BadKind;  import org.omg.CORBA.TypeCodePackage.BadKind;
49    import org.omg.CORBA.TypeCodePackage.Bounds;
 import java.io.Serializable;  
50    
51  /**  /**
52   * An information about a primitive CORBA data type   * An information about a primitive CORBA data type
# Line 73  public class primitiveTypeCode Line 74  public class primitiveTypeCode
74    }    }
75    
76    public TypeCode concrete_base_type()    public TypeCode concrete_base_type()
77                                throws org.omg.CORBA.TypeCodePackage.BadKind                                throws BadKind
78    {    {
79      throw new BadKind();      throw new BadKind();
80    }    }
81    
82    public TypeCode content_type()    public TypeCode content_type()
83                          throws org.omg.CORBA.TypeCodePackage.BadKind                          throws BadKind
84    {    {
85      throw new BadKind();      throw new BadKind();
86    }    }
87    
88    public int default_index()    public int default_index()
89                      throws org.omg.CORBA.TypeCodePackage.BadKind                      throws BadKind
90    {    {
91      throw new BadKind();      throw new BadKind();
92    }    }
93    
94    public TypeCode discriminator_type()    public TypeCode discriminator_type()
95                                throws org.omg.CORBA.TypeCodePackage.BadKind                                throws BadKind
96    {    {
97      throw new BadKind();      throw new BadKind();
98    }    }
# Line 113  public class primitiveTypeCode Line 114  public class primitiveTypeCode
114    }    }
115    
116    public short fixed_digits()    public short fixed_digits()
117                       throws org.omg.CORBA.TypeCodePackage.BadKind                       throws BadKind
118    {    {
119      throw new BadKind();      throw new BadKind("fixed_digits");
120    }    }
121    
122    public short fixed_scale()    public short fixed_scale()
123                      throws org.omg.CORBA.TypeCodePackage.BadKind                      throws BadKind
124    {    {
125      throw new BadKind();      throw new BadKind("fixed_scale");
126    }    }
127    
128    public TypeCode get_compact_typecode()    public TypeCode get_compact_typecode()
# Line 130  public class primitiveTypeCode Line 131  public class primitiveTypeCode
131    }    }
132    
133    public String id()    public String id()
134              throws org.omg.CORBA.TypeCodePackage.BadKind              throws BadKind
135    {    {
136      throw new BadKind();      throw new BadKind("id");
137    }    }
138    
139    /**    /**
# Line 145  public class primitiveTypeCode Line 146  public class primitiveTypeCode
146    }    }
147    
148    public int length()    public int length()
149               throws org.omg.CORBA.TypeCodePackage.BadKind               throws BadKind
150    {    {
151      throw new BadKind();      throw new BadKind("length");
152    }    }
153    
154    public int member_count()    public int member_count()
155                     throws org.omg.CORBA.TypeCodePackage.BadKind                     throws BadKind
156    {    {
157      throw new BadKind();      throw new BadKind("member_count");
158    }    }
159    
160    public Any member_label(int index)    public Any member_label(int index)
161                     throws org.omg.CORBA.TypeCodePackage.BadKind,                     throws BadKind, Bounds
                           org.omg.CORBA.TypeCodePackage.Bounds  
162    {    {
163      throw new BadKind();      throw new BadKind("member_label");
164    }    }
165    
166    public String member_name(int index)    public String member_name(int index)
167                       throws BadKind                       throws BadKind, Bounds
168    {    {
169      throw new BadKind();      throw new BadKind("member_name");
170    }    }
171    
172    public TypeCode member_type(int index)    public TypeCode member_type(int index)
173                         throws org.omg.CORBA.TypeCodePackage.BadKind,                         throws BadKind, Bounds
                               org.omg.CORBA.TypeCodePackage.Bounds  
174    {    {
175      throw new BadKind();      throw new BadKind("member_type");
176    }    }
177    
178    public short member_visibility(int index)    public short member_visibility(int index)
179                            throws org.omg.CORBA.TypeCodePackage.BadKind,                            throws BadKind, Bounds
                                  org.omg.CORBA.TypeCodePackage.Bounds  
180    {    {
181      throw new BadKind();      throw new BadKind("member_visibility");
182    }    }
183    
184    public String name()    public String name()
185                throws org.omg.CORBA.TypeCodePackage.BadKind                throws BadKind
186    {    {
187      throw new BadKind();      throw new BadKind("name");
188    }    }
189    
190    public short type_modifier()    public short type_modifier()
191                        throws org.omg.CORBA.TypeCodePackage.BadKind                        throws BadKind
192    {    {
193      throw new BadKind();      throw new BadKind("type_modifier");
194    }    }
195  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26