[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

BeamServiceChoice

inherits from ServiceChoice

Object <- ServiceChoice <- BeamServiceChoice



Operations

Get list of all operations

Class BeamServiceChoice defines no new operations.


Attributes

Get list of all attributes

BeamAddress


Fields

Field Type
ServiceChoice: service: ElectronicMailService
means: Means
image: Image
postageImage: Image
BeamServiceChoice: beamAddress: Unsigned


Instance template

instance BeamServiceChoice tag;
        service: nilObject;
          means: nilObject;
          image: nilObject;
   postageImage: nilObject;
    beamAddress: 0;
end instance;

Class definition

Define Class BeamServiceChoice;
    inherits from ServiceChoice;

    field  beamAddress: Unsigned, getter, setter;

    attribute BeamAddress: Unsigned;
end class;