Searched defs:AttributeMode (Results 1 - 1 of 1) 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...]

Completed in 28 milliseconds