Class UsesDescription

java.lang.Object
org.omg.CORBA.ComponentIR.UsesDescription
All Implemented Interfaces:
Serializable, IDLEntity

public final class UsesDescription extends Object implements IDLEntity
org/omg/CORBA/ComponentIR/UsesDescription.java . Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog1 Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog2 Monday, February 12, 2024 at 2:42:26 PM Central European Standard Time
See Also:
  • Field Details

    • name

      public String name
    • id

      public String id
    • defined_in

      public String defined_in
    • version

      public String version
    • interface_type

      public String interface_type
    • is_multiple

      public boolean is_multiple
  • Constructor Details

    • UsesDescription

      public UsesDescription()
    • UsesDescription

      public UsesDescription(String _name, String _id, String _defined_in, String _version, String _interface_type, boolean _is_multiple)