Uses of Class
com.sun.org.omg.CORBA.AttributeMode
-
Packages that use AttributeMode Package Description com.sun.org.omg.CORBA -
-
Uses of AttributeMode in com.sun.org.omg.CORBA
Fields in com.sun.org.omg.CORBA declared as AttributeMode Modifier and Type Field Description private static AttributeMode[]
AttributeMode. __array
static AttributeMode
AttributeMode. ATTR_NORMAL
static AttributeMode
AttributeMode. ATTR_READONLY
AttributeMode
AttributeDescription. mode
Methods in com.sun.org.omg.CORBA that return AttributeMode Modifier and Type Method Description static AttributeMode
AttributeModeHelper. extract(Any a)
static AttributeMode
AttributeMode. from_int(int value)
static AttributeMode
AttributeModeHelper. read(InputStream istream)
Methods in com.sun.org.omg.CORBA with parameters of type AttributeMode Modifier and Type Method Description static void
AttributeModeHelper. insert(Any a, AttributeMode that)
static void
AttributeModeHelper. write(OutputStream ostream, AttributeMode value)
Constructors in com.sun.org.omg.CORBA with parameters of type AttributeMode Constructor Description AttributeDescription(java.lang.String _name, java.lang.String _id, java.lang.String _defined_in, java.lang.String _version, TypeCode _type, AttributeMode _mode)
-