Package org.omg.CORBA

Interface DynStruct

All Superinterfaces:
DynAny, Object

public interface DynStruct extends Object, DynAny
Deprecated.
Use the new DynStruct instead
The representation of a DynAny object that is associated with an IDL struct.
  • Method Details

    • current_member_name

      String current_member_name()
      Deprecated.
      During a traversal, returns the name of the current member.
      Returns:
      the string name of the current member
    • current_member_kind

      TCKind current_member_kind()
      Deprecated.
      Returns the TCKind object that describes the kind of the current member.
      Returns:
      the TCKind object that describes the current member
    • get_members

      NameValuePair[] get_members()
      Deprecated.
      Returns an array containing all the members of the stored struct.
      Returns:
      the array of name-value pairs
      See Also:
    • set_members

      void set_members(NameValuePair[] value) throws InvalidSeq
      Deprecated.
      Set the members of the struct.
      Parameters:
      value - the array of name-value pairs.
      Throws:
      InvalidSeq - if the given argument is invalid
      See Also: