Searched refs:DefinitionKind (Results 1 - 9 of 9) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DDefinitionKind.java27 * File: ./org/omg/CORBA/DefinitionKind.java
39 * <code>DefinitionKind</code>. This class provides the method
42 * <code>DefinitionKind</code> instance. It also provides the method
44 * is the value for a <code>DefinitionKind</code> instance.
49 public class DefinitionKind implements org.omg.CORBA.portable.IDLEntity { class in inherits:org.omg.CORBA.portable.IDLEntity
222 * The static instance of <code>DefinitionKind</code> indicating that an
226 public static final DefinitionKind dk_none = new DefinitionKind(_dk_none);
229 * The wildcard <code>DefinitionKind</code> constant, useful
231 * <code>DefinitionKind</cod
491 protected DefinitionKind(int _value){ method in class:DefinitionKind
[all...]
H A DIRObjectOperations.java62 * Returns the <code>DefinitionKind</code> corresponding to this Interface Repository object.
63 * @return the <code>DefinitionKind</code> corresponding to this Interface Repository object.
65 org.omg.CORBA.DefinitionKind def_kind ();
H A DDefinitionKindHelper.java29 * The Helper for <tt>DefinitionKind</tt>. For more information on
40 private static String _id = "IDL:omg.org/CORBA/DefinitionKind:1.0";
42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.DefinitionKind that)
50 public static org.omg.CORBA.DefinitionKind extract (org.omg.CORBA.Any a)
60 __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.CORBA.DefinitionKindHelper.id (), "DefinitionKind", new String[] { "dk_none", "dk_all", "dk_Attribute", "dk_Constant", "dk_Exception", "dk_Interface", "dk_Module", "dk_Operation", "dk_Typedef", "dk_Alias", "dk_Struct", "dk_Union", "dk_Enum", "dk_Primitive", "dk_String", "dk_Sequence", "dk_Array", "dk_Repository", "dk_Wstring", "dk_Fixed", "dk_Value", "dk_ValueBox", "dk_ValueMember", "dk_Native"} );
70 public static org.omg.CORBA.DefinitionKind read (org.omg.CORBA.portable.InputStream istream)
72 return org.omg.CORBA.DefinitionKind.from_int (istream.read_long ());
75 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.DefinitionKind value)
H A Dir.idl39 enum DefinitionKind {
60 readonly attribute DefinitionKind def_kind;
93 DefinitionKind kind;
185 in DefinitionKind limit_type,
192 in DefinitionKind limit_type,
198 DefinitionKind kind;
205 in DefinitionKind limit_type,
H A D_IDLTypeStub.java86 public org.omg.CORBA.DefinitionKind def_kind ()
92 org.omg.CORBA.DefinitionKind __result = org.omg.CORBA.DefinitionKindHelper.read (_in);
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DIRObjectOperations.java43 //com.sun.org.omg.CORBA.DefinitionKind def_kind ();
44 org.omg.CORBA.DefinitionKind def_kind ();
H A DDefinitionKindHelper.java39 private static String _id = "IDL:omg.org/CORBA/DefinitionKind:1.0";
46 //public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.DefinitionKind that)
47 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.DefinitionKind that)
56 //public static com.sun.org.omg.CORBA.DefinitionKind extract (org.omg.CORBA.Any a)
57 public static org.omg.CORBA.DefinitionKind extract (org.omg.CORBA.Any a)
67 __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (com.sun.org.omg.CORBA.DefinitionKindHelper.id (), "DefinitionKind", new String[] { "dk_none", "dk_all", "dk_Attribute", "dk_Constant", "dk_Exception", "dk_Interface", "dk_Module", "dk_Operation", "dk_Typedef", "dk_Alias", "dk_Struct", "dk_Union", "dk_Enum", "dk_Primitive", "dk_String", "dk_Sequence", "dk_Array", "dk_Repository", "dk_Wstring", "dk_Fixed", "dk_Value", "dk_ValueBox", "dk_ValueMember", "dk_Native"} );
78 //public static com.sun.org.omg.CORBA.DefinitionKind read (org.omg.CORBA.portable.InputStream istream)
79 public static org.omg.CORBA.DefinitionKind read (org.omg.CORBA.portable.InputStream istream)
82 //return com.sun.org.omg.CORBA.DefinitionKind.from_int (istream.read_long ());
83 return org.omg.CORBA.DefinitionKind
[all...]
H A D_IDLTypeStub.java78 //public com.sun.org.omg.CORBA.DefinitionKind def_kind ()
79 public org.omg.CORBA.DefinitionKind def_kind ()
86 //com.sun.org.omg.CORBA.DefinitionKind __result = com.sun.org.omg.CORBA.DefinitionKindHelper.read (_in);
87 org.omg.CORBA.DefinitionKind __result = com.sun.org.omg.CORBA.DefinitionKindHelper.read (_in);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dir.idl38 enum DefinitionKind {
59 readonly attribute DefinitionKind def_kind;
92 DefinitionKind kind;
184 in DefinitionKind limit_type,
191 in DefinitionKind limit_type,
197 DefinitionKind kind;
204 in DefinitionKind limit_type,

Completed in 58 milliseconds