Searched refs:AttributeDescription (Results 1 - 8 of 8) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DAttributeDescription.java29 * com/sun/org/omg/CORBA/AttributeDescription.java
35 public final class AttributeDescription implements org.omg.CORBA.portable.IDLEntity class in inherits:org.omg.CORBA.portable.IDLEntity
44 public AttributeDescription () method in class:AttributeDescription
48 public AttributeDescription (String _name, String _id, String _defined_in, String _version, org.omg.CORBA.TypeCode _type, com.sun.org.omg.CORBA.AttributeMode _mode) method in class:AttributeDescription
58 } // class AttributeDescription
H A DAttrDescriptionSeqHelper.java43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.AttributeDescription[] that)
51 public static com.sun.org.omg.CORBA.AttributeDescription[] extract (org.omg.CORBA.Any a)
73 public static com.sun.org.omg.CORBA.AttributeDescription[] read (org.omg.CORBA.portable.InputStream istream)
75 com.sun.org.omg.CORBA.AttributeDescription value[] = null;
77 value = new com.sun.org.omg.CORBA.AttributeDescription[_len0];
83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.AttributeDescription[] value)
H A DAttributeDescriptionHelper.java37 private static String _id = "IDL:omg.org/CORBA/AttributeDescription:1.0";
43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.AttributeDescription that)
51 public static com.sun.org.omg.CORBA.AttributeDescription extract (org.omg.CORBA.Any a)
107 __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (com.sun.org.omg.CORBA.AttributeDescriptionHelper.id (), "AttributeDescription", _members0);
120 public static com.sun.org.omg.CORBA.AttributeDescription read (org.omg.CORBA.portable.InputStream istream)
122 com.sun.org.omg.CORBA.AttributeDescription value = new com.sun.org.omg.CORBA.AttributeDescription ();
132 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.AttributeDescription value)
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/ValueDefPackage/
H A DFullValueDescription.java46 public com.sun.org.omg.CORBA.AttributeDescription attributes[] = null;
64 //public FullValueDescription (String _name, String _id, boolean _is_abstract, boolean _is_custom, String _defined_in, String _version, com.sun.org.omg.CORBA.OperationDescription[] _operations, com.sun.org.omg.CORBA.AttributeDescription[] _attributes, com.sun.org.omg.CORBA.ValueMember[] _members, com.sun.org.omg.CORBA.Initializer[] _initializers, String[] _supported_interfaces, String[] _abstract_base_values, boolean _is_truncatable, String _base_value, org.omg.CORBA.TypeCode _type)
65 public FullValueDescription (String _name, String _id, boolean _is_abstract, boolean _is_custom, String _defined_in, String _version, com.sun.org.omg.CORBA.OperationDescription[] _operations, com.sun.org.omg.CORBA.AttributeDescription[] _attributes, org.omg.CORBA.ValueMember[] _members, com.sun.org.omg.CORBA.Initializer[] _initializers, String[] _supported_interfaces, String[] _abstract_base_values, boolean _is_truncatable, String _base_value, org.omg.CORBA.TypeCode _type)
/openjdk7/corba/make/sun/corba/org/omg/
H A DFILES_java.gmk40 com/sun/org/omg/CORBA/AttributeDescription.java \
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dir.idl528 struct AttributeDescription {
586 typedef sequence <AttributeDescription> AttrDescriptionSeq;
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A Dir.idl529 struct AttributeDescription {
587 typedef sequence <AttributeDescription> AttrDescriptionSeq;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DValueUtility.java36 import com.sun.org.omg.CORBA.AttributeDescription;
172 result.attributes = new AttributeDescription[0];

Completed in 50 milliseconds