Uses of Class
com.sun.org.omg.CORBA.AttributeDescription
Packages that use AttributeDescription
-
Uses of AttributeDescription in com.sun.org.omg.CORBA
Methods in com.sun.org.omg.CORBA that return AttributeDescriptionModifier and TypeMethodDescriptionstatic AttributeDescription[]static AttributeDescriptionstatic AttributeDescription[]AttrDescriptionSeqHelper.read(InputStream istream) static AttributeDescriptionAttributeDescriptionHelper.read(InputStream istream) Methods in com.sun.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) -
Uses of AttributeDescription in com.sun.org.omg.CORBA.ValueDefPackage
Fields in com.sun.org.omg.CORBA.ValueDefPackage declared as AttributeDescriptionConstructors in com.sun.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)