Class ContractTypeCompanion
- java.lang.Object
-
- com.daml.ledger.javaapi.data.codegen.ContractTypeCompanion
-
- Direct Known Subclasses:
ContractCompanion,InterfaceCompanion
public abstract class ContractTypeCompanion extends java.lang.ObjectThe commonality betweenContractCompanionandInterfaceCompanion.
-
-
Field Summary
Fields Modifier and Type Field Description IdentifierTEMPLATE_IDThe full template ID of the template or interface that defined this companion.
-
Constructor Summary
Constructors Modifier Constructor Description protectedContractTypeCompanion(Identifier templateId)
-
-
-
Field Detail
-
TEMPLATE_ID
public final Identifier TEMPLATE_ID
The full template ID of the template or interface that defined this companion.
-
-
Constructor Detail
-
ContractTypeCompanion
protected ContractTypeCompanion(Identifier templateId)
-
-