class ErrorCorrelationId extends CorrelationId with ErrorDeclaration[CorrelationIdModel.type]

Linear Supertypes
ErrorDeclaration[CorrelationIdModel.type], CorrelationId, Linkable, NamedDomainElement, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorCorrelationId
  2. ErrorDeclaration
  3. CorrelationId
  4. Linkable
  5. NamedDomainElement
  6. DomainElement
  7. CustomizableElement
  8. AmfObject
  9. AmfElement
  10. AnyRef
  11. 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 ErrorCorrelationId(idPart: String, ast: YPart)

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 ErrorCorrelationId to any2stringadd[ErrorCorrelationId] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ErrorCorrelationId, B)
    Implicit
    This member is added by an implicit conversion from ErrorCorrelationId to ArrowAssoc[ErrorCorrelationId] 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): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): ErrorCorrelationId.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): ErrorCorrelationId.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  10. def afterResolve(fatherSyntaxKey: Option[String], resolvedId: String): Unit
    Definition Classes
    Linkable
  11. val annotations: Annotations
    Definition Classes
    CorrelationId → AmfElement
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement
    Attributes
    protected
    Definition Classes
    CorrelationId → Linkable
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  16. def componentId: String
    Definition Classes
    CorrelationId → 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 description: StrField
    Definition Classes
    CorrelationId
  21. def effectiveLinkTarget(links: Seq[String]): DomainElement
    Definition Classes
    Linkable
  22. def ensuring(cond: (ErrorCorrelationId) ⇒ Boolean, msg: ⇒ Any): ErrorCorrelationId
    Implicit
    This member is added by an implicit conversion from ErrorCorrelationId to Ensuring[ErrorCorrelationId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (ErrorCorrelationId) ⇒ Boolean): ErrorCorrelationId
    Implicit
    This member is added by an implicit conversion from ErrorCorrelationId to Ensuring[ErrorCorrelationId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): ErrorCorrelationId
    Implicit
    This member is added by an implicit conversion from ErrorCorrelationId to Ensuring[ErrorCorrelationId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): ErrorCorrelationId
    Implicit
    This member is added by an implicit conversion from ErrorCorrelationId to Ensuring[ErrorCorrelationId] 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
    CorrelationId → AmfObject
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ErrorCorrelationId to StringFormat[ErrorCorrelationId] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  32. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. lazy val graph: Graph
    Definition Classes
    DomainElement
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. val id: String
    Definition Classes
    AmfObject
  37. def idLocation: StrField
    Definition Classes
    CorrelationId
  38. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def isLink: Boolean
    Definition Classes
    Linkable
  41. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  42. val isUnresolved: Boolean
    Definition Classes
    Linkable
  43. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  44. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  45. def linkCopy(): CorrelationId
    Definition Classes
    CorrelationId → Linkable
  46. def linkLabel: StrField
    Definition Classes
    Linkable
  47. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  48. def location(): Option[String]
    Definition Classes
    AmfElement
  49. def meta: CorrelationIdModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  50. val model: CorrelationIdModel.type
    Definition Classes
    ErrorCorrelationId → ErrorDeclaration
  51. def name: StrField
    Definition Classes
    NamedDomainElement
  52. def nameField: Field
    Definition Classes
    CorrelationId → NamedDomainElement
  53. val namespace: String
    Definition Classes
    ErrorCorrelationId → ErrorDeclaration
  54. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  55. def newErrorInstance: ErrorDeclaration[CorrelationIdModel.type]
    Attributes
    protected
    Definition Classes
    ErrorCorrelationId → ErrorDeclaration
  56. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  57. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  58. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  59. val refAst: Option[YPart]
    Definition Classes
    Linkable
  60. val refCtx: Option[UnresolvedComponents]
    Definition Classes
    Linkable
  61. val refName: String
    Definition Classes
    Linkable
  62. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T, supportsRecursion: Boolean): T
    Definition Classes
    Linkable
  63. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: AmfElement): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  65. def set(field: Field, values: Seq[String]): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  66. def set(field: Field, value: Float): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  67. def set(field: Field, value: Double): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  68. def set(field: Field, value: Int): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  69. def set(field: Field, value: Boolean): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  70. def set(field: Field, value: String, annotations: Annotations): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  71. def set(field: Field, value: String): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  72. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  73. def setArray(field: Field, values: Seq[AmfElement]): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  74. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  75. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  76. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  77. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  78. final def simpleAdoption(parent: String): ErrorCorrelationId.this.type
    Definition Classes
    AmfObject
  79. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  80. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  81. def toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  82. def toString(): String
    Definition Classes
    AnyRef → Any
  83. def unresolved(refName: String, refAst: YPart, unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  84. val unresolvedSeverity: String
    Definition Classes
    Linkable
  85. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  86. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  88. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorCorrelationId.this.type
    Definition Classes
    DomainElement → CustomizableElement
  89. def withCustomDomainProperty(extensions: DomainExtension): ErrorCorrelationId.this.type
    Definition Classes
    DomainElement → CustomizableElement
  90. def withDescription(description: String): ErrorCorrelationId.this.type
    Definition Classes
    CorrelationId
  91. def withExtends(extend: Seq[DomainElement]): ErrorCorrelationId.this.type
    Definition Classes
    DomainElement
  92. def withId(value: String): ErrorCorrelationId.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  93. def withIdLocation(idLocation: String): ErrorCorrelationId.this.type
    Definition Classes
    CorrelationId
  94. def withIsExternalLink(isReference: Boolean): ErrorCorrelationId.this.type
    Definition Classes
    DomainElement
  95. def withLinkLabel(label: String, annotations: Annotations): ErrorCorrelationId.this.type
    Definition Classes
    Linkable
  96. def withLinkTarget(target: DomainElement): ErrorCorrelationId.this.type
    Definition Classes
    Linkable
  97. def withName(nameNode: ScalarNode): ErrorCorrelationId.this.type
    Definition Classes
    NamedDomainElement
  98. def withName(name: String, a: Annotations): ErrorCorrelationId.this.type
    Definition Classes
    NamedDomainElement
  99. def withName(node: YNode): ErrorCorrelationId.this.type
    Definition Classes
    NamedDomainElement
  100. def withSupportsRecursion(recursive: Boolean): ErrorCorrelationId.this.type
    Definition Classes
    Linkable
  101. def withSynthesizeName(name: String): ErrorCorrelationId.this.type
    Definition Classes
    NamedDomainElement
  102. def [B](y: B): (ErrorCorrelationId, B)
    Implicit
    This member is added by an implicit conversion from ErrorCorrelationId to ArrowAssoc[ErrorCorrelationId] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ErrorDeclaration[CorrelationIdModel.type]

Inherited from CorrelationId

Inherited from Linkable

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped