IMetamodels.GetEnum(IPackage,string,bool) Method
Namespace: NextDesign.Core
Description
Gets the enumeration with the specified name from the package specified by the scope.
If multiple enumerations with the same name are defined, the first enumeration found in the order of definition is returned.
For how to specify the enumeration name and the fuzzy match option, see the description of IMetamodels.
Arguments
Name | Type | Description |
---|---|---|
scope | IPackage | Scope (Package that is the base of the search range) |
enumName | string | Enumeration name |
fuzzy | bool | Fuzzy match option The default value is true. If fuzzy is set to false, the enumeration name is evaluated as a fully qualified name. If an enumeration with the same name exists, you can obtain the desired enumeration by setting fuzzy to false and specifying the fully qualified name in enumName. |