|
Class: Field (private in XDRType
This class is only visible from within
XDRType.
Object
|
+--SunRPC::XDRType::Field
|
+--SunRPC::XDRType::UnionField
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-SunRPC-XDR_IDL
- Owner:
- SunRPC::XDRType
accessing
-
name
-
return the value of the instance variable 'name' (automatically generated)
-
name: something
-
set the value of the instance variable 'name' (automatically generated)
-
type
-
return the value of the instance variable 'type' (automatically generated)
-
type: something
-
set the value of the instance variable 'type' (automatically generated)
printing & storing
-
displayString
-
(comment from inherited method)
return a string used when displaying the receiver in a view;
for example an Inspector. This is usually the same as printString,
but sometimes redefined for a better look.
Notice: displayString and displayOn: are for developers, debugging and inspectors,
whereas printString and printOn: are for the program to print data.
Note: the base method (used by the inspector) is #displayOn:.
So you should implement #displayOn: instead of #displayString in subclasses.
queries
-
typeName
-
|