Uses of Class
org.omg.CORBA.AttributeDescription
Packages that use AttributeDescription
Package
Description
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
-
Uses of AttributeDescription in org.omg.CORBA
Fields in org.omg.CORBA declared as AttributeDescriptionMethods in org.omg.CORBA that return AttributeDescriptionModifier and TypeMethodDescriptionstatic AttributeDescription[]
static AttributeDescription
static AttributeDescription[]
AttrDescriptionSeqHelper.read
(InputStream istream) static AttributeDescription
AttributeDescriptionHelper.read
(InputStream istream) Methods in org.omg.CORBA with parameters of type AttributeDescriptionModifier and TypeMethodDescriptionstatic void
AttrDescriptionSeqHelper.insert
(Any a, AttributeDescription[] that) static void
AttributeDescriptionHelper.insert
(Any a, AttributeDescription that) static void
AttrDescriptionSeqHelper.write
(OutputStream ostream, AttributeDescription[] value) static void
AttributeDescriptionHelper.write
(OutputStream ostream, AttributeDescription value) Constructors in org.omg.CORBA with parameters of type AttributeDescriptionModifierConstructorDescriptionAttrDescriptionSeqHolder
(AttributeDescription[] initialValue) AttributeDescriptionHolder
(AttributeDescription initialValue) -
Uses of AttributeDescription in org.omg.CORBA.InterfaceDefPackage
Fields in org.omg.CORBA.InterfaceDefPackage declared as AttributeDescriptionConstructors in org.omg.CORBA.InterfaceDefPackage with parameters of type AttributeDescriptionModifierConstructorDescriptionFullInterfaceDescription
(String _name, String _id, String _defined_in, String _version, boolean _is_abstract, OperationDescription[] _operations, AttributeDescription[] _attributes, String[] _base_interfaces, TypeCode _type) -
Uses of AttributeDescription in org.omg.CORBA.ValueDefPackage
Fields in org.omg.CORBA.ValueDefPackage declared as AttributeDescriptionConstructors in org.omg.CORBA.ValueDefPackage with parameters of type AttributeDescriptionModifierConstructorDescriptionFullValueDescription
(String _name, String _id, boolean _is_abstract, boolean _is_custom, String _defined_in, String _version, OperationDescription[] _operations, AttributeDescription[] _attributes, ValueMember[] _members, Initializer[] _initializers, String[] _supported_interfaces, String[] _abstract_base_values, boolean _is_truncatable, String _base_value, TypeCode _type)