Uses of Class
org.omg.CORBA.AttributeDescription
-
Packages that use AttributeDescription Package Description org.omg.CORBA 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).org.omg.CORBA.InterfaceDefPackage org.omg.CORBA.ValueDefPackage -
-
Uses of AttributeDescription in org.omg.CORBA
Fields in org.omg.CORBA declared as AttributeDescription Modifier and Type Field Description AttributeDescription[]
AttrDescriptionSeqHolder. value
AttributeDescription
AttributeDescriptionHolder. value
Methods in org.omg.CORBA that return AttributeDescription Modifier and Type Method Description static AttributeDescription[]
AttrDescriptionSeqHelper. extract(Any a)
static AttributeDescription
AttributeDescriptionHelper. extract(Any a)
static AttributeDescription[]
AttrDescriptionSeqHelper. read(InputStream istream)
static AttributeDescription
AttributeDescriptionHelper. read(InputStream istream)
Methods in org.omg.CORBA with parameters of type AttributeDescription Modifier and Type Method Description static 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 AttributeDescription Constructor Description AttrDescriptionSeqHolder(AttributeDescription[] initialValue)
AttributeDescriptionHolder(AttributeDescription initialValue)
-
Uses of AttributeDescription in org.omg.CORBA.InterfaceDefPackage
Fields in org.omg.CORBA.InterfaceDefPackage declared as AttributeDescription Modifier and Type Field Description AttributeDescription[]
FullInterfaceDescription. attributes
Constructors in org.omg.CORBA.InterfaceDefPackage with parameters of type AttributeDescription Constructor Description FullInterfaceDescription(java.lang.String _name, java.lang.String _id, java.lang.String _defined_in, java.lang.String _version, boolean _is_abstract, OperationDescription[] _operations, AttributeDescription[] _attributes, java.lang.String[] _base_interfaces, TypeCode _type)
-
Uses of AttributeDescription in org.omg.CORBA.ValueDefPackage
Fields in org.omg.CORBA.ValueDefPackage declared as AttributeDescription Modifier and Type Field Description AttributeDescription[]
FullValueDescription. attributes
Constructors in org.omg.CORBA.ValueDefPackage with parameters of type AttributeDescription Constructor Description FullValueDescription(java.lang.String _name, java.lang.String _id, boolean _is_abstract, boolean _is_custom, java.lang.String _defined_in, java.lang.String _version, OperationDescription[] _operations, AttributeDescription[] _attributes, ValueMember[] _members, Initializer[] _initializers, java.lang.String[] _supported_interfaces, java.lang.String[] _abstract_base_values, boolean _is_truncatable, java.lang.String _base_value, TypeCode _type)
-