documentedType
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
Class used for providing documentation of a specified type that may be
instantiated.
XML
Elements
| name (type) |
min/max occurs |
description |
|
description (string)
|
0/1 |
An optional description of the corresponding type.
|
|
type (string)
|
0/1 |
The type is the fully-qualified name of a Java class.
|
|
tags (string)
|
0/unbounded |
The tags associated with this type
|
JSON
| property |
type |
description |
| description |
description (string)
|
An optional description of the corresponding type.
|
| type |
type (string)
|
The type is the fully-qualified name of a Java class.
|
| tags |
array of tags (string)
|
The tags associated with this type
|