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

/openjdk7/corba/src/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)
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dir.idl515 enum AttributeMode {ATTR_NORMAL, ATTR_READONLY};
525 attribute AttributeMode mode;
534 AttributeMode mode;
625 in AttributeMode mode
720 in AttributeMode mode
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A Dir.idl516 enum AttributeMode {ATTR_NORMAL, ATTR_READONLY};
526 attribute AttributeMode mode;
535 AttributeMode mode;
626 in AttributeMode mode
721 in AttributeMode mode
/openjdk7/corba/make/sun/corba/org/omg/
H A DFILES_java.gmk42 com/sun/org/omg/CORBA/AttributeMode.java \

Completed in 36 milliseconds