Documentation Language: Swift

Initializer

init(object:)

Initialise an EEnumLiteral from a DynamicEObject.

init?(object: any EObject)

Parameters

object

The DynamicEObject representing an EEnumLiteral.

Return Value

A new EEnumLiteral instance, or nil if the object is invalid or missing required attributes.

Discussion

Extracts literal name, value, and string representation from a dynamic object.