Interface ExecutionTerms

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ExecutionTerms.ExecutionTermsBuilder
All Known Implementing Classes:
ExecutionTerms.ExecutionTermsBuilderImpl, ExecutionTerms.ExecutionTermsImpl

@RosettaDataType(value="ExecutionTerms", builder=ExecutionTermsBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="ExecutionTerms", model="cdm", builder=ExecutionTermsBuilderImpl.class, version="7.0.0-dev.105") public interface ExecutionTerms extends com.rosetta.model.lib.RosettaModelObject
A class to specify execution location and language of execution to determine duty to be paid.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getExecutionLanguage

      ExecutionLanguage getExecutionLanguage()
      The bespoke execution language election.
    • getExecutionLocation

      ExecutionLocation getExecutionLocation()
      The bespoke execution location election.
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends ExecutionTerms> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends ExecutionTerms> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject