Packages

final class T extends Template

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. T
  2. Template
  3. DamlRecord
  4. DefinedDataType
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new T(owner: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def create(): Update[Created[ContractId]]
    Definition Classes
    T → Template
    Annotations
    @Override()
  7. def createAnd(): CreateAnd
    Definition Classes
    T → Template
    Annotations
    @Override()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(object: AnyRef): Boolean
    Definition Classes
    T → AnyRef → Any
    Annotations
    @Override()
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def getCompanion(): WithoutKey[Contract, ContractId, T]
    Attributes
    protected[interface$]
    Definition Classes
    T → Template
    Annotations
    @Override()
  12. final def getContractTypeId(): Identifier
    Definition Classes
    Template
  13. def hashCode(): Int
    Definition Classes
    T → AnyRef → Any
    Annotations
    @Override()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def jsonEncoder(): JsonLfEncoder
    Definition Classes
    T → DefinedDataType
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toJson(): String
    Definition Classes
    DefinedDataType
  21. def toString(): String
    Definition Classes
    T → AnyRef → Any
    Annotations
    @Override()
  22. def toValue(): DamlRecord
    Definition Classes
    T → DamlRecord → DefinedDataType
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def createAndExerciseArchive(): Update[Exercised[Unit]]

    Annotations
    @Deprecated
    Deprecated
  2. def createAndExerciseArchive(arg: Archive): Update[Exercised[Unit]]

    Annotations
    @Deprecated
    Deprecated
  3. def createAndExerciseChoiceT(): Update[Exercised[Unit]]

    Annotations
    @Deprecated
    Deprecated
  4. def createAndExerciseChoiceT(arg: ChoiceT): Update[Exercised[Unit]]

    Annotations
    @Deprecated
    Deprecated
  5. def createAndExerciseMyArchive(): Update[Exercised[String]]

    Annotations
    @Deprecated
    Deprecated
  6. def createAndExerciseMyArchive(arg: MyArchive): Update[Exercised[String]]

    Annotations
    @Deprecated
    Deprecated
  7. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Template

Inherited from DamlRecord[Template]

Inherited from DefinedDataType[Template]

Inherited from AnyRef

Inherited from Any

Ungrouped