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

DomainInfo

inherits from Object

Object <- DomainInfo



Operations

Get list of all operations

Class DomainInfo defines no new operations.


Attributes

Get list of all attributes

Description
EditSteps
Image


Fields

Field Type
DomainInfo: image: Image
editSteps: AttributeStepList
description: Text


Instance template

instance DomainInfo tag;
          image: nilObject;
      editSteps: nilObject;
    description: nilObject;
end instance;

Class definition

Define Class DomainInfo;
    inherits from Object;
    
    field image: Image, getter, sharedSetter;
    field editSteps: AttributeStepList, getter, setter;
    field description: Text, getter, setter;
    
    attribute Image: Image;
    attribute EditSteps: AttributeStepList;
    attribute Description: Text;
end class;