Class FullValueDescription

java.lang.Object
com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription
All Implemented Interfaces:
Serializable, IDLEntity

public final class FullValueDescription extends Object implements IDLEntity
com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescription.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl Thursday, May 6, 1999 1:51:52 AM PDT
See Also:
  • Field Details

    • name

      public String name
    • id

      public String id
    • is_abstract

      public boolean is_abstract
    • is_custom

      public boolean is_custom
    • defined_in

      public String defined_in
    • version

      public String version
    • operations

      public OperationDescription[] operations
    • attributes

      public AttributeDescription[] attributes
    • members

      public ValueMember[] members
    • initializers

      public Initializer[] initializers
    • supported_interfaces

      public String[] supported_interfaces
    • abstract_base_values

      public String[] abstract_base_values
    • is_truncatable

      public boolean is_truncatable
    • base_value

      public String base_value
    • type

      public TypeCode type
  • Constructor Details