Package org.omg.CORBA.ValueDefPackage
Class FullValueDescription
java.lang.Object
org.omg.CORBA.ValueDefPackage.FullValueDescription
- All Implemented Interfaces:
Serializable
,IDLEntity
org/omg/CORBA/ValueDefPackage/FullValueDescription.java .
Generated by the IDL-to-Java compiler (portable), version "4.1"
from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/ir.idl
Wednesday, February 21, 2024, 10:43:23 AM Greenwich Mean Time
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFullValueDescription
(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) -
Method Summary
-
Field Details
-
name
-
id
-
is_abstract
public boolean is_abstract -
is_custom
public boolean is_custom -
defined_in
-
version
-
operations
-
attributes
-
members
-
initializers
-
supported_interfaces
-
abstract_base_values
-
is_truncatable
public boolean is_truncatable -
base_value
-
type
-
-
Constructor Details
-
FullValueDescription
public FullValueDescription() -
FullValueDescription
public FullValueDescription(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)
-