[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]

HasServiceChoice

mixes in with Object

HasServiceChoice



Operations

Get list of all operations

Class HasServiceChoice defines no new operations.


Attributes

Get list of all attributes

ServiceChoice


Fields

No fields are defined by HasServiceChoice or any of its superclasses.


Instance template

Class HasServiceChoice cannot be instantiated.


Class definition

Define Class HasServiceChoice;
    mixes in with Object;

    // Mixin class for objects who want a ServiceChoice attribute.

    attribute ServiceChoice: ServiceChoice, noGetter, noSetter;
end class;