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. valueAttributeDescriptionAttributeDescriptionHolder. valueMethods in org.omg.CORBA that return AttributeDescription Modifier and Type Method Description static AttributeDescription[]AttrDescriptionSeqHelper. extract(Any a)static AttributeDescriptionAttributeDescriptionHelper. extract(Any a)static AttributeDescription[]AttrDescriptionSeqHelper. read(InputStream istream)static AttributeDescriptionAttributeDescriptionHelper. read(InputStream istream)Methods in org.omg.CORBA with parameters of type AttributeDescription Modifier and Type Method Description static voidAttrDescriptionSeqHelper. insert(Any a, AttributeDescription[] that)static voidAttributeDescriptionHelper. insert(Any a, AttributeDescription that)static voidAttrDescriptionSeqHelper. write(OutputStream ostream, AttributeDescription[] value)static voidAttributeDescriptionHelper. 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. attributesConstructors 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. attributesConstructors 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)
-