Uses of Class
org.omg.CORBA.AttributeDescription
Packages that use AttributeDescription
-
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 AttributeDescriptionstatic AttributeDescription[]AttrDescriptionSeqHelper.read(InputStream istream) static AttributeDescriptionAttributeDescriptionHelper.read(InputStream istream) Methods in org.omg.CORBA with parameters of type AttributeDescriptionModifier and TypeMethodDescriptionstatic 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 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, OperationDescription[] _operations, AttributeDescription[] _attributes, String[] _base_interfaces, TypeCode _type, boolean _is_abstract) -
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)