com.daml.ledger.javaapi.data.codegen
DamlEnum
Base interface of all decoded-to-codegen Daml enums. Its encoded counterpart is DamlEnum, which can be produced with toValue().
Java
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Base interface of all decoded-to-codegen Daml enums. Its encoded counterpart is DamlEnum, which can be produced with toValue().
com.daml.ledger.javaapi.data.codegen
Base interface of all decoded-to-codegen Daml enums. Its encoded counterpart is DamlEnum, which can be produced with toValue().
public interface DamlEnum<T> extends DefinedDataType<T>
| Member | Lifecycle | Upstream docs |
|---|---|---|
toValue() | - | Open |