Interface DamlEnum<T>
- Type Parameters:
T- A "self type", theenumthat 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:DefinedDataTypeProduce the encoded form.- Specified by:
toValuein interfaceDefinedDataType<T>
-