Interface DamlEnum<T>
-
- Type Parameters:
T
- A "self type", theenum
that implements this interface.
- All Superinterfaces:
DefinedDataType<T>
public interface DamlEnum<T> extends DefinedDataType<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DamlEnum
toValue()
Produce the encoded form.
-
-
-
Method Detail
-
toValue
DamlEnum toValue()
Description copied from interface:DefinedDataType
Produce the encoded form.- Specified by:
toValue
in interfaceDefinedDataType<T>
-
-