Interface DamlEnum<T>
- Type Parameters:
T
- A "self type", theenum
that implements this interface.
- All Superinterfaces:
DefinedDataType<T>
-
Method Summary
Methods inherited from interface com.daml.ledger.javaapi.data.codegen.DefinedDataType
jsonEncoder, toJson
-
Method Details
-
toValue
DamlEnum toValue()Description copied from interface:DefinedDataType
Produce the encoded form.- Specified by:
toValue
in interfaceDefinedDataType<T>
-