Class CreateAnd
java.lang.Object
com.daml.ledger.javaapi.data.codegen.CreateAnd
- All Implemented Interfaces:
Exercises<CreateAndExerciseCommand>
- Direct Known Subclasses:
CreateAnd.ToInterface
Parent of all generated
CreateAnd
classes within templates and interfaces.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Parent of all generatedCreateAnd
classes within interfaces.Nested classes/interfaces inherited from interface com.daml.ledger.javaapi.data.codegen.Exercises
Exercises.Archivable<Cmd>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ContractTypeCompanion<?,
?, ?, ?> The origin of the choice, not the createArguments.makeExerciseCmd
(Choice<?, ? super A, R> choice, A choiceArgument) INTERNAL API: this is meant for use by the Java code generator, and should not be referenced directly.
-
Field Details
-
createArguments
-
-
Constructor Details
-
CreateAnd
-
-
Method Details
-
makeExerciseCmd
INTERNAL API: this is meant for use by the Java code generator, and should not be referenced directly. Applications should call choice-specificexercise*
methods generated from their Daml code instead.- Specified by:
makeExerciseCmd
in interfaceExercises<CreateAndExerciseCommand>
-
getCompanion
The origin of the choice, not the createArguments.
-