Searched refs:AttributeMode (Results 1 - 3 of 3) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/org/omg/CORBA/
H A DAttributeMode.java29 * com/sun/org/omg/CORBA/AttributeMode.java
35 public class AttributeMode implements org.omg.CORBA.portable.IDLEntity class in inherits:org.omg.CORBA.portable.IDLEntity
39 private static com.sun.org.omg.CORBA.AttributeMode[] __array = new com.sun.org.omg.CORBA.AttributeMode [__size];
42 public static final com.sun.org.omg.CORBA.AttributeMode ATTR_NORMAL = new com.sun.org.omg.CORBA.AttributeMode(_ATTR_NORMAL);
44 public static final com.sun.org.omg.CORBA.AttributeMode ATTR_READONLY = new com.sun.org.omg.CORBA.AttributeMode(_ATTR_READONLY);
51 public static com.sun.org.omg.CORBA.AttributeMode from_int (int value)
59 protected AttributeMode (in method in class:AttributeMode
[all...]
H A DAttributeModeHelper.java37 private static String _id = "IDL:omg.org/CORBA/AttributeMode:1.0";
43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.AttributeMode that)
51 public static com.sun.org.omg.CORBA.AttributeMode extract (org.omg.CORBA.Any a)
61 __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (com.sun.org.omg.CORBA.AttributeModeHelper.id (), "AttributeMode", new String[] { "ATTR_NORMAL", "ATTR_READONLY"} );
71 public static com.sun.org.omg.CORBA.AttributeMode read (org.omg.CORBA.portable.InputStream istream)
73 return com.sun.org.omg.CORBA.AttributeMode.from_int (istream.read_long ());
76 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.AttributeMode value)
H A DAttributeDescription.java42 public com.sun.org.omg.CORBA.AttributeMode mode = null;
48 public AttributeDescription (String _name, String _id, String _defined_in, String _version, org.omg.CORBA.TypeCode _type, com.sun.org.omg.CORBA.AttributeMode _mode)

Completed in 50 milliseconds