IEnum interface
Namespace: NextDesign.Core
Description
An access object to an enum.
Affiliation area
| Name | Description |
|---|---|
| Profile | APIs for accessing profiles. |
Inherit Base
| Name | Description |
|---|---|
| INamedElement | Represents a nameable element. |
Property
| Name | Description |
|---|---|
| FullName | Full Name By changing the value, you can move the package and change the enumeration name. However, an exception is thrown if the destination package does not exist. |
| Literals | List of literals |
| Owner | Package Value changes allow you to move packages, but not null. |
Method
| Name | Description |
|---|---|
| GetLiteralsByTag | Gets enum literals with the specified tag. |
| Is | Checks if the specified object is an instance of an enum. Returns true if it is an instance of an enum. |
| NameOf | Gets the enum literal corresponding to the literal string. |
| ValueOf | Gets the enum literal corresponding to the Enum value. |