Class Choice<Tpl,ArgType,ResType>
- java.lang.Object
 - 
- com.daml.ledger.javaapi.data.codegen.Choice<Tpl,ArgType,ResType>
 
 
- 
- Type Parameters:
 Tpl- The generated template class or marker interface for a Daml interfaceArgType- The choice's argument typeResType- The result from exercising the choice
public final class Choice<Tpl,ArgType,ResType> extends java.lang.ObjectThis represents a Daml choice that can be exercised onContractIds of typeContractId<Tpl>. 
- 
- 
Field Summary
Fields Modifier and Type Field Description java.lang.StringnameThe choice name * 
 -