IEnum Interface
Namespace: NextDesign.Core
Description
An object that accesses enumerations. 
Belonging Area
| Name | Description | 
|---|---|
| Profile | A group of APIs that access profiles. | 
Inherit Base
| Name | Description | 
|---|---|
| IType | An object that represents a type. | 
Property
| Name | Description | 
|---|---|
| FullName | Fully qualified name By changing the value, you can move the package and change the enumeration name. However, if the destination package does not exist, an exception will be thrown.  | 
| Literals | List of literals | 
| Owner | Package By changing the value, you can move the package, but you cannot specify null.  | 
Method
| Name | Description | 
|---|---|
| GetLiteralsByTag | Gets the enumeration literal with the specified tag. | 
| Is | Checks whether the specified object is an instance of an enumeration.  Returns true if it is an instance of an enumeration.  | 
| NameOf | Gets the enumeration literal that corresponds to the literal string. | 
| ValueOf | Gets the enumeration literal that corresponds to the enum value. |