functiongetClassInformation
Returns information about a class.
Information
The dimensions are returned as an array of strings. The string is the textual representation of the dimension (they are not evaluated to Integers).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| TypeName | cl |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | restriction | ||
| String | comment | ||
| Boolean | partialPrefix | ||
| Boolean | finalPrefix | ||
| Boolean | encapsulatedPrefix | ||
| String | fileName | ||
| Boolean | fileReadOnly | ||
| Integer | lineNumberStart | ||
| Integer | columnNumberStart | ||
| Integer | lineNumberEnd | ||
| Integer | columnNumberEnd | ||
| String[:] | dimensions | ||
| Boolean | isProtectedClass | ||
| Boolean | isDocumentationClass | ||
| String | version | ||
| String | preferredView | ||
| Boolean | state | ||
| String | access | ||
| String | versionDate | ||
| String | versionBuild | ||
| String | dateModified | ||
| String | revisionId |