Class Choice<Tpl,​ArgType,​ResType>

  • Type Parameters:
    Tpl - The generated template class or marker interface for a Daml interface
    ArgType - The choice's argument type
    ResType - The result from exercising the choice

    public final class Choice<Tpl,​ArgType,​ResType>
    extends java.lang.Object
    This represents a Daml choice that can be exercised on ContractIds of type ContractId<Tpl>.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      The choice name *
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public final java.lang.String name
        The choice name *