Class Variant<T>
- java.lang.Object
 - 
- com.daml.ledger.javaapi.data.codegen.Variant<T>
 
 
- 
- Type Parameters:
 T- A "self type", some subclass of this class thatTimplements.
- All Implemented Interfaces:
 DefinedDataType<T>
public abstract class Variant<T> extends java.lang.Object implements DefinedDataType<T>
 
- 
- 
Constructor Summary
Constructors Constructor Description Variant() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract VarianttoValue()Produce the encoded form. 
 - 
 
- 
- 
Method Detail
- 
toValue
public abstract Variant toValue()
Description copied from interface:DefinedDataTypeProduce the encoded form.- Specified by:
 toValuein interfaceDefinedDataType<T>
 
 - 
 
 -