Complete documentation page mirrored and translated for learning. Attribution is shown at the bottom of each article.

阅读中文版

referencejavacom-daml-ledger-javaapi-data-codegendamlenum

DamlEnum

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt Use this file to discover all available pages before exploring further.

DamlEnum

Base interface of all decoded-to-codegen Daml enums. Its encoded counterpart is DamlEnum, which can be produced with toValue().

DamlEnum - stable

Upstream docs: Open

Signature

public interface DamlEnum<T> extends DefinedDataType<T>

Members

DocsMemberIntroducedDeprecatedRemoved
OpentoValue()3.4.8--

Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.