Lines Matching refs:DynValue

1043     * DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
1065 * DynValue objects support the manipulation of IDL non-boxed value types.
1066 * The DynValue interface can represent both null and non-null value types.
1067 * For a DynValue representing a non-null value type, the DynValue's components comprise
1069 * in the order of definition. A DynValue representing a null value type has no components
1076 interface DynValue : DynValueCommon {
1077 #pragma sun_localservant DynValue ""
1084 * @exception TypeMismatch if the DynValue represents a null value type.
1093 * @exception TypeMismatch if the DynValue represents a null value type.
1103 * as indicated by the DynValue's TypeCode. The current position is not affected.
1104 * The member names in the returned sequence will be empty strings if the DynValue's TypeCode
1118 * of the value type as indicated by the DynValue's TypeCode or they must be empty strings.
1122 * corresponding member name in the DynValue's TypeCode and they are not empty strings
1124 * with the number of members as indicated by the DynValue's TypeCode
1133 * as indicated by the DynValue's TypeCode. The current position is not affected.
1134 * The member names in the returned sequence will be empty strings if the DynValue's TypeCode
1148 * of the value type as indicated by the DynValue's TypeCode or they must be empty strings.
1152 * corresponding member name in the DynValue's TypeCode and they are not empty strings
1154 * with the number of members as indicated by the DynValue's TypeCode
1220 * to a DynFixed, DynStruct, DynSequence, DynArray, DynUnion, DynEnum, or DynValue object reference.
1272 * <LI>For DynValue and DynValueBox it initializes to a null value.