eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'FFIExternalEnumeration':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: FFIExternalEnumeration


Inheritance:

   Object
   |
   +--FFIExternalEnumeration

Package:
stx:libcompat
Category:
Compatibility-Squeak
Version:
rev: 1.6 date: 2021/11/22 17:13:34
user: cg
file: FFIExternalEnumeration.st directory: libcompat
module: stx stc-classLibrary: libcompat

Description:


DO NOT DIRECTLY REFER TO THIS CLASS OR USE IT OTHERWISE IN YOUR CODE:

compatibility class for squeak class loading support.

Only the minimum functionality is supported here. 
Do not use it for your own project,
unless you intent to exchange data with squeak/pharo applications.


Class protocol:

declaration
o  enumDecl

** This method must be redefined in concrete classes (subclassResponsibility) **

o  initialize
class-side initializer is not inherited in ST/X!

Usage example(s):

self initializeEnumeration

Usage example(s):

     self allSubclassesDo:#initialize.

o  initializeEnumeration
self halt.


Instance protocol:

accessing
o  name

o  value

o  value: valueArg name: nameArg

printing
o  printOn: aStream
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.

The default here is to output the receiver's class name.
BUT: this method is heavily redefined for objects which
can print prettier.



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sun, 08 Sep 2024 02:36:24 GMT