|
Class: EnumType (private in XDRType
This class is only visible from within
XDRType.
Object
|
+--SunRPC::XDRType
|
+--SunRPC::XDRType::ScalarType
|
+--SunRPC::XDRType::EnumType
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-SunRPC-XDR_IDL
- Owner:
- SunRPC::XDRType
accessing
-
fields: list
-
first, fill any missing values.
encoding & decoding
-
decodeFrom: decoder
-
-
encode: value on: encoder with: aParameter
-
queries
-
enumValues
-
(comment from inherited method)
raise an error here;
redefined in enum types
-
hasEnumValues
-
true if my type is a kind of enum type
-
isXDREnum
-
(comment from inherited method)
return true if this Type represents an enum
-
numericEnumValues
-
return a collection of all possible numeric enum values
-
numericValueFor: aSymbolOrInteger
-
return the numeric value corresponding to a given symbolic value
-
symbolicEnumValues
-
return a collection of all possible symbolic enum values
-
symbolicValueFor: aNumericValue
-
return the symbolic value corresponding to a given numeric value
|