Interface DamlEnum<T>
-
- Type Parameters:
T- A "self type", theenumthat 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 DamlEnumtoValue()Produce the encoded form.
-
-
-
Method Detail
-
toValue
DamlEnum toValue()
Description copied from interface:DefinedDataTypeProduce the encoded form.- Specified by:
toValuein interfaceDefinedDataType<T>
-
-