IMetamodels.AddSuperClasses(IClass,IPackage,string,bool) Method
Namespace: NextDesign.Core
Description
Sets the superclass of the specified class.
The superclass to be set is searched under the package specified by the scope.
For how to specify the class name and the fuzzy match option, see the description of IMetamodels.
Arguments
Name | Type | Description |
---|---|---|
target | IClass | Target class |
scope | IPackage | Scope (Package that is the base of the search range) |
superClassNames | string | Superclass name You can specify multiple class names separated by commas. |
fuzzy | bool | Fuzzy match option The default value is true. If fuzzy is set to false, the class name is evaluated as a fully qualified name. If a class with the same name exists, you can specify the expected class by setting fuzzy to false and specifying the fully qualified name in superClassNames. |
Return value
- void
Exceptions
Name | Exception class | Description |
---|---|---|
Class not found | ExtensionTypeNotFoundException | Specified class not found |
Profile editing not possible | ExtensionEditProfileException | Profile editing operation failed |