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. __arraystatic AttributeModeAttributeMode. ATTR_NORMALstatic AttributeModeAttributeMode. ATTR_READONLYAttributeModeAttributeDescription. modeMethods in com.sun.org.omg.CORBA that return AttributeMode Modifier and Type Method Description static AttributeModeAttributeModeHelper. extract(Any a)static AttributeModeAttributeMode. from_int(int value)static AttributeModeAttributeModeHelper. read(InputStream istream)Methods in com.sun.org.omg.CORBA with parameters of type AttributeMode Modifier and Type Method Description static voidAttributeModeHelper. insert(Any a, AttributeMode that)static voidAttributeModeHelper. 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)
-