DevTools¶
Definition¶
Extends¶
Extended By¶
None
Description¶
developer tools
Method Summary¶
Owner | Name | Return Type | Description |
---|---|---|---|
Object | getClassName() | String | Returns the string name of this object's class type. |
DevTools | openDatamodelEditor(aliasDotName) | String | Opens the datamodel editor with the supplied datamodel name. |
Object | toJson() | String | Returns a json representation of this object. |
Method Definitions¶
openDatamodelEditor(aliasDotName)¶
String DevTools::openDatamodelEditor(String aliasDotName)
Description¶
Opens the datamodel editor with the supplied datamodel name.
Parameter Definition¶
Name | Type | Description |
---|---|---|
aliasDotName | String | datamodel alias.dmname |