class SolaceOperationBinding030 extends SolaceOperationBinding

Linear Supertypes
SolaceOperationBinding, Key, BindingVersion, OperationBinding, Linkable, AdoptionDependantCalls, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SolaceOperationBinding030
  2. SolaceOperationBinding
  3. Key
  4. BindingVersion
  5. OperationBinding
  6. Linkable
  7. AdoptionDependantCalls
  8. DomainElement
  9. CustomizableElement
  10. AmfObject
  11. AmfElement
  12. AnyRef
  13. 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 SolaceOperationBinding030(fields: Fields, annotations: Annotations)

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 SolaceOperationBinding030 to any2stringadd[SolaceOperationBinding030] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SolaceOperationBinding030, B)
    Implicit
    This member is added by an implicit conversion from SolaceOperationBinding030 to ArrowAssoc[SolaceOperationBinding030] 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): SolaceOperationBinding030.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): SolaceOperationBinding030.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): SolaceOperationBinding030.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): SolaceOperationBinding030.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 classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement

    apply method for create a new instance with fields and annotations.

    apply method for create a new instance with fields and annotations. Aux method for copy

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

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 SolaceOperationBinding030 to any2stringadd[SolaceOperationBinding030]

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

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

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

Ungrouped