Inherits From:
NSObject
Declared In:
ADORB/IDLObject.h
IDLObject can be used as a value for valuetypes and struct IDL types. You can access the members' values using methods valueForKey:
and setValue:forKey:
.
Valuetypes and struct are unmarshaled by default into the instances of IDLObject class.
Returns autoreleased instance of IDLObject with IDL type set to type.
Initializes new IDLObject with IDL type set to type.
Initializes new IDLObject with IDL type set to nil.
Returns receiver's IDL type.
If the receiver's IDL type is a valuetype then returns the receiver's IDL type. Otherwise returns nil;
KVC method.
KVC method.