| Package | Description |
|---|---|
| net.maritimecloud.msdl.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EnumDeclaration
The declaration of an enum.
|
interface |
ListOrSetType
A list or set type.
|
interface |
MapType
A map type.
|
interface |
MessageDeclaration |
| Modifier and Type | Method and Description |
|---|---|
Type |
ListOrSetType.getElementType()
Returns the type of elements in the list or set.
|
Type |
MapType.getKeyType()
Returns the type of keys in the map.
|
Type |
EndpointMethod.getReturnType()
Returns the return type of the method
|
Type |
FieldOrParameter.getType()
Returns the type of the field
|
Type |
MapType.getValueType()
Returns the type of values in the map.
|
Copyright © 2012–2014 Danish Maritime Authority. All rights reserved.