|
Class: UnionType (private in XDRType
This class is only visible from within
XDRType.
Object
|
+--SunRPC::XDRType
|
+--SunRPC::XDRType::CompoundType
|
+--SunRPC::XDRType::UnionType
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-SunRPC-XDR_IDL
- Owner:
- SunRPC::XDRType
accessing
-
defaultField
-
return the value of the instance variable 'defaultField' (automatically generated)
-
defaultField: something
-
set the value of the instance variable 'defaultField' (automatically generated)
-
discriminant
-
return the value of the instance variable 'discriminant' (automatically generated)
-
discriminant: something
-
set the value of the instance variable 'discriminant' (automatically generated)
encoding & decoding
-
decodeFrom: decoder
-
-
encode: value on: encoder with: aParameter
-
queries
-
isXDRUnion
-
(comment from inherited method)
return true if this Type represents a union
|