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

HasURL

mixes in with Object

HasURL



Operations

Get list of all operations

Class HasURL defines no new operations.


Attributes

Get list of all attributes

URL


Fields

Field Type
HasURL: url: Text


Instance template

Class HasURL cannot be instantiated.


Class definition

Define Class HasURL;
    mixes in with Object;
    
    field url: Text;

    attribute URL: Text;
end class;