Packages

case class ChannelBindings(fields: Fields, annotations: Annotations) extends NamedDomainElement with Linkable with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Linkable, AdoptionDependantCalls, NamedDomainElement, DomainElement, CustomizableElement, NamedAmfObject, AmfObject, AmfElement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChannelBindings
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Linkable
  7. AdoptionDependantCalls
  8. NamedDomainElement
  9. DomainElement
  10. CustomizableElement
  11. NamedAmfObject
  12. AmfObject
  13. AmfElement
  14. AnyRef
  15. 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 ChannelBindings(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 ChannelBindings to any2stringadd[ChannelBindings] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ChannelBindings, B)
    Implicit
    This member is added by an implicit conversion from ChannelBindings to ArrowAssoc[ChannelBindings] 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): ChannelBindings.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): ChannelBindings.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): ChannelBindings.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): ChannelBindings.this.type
    Definition Classes
    AmfObject
  10. val annotations: Annotations
    Definition Classes
    ChannelBindings → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def bindings: Seq[ChannelBinding]
  13. 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
    ChannelBindings → Linkable
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  15. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  16. def componentId: String

    Value , path + field value that is used to compose the id when the object its adopted

    Value , path + field value that is used to compose the id when the object its adopted

    Definition Classes
    ChannelBindings → 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 effectiveLinkTarget(links: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  21. def ensuring(cond: (ChannelBindings) ⇒ Boolean, msg: ⇒ Any): ChannelBindings
    Implicit
    This member is added by an implicit conversion from ChannelBindings to Ensuring[ChannelBindings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (ChannelBindings) ⇒ Boolean): ChannelBindings
    Implicit
    This member is added by an implicit conversion from ChannelBindings to Ensuring[ChannelBindings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: ⇒ Any): ChannelBindings
    Implicit
    This member is added by an implicit conversion from ChannelBindings to Ensuring[ChannelBindings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): ChannelBindings
    Implicit
    This member is added by an implicit conversion from ChannelBindings to Ensuring[ChannelBindings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  27. val fields: Fields
    Definition Classes
    ChannelBindings → AmfObject
  28. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ChannelBindings to StringFormat[ChannelBindings] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. lazy val graph: Graph
    Definition Classes
    DomainElement
  31. val id: String
    Definition Classes
    AmfObject
  32. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isLink: Boolean
    Definition Classes
    Linkable
  35. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  36. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  37. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  38. def linkCopy(): ChannelBindings
    Definition Classes
    ChannelBindings → Linkable
  39. def linkLabel: StrField
    Definition Classes
    Linkable
  40. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  41. def location(): Option[String]
    Definition Classes
    AmfElement
  42. def meta: ChannelBindingsModel.type
    Definition Classes
    ChannelBindings → AmfObject
  43. def name: StrField
    Definition Classes
    NamedAmfObject
  44. def nameField: Field
    Definition Classes
    ChannelBindings → NamedAmfObject
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  49. def set(field: Field, value: AmfElement, annotations: Annotations): ChannelBindings.this.type
    Definition Classes
    AmfObject
  50. def set(field: Field, value: AmfElement): ChannelBindings.this.type
    Definition Classes
    AmfObject
  51. def set(field: Field, values: Seq[String]): ChannelBindings.this.type
    Definition Classes
    AmfObject
  52. def set(field: Field, value: Float): ChannelBindings.this.type
    Definition Classes
    AmfObject
  53. def set(field: Field, value: Double): ChannelBindings.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: Int): ChannelBindings.this.type
    Definition Classes
    AmfObject
  55. def set(field: Field, value: Boolean): ChannelBindings.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, value: String, annotations: Annotations): ChannelBindings.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: String): ChannelBindings.this.type
    Definition Classes
    AmfObject
  58. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ChannelBindings.this.type
    Definition Classes
    AmfObject
  59. def setArray(field: Field, values: Seq[AmfElement]): ChannelBindings.this.type
    Definition Classes
    AmfObject
  60. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ChannelBindings.this.type
    Definition Classes
    AmfObject
  61. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ChannelBindings.this.type
    Definition Classes
    AmfObject
  62. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ChannelBindings.this.type
    Definition Classes
    AmfObject
  63. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  64. final def simpleAdoption(parent: String): ChannelBindings.this.type
    Definition Classes
    AmfObject
  65. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  68. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  71. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. def withBindings(bindings: Seq[ChannelBinding]): ChannelBindings.this.type
  73. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ChannelBindings.this.type
    Definition Classes
    DomainElement → CustomizableElement
  74. def withCustomDomainProperty(extensions: DomainExtension): ChannelBindings.this.type
    Definition Classes
    DomainElement → CustomizableElement
  75. def withExtends(extend: Seq[DomainElement]): ChannelBindings.this.type
    Definition Classes
    DomainElement
  76. def withId(value: String): ChannelBindings.this.type
    Definition Classes
    AmfObject
  77. def withInferredName(name: String): ChannelBindings.this.type
    Definition Classes
    NamedAmfObject
  78. def withIsExternalLink(isReference: Boolean): ChannelBindings.this.type
    Definition Classes
    DomainElement
  79. def withLinkLabel(label: String, annotations: Annotations): ChannelBindings.this.type
    Definition Classes
    Linkable
  80. def withLinkTarget(target: DomainElement): ChannelBindings.this.type
    Definition Classes
    Linkable
  81. def withName(name: String): ChannelBindings.this.type
    Definition Classes
    NamedAmfObject
  82. def withName(nameNode: ScalarNode): ChannelBindings.this.type
    Definition Classes
    NamedAmfObject
  83. def withName(name: String, a: Annotations): ChannelBindings.this.type
    Definition Classes
    NamedAmfObject
  84. def withName(node: YNode): ChannelBindings.this.type
    Definition Classes
    NamedAmfObject
  85. def withSupportsRecursion(recursive: Boolean): ChannelBindings.this.type
    Definition Classes
    Linkable
  86. def withSynthesizeName(name: String): ChannelBindings.this.type
    Definition Classes
    NamedAmfObject
  87. def [B](y: B): (ChannelBindings, B)
    Implicit
    This member is added by an implicit conversion from ChannelBindings to ArrowAssoc[ChannelBindings] 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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Linkable

Inherited from AdoptionDependantCalls

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from NamedAmfObject

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped