Skip to main content

IEnum interface

Namespace: NextDesign.Core

Description

An access object to an enum.

Affiliation area

NameDescription
ProfileAPIs for accessing profiles.

Inherit Base

NameDescription
INamedElementRepresents a nameable element.

Property

NameDescription
FullNameFull 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.
LiteralsList of literals
OwnerPackage
Value changes allow you to move packages, but not null.

Method

NameDescription
GetLiteralsByTagGets enum literals with the specified tag.
IsChecks if the specified object is an instance of an enum.
Returns true if it is an instance of an enum.
NameOfGets the enum literal corresponding to the literal string.
ValueOfGets the enum literal corresponding to the Enum value.