abstract class SolaceOperationBinding extends OperationBinding with BindingVersion with Key

Linear Supertypes
Key, BindingVersion, OperationBinding, Linkable, AdoptionDependantCalls, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SolaceOperationBinding
  2. Key
  3. BindingVersion
  4. OperationBinding
  5. Linkable
  6. AdoptionDependantCalls
  7. DomainElement
  8. CustomizableElement
  9. AmfObject
  10. AmfElement
  11. AnyRef
  12. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SolaceOperationBinding(fields: Fields, annotations: Annotations)

Abstract Value Members

  1. abstract def classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement
    Attributes
    protected
    Definition Classes
    Linkable
  2. abstract def linkCopy(): Linkable
    Definition Classes
    Linkable
  3. abstract def meta: Obj
    Definition Classes
    AmfObject

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from SolaceOperationBinding to any2stringadd[SolaceOperationBinding] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SolaceOperationBinding, B)
    Implicit
    This member is added by an implicit conversion from SolaceOperationBinding to ArrowAssoc[SolaceOperationBinding] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def add(field: Field, value: AmfElement): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): SolaceOperationBinding.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): SolaceOperationBinding.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  10. val annotations: Annotations
    Definition Classes
    SolaceOperationBinding → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def bindingVersion: StrField
    Definition Classes
    BindingVersion
  13. def bindingVersionField: Field
    Attributes
    protected
    Definition Classes
    SolaceOperationBindingBindingVersion
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  15. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  16. def componentId: String
    Definition Classes
    SolaceOperationBinding → AmfObject
  17. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  18. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  19. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  20. def destinations: Seq[SolaceOperationDestination]
  21. def effectiveLinkTarget(links: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  22. def ensuring(cond: (SolaceOperationBinding) ⇒ Boolean, msg: ⇒ Any): SolaceOperationBinding
    Implicit
    This member is added by an implicit conversion from SolaceOperationBinding to Ensuring[SolaceOperationBinding] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (SolaceOperationBinding) ⇒ Boolean): SolaceOperationBinding
    Implicit
    This member is added by an implicit conversion from SolaceOperationBinding to Ensuring[SolaceOperationBinding] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): SolaceOperationBinding
    Implicit
    This member is added by an implicit conversion from SolaceOperationBinding to Ensuring[SolaceOperationBinding] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): SolaceOperationBinding
    Implicit
    This member is added by an implicit conversion from SolaceOperationBinding to Ensuring[SolaceOperationBinding] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  29. val fields: Fields
    Definition Classes
    SolaceOperationBinding → AmfObject
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. lazy val graph: Graph
    Definition Classes
    DomainElement
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  33. val id: String
    Definition Classes
    AmfObject
  34. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def isLink: Boolean
    Definition Classes
    Linkable
  37. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  38. def key: StrField
    Definition Classes
    SolaceOperationBinding → Key
  39. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  40. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  41. def linkLabel: StrField
    Definition Classes
    Linkable
  42. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  43. def location(): Option[String]
    Definition Classes
    AmfElement
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  47. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  48. def refDescription: StrField
    Definition Classes
    Linkable
  49. def refSummary: StrField
    Definition Classes
    Linkable
  50. def set(field: Field, value: AmfElement, annotations: Annotations): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  51. def set(field: Field, value: AmfElement): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  52. def set(field: Field, values: Seq[String]): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  53. def set(field: Field, value: Float): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: Double): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  55. def set(field: Field, value: Int): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, value: Boolean): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: String, annotations: Annotations): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: String): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  59. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  60. def setArray(field: Field, values: Seq[AmfElement]): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  61. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  62. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  63. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  64. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  65. final def simpleAdoption(parent: String): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  66. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  67. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  68. def toString(): String
    Definition Classes
    AnyRef → Any
  69. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  70. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. def withBindingVersion(version: String): SolaceOperationBinding.this.type
    Definition Classes
    BindingVersion
  75. def withCustomDomainProperties(extensions: Seq[DomainExtension]): SolaceOperationBinding.this.type
    Definition Classes
    DomainElement → CustomizableElement
  76. def withCustomDomainProperty(extensions: DomainExtension): SolaceOperationBinding.this.type
    Definition Classes
    DomainElement → CustomizableElement
  77. def withDestinations(destinations: Seq[SolaceOperationDestination]): SolaceOperationBinding.this.type
  78. def withExtends(extend: Seq[DomainElement]): SolaceOperationBinding.this.type
    Definition Classes
    DomainElement
  79. def withId(value: String): SolaceOperationBinding.this.type
    Definition Classes
    AmfObject
  80. def withIsExternalLink(isReference: Boolean): SolaceOperationBinding.this.type
    Definition Classes
    DomainElement
  81. def withLinkLabel(label: String, annotations: Annotations): SolaceOperationBinding.this.type
    Definition Classes
    Linkable
  82. def withLinkTarget(target: DomainElement): SolaceOperationBinding.this.type
    Definition Classes
    Linkable
  83. def withRefDescription(refDescription: String, annotations: Annotations): SolaceOperationBinding.this.type
    Definition Classes
    Linkable
  84. def withRefSummary(refSummary: String, annotations: Annotations): SolaceOperationBinding.this.type
    Definition Classes
    Linkable
  85. def withSupportsRecursion(recursive: Boolean): SolaceOperationBinding.this.type
    Definition Classes
    Linkable
  86. def [B](y: B): (SolaceOperationBinding, B)
    Implicit
    This member is added by an implicit conversion from SolaceOperationBinding to ArrowAssoc[SolaceOperationBinding] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SolaceOperationBinding to StringFormat[SolaceOperationBinding] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from Key

Inherited from BindingVersion

Inherited from OperationBinding

Inherited from Linkable

Inherited from AdoptionDependantCalls

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SolaceOperationBinding to any2stringadd[SolaceOperationBinding]

Inherited by implicit conversion StringFormat from SolaceOperationBinding to StringFormat[SolaceOperationBinding]

Inherited by implicit conversion Ensuring from SolaceOperationBinding to Ensuring[SolaceOperationBinding]

Inherited by implicit conversion ArrowAssoc from SolaceOperationBinding to ArrowAssoc[SolaceOperationBinding]

Ungrouped