|
Class: OptionalType (private in XDRType
This class is only visible from within
XDRType.
Object
|
+--SunRPC::XDRType
|
+--SunRPC::XDRType::OptionalType
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-SunRPC-XDR_IDL
- Owner:
- SunRPC::XDRType
accessing
-
type
-
return the value of the instance variable 'type' (automatically generated)
-
type: something
-
set the value of the instance variable 'type' (automatically generated)
delegating
-
fields
-
(comment from inherited method)
return my fields - this returns an empty collection here;
redefined in union and struct types
-
fields: fieldList
-
encoding & decoding
-
decodeFrom: decoder
-
-
encode: value on: encoder with: aParameter
-
queries
-
isOptional
-
return true if this Type represents an optional type
-
isXDRStruct
-
return true if this Type represents a struct
|