Packages

case class ErrorNodeMappable(idPart: String, part: YPart) extends NodeMapping with core.internal.annotations.ErrorDeclaration[NodeMappingModel.type] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, core.internal.annotations.ErrorDeclaration[NodeMappingModel.type], NodeMapping, client.scala.model.domain.NodeMappable[NodeMappingModel.type], MergeableMapping, MergeableMappingModel, Linkable, AdoptionDependantCalls, AnyMapping, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorNodeMappable
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ErrorDeclaration
  7. NodeMapping
  8. NodeMappable
  9. MergeableMapping
  10. MergeableMappingModel
  11. Linkable
  12. AdoptionDependantCalls
  13. AnyMapping
  14. DomainElement
  15. CustomizableElement
  16. AmfObject
  17. AmfElement
  18. AnyRef
  19. 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 ErrorNodeMappable(idPart: String, part: 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 ErrorNodeMappable to any2stringadd[ErrorNodeMappable] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ErrorNodeMappable, B)
    Implicit
    This member is added by an implicit conversion from ErrorNodeMappable to ArrowAssoc[ErrorNodeMappable] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val MergePolicy: Field
    Definition Classes
    MergeableMappingModel
  7. def add(field: Field, value: AmfElement): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  8. def add(other: Annotations): ErrorNodeMappable.this.type
    Definition Classes
    AmfElement
  9. def add(annotation: Annotation): ErrorNodeMappable.this.type
    Definition Classes
    AmfElement
  10. def adopted(parent: String, cycle: Seq[String]): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  11. def and: Seq[StrField]
    Definition Classes
    AnyMapping
  12. val annotations: Annotations
    Definition Classes
    NodeMapping → AmfElement
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  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
    NodeMapping → 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 closed: BoolField
    Definition Classes
    NodeMapping
  18. 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
    NodeMapping → AmfObject
  19. def components: Seq[StrField]
    Definition Classes
    AnyMapping
  20. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  21. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  22. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  23. def effectiveLinkTarget(links: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  24. def elseMapping: StrField
    Definition Classes
    AnyMapping
  25. def ensuring(cond: (ErrorNodeMappable) ⇒ Boolean, msg: ⇒ Any): ErrorNodeMappable
    Implicit
    This member is added by an implicit conversion from ErrorNodeMappable to Ensuring[ErrorNodeMappable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: (ErrorNodeMappable) ⇒ Boolean): ErrorNodeMappable
    Implicit
    This member is added by an implicit conversion from ErrorNodeMappable to Ensuring[ErrorNodeMappable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean, msg: ⇒ Any): ErrorNodeMappable
    Implicit
    This member is added by an implicit conversion from ErrorNodeMappable to Ensuring[ErrorNodeMappable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean): ErrorNodeMappable
    Implicit
    This member is added by an implicit conversion from ErrorNodeMappable to Ensuring[ErrorNodeMappable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  31. val fields: Fields
    Definition Classes
    NodeMapping → AmfObject
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  33. lazy val graph: Graph
    Definition Classes
    DomainElement
  34. val id: String
    Definition Classes
    AmfObject
  35. val idPart: String
  36. def idTemplate: StrField
    Definition Classes
    NodeMapping
  37. def ifMapping: StrField
    Definition Classes
    AnyMapping
  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. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  43. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  44. def linkCopy(): NodeMapping
    Definition Classes
    NodeMapping → Linkable
  45. def linkLabel: StrField
    Definition Classes
    Linkable
  46. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  47. def location(): Option[String]
    Definition Classes
    AmfElement
  48. def mergePolicy: StrField
    Definition Classes
    MergeableMapping
  49. def meta: NodeMappingModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  50. val model: NodeMappingModel.type
    Definition Classes
    ErrorNodeMappable → ErrorDeclaration
  51. def name: StrField
    Definition Classes
    NodeMappable
  52. val namespace: String
    Definition Classes
    ErrorNodeMappable → ErrorDeclaration
  53. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. def newErrorInstance: core.internal.annotations.ErrorDeclaration[NodeMappingModel.type]
    Definition Classes
    ErrorNodeMappable → ErrorDeclaration
  55. def nodetypeMapping: StrField
    Definition Classes
    NodeMapping
  56. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  57. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  58. def or: Seq[StrField]
    Definition Classes
    AnyMapping
  59. val part: YPart
  60. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  61. def primaryKey(): Seq[PropertyMapping]

    Returns the properties forming the primary key for this node.

    Returns the properties forming the primary key for this node. Properties are already sorted.

    Definition Classes
    NodeMapping
  62. def propertiesMapping(): Seq[PropertyMapping]
    Definition Classes
    NodeMapping
  63. def refDescription: StrField
    Definition Classes
    Linkable
  64. def refSummary: StrField
    Definition Classes
    Linkable
  65. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T, supportsRecursion: Boolean): T
    Definition Classes
    NodeMapping → Linkable
  66. def resolvedExtends: Seq[String]
    Definition Classes
    NodeMapping
  67. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  68. def set(field: Field, value: AmfElement): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  69. def set(field: Field, values: Seq[String]): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  70. def set(field: Field, value: Float): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  71. def set(field: Field, value: Double): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  72. def set(field: Field, value: Int): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  73. def set(field: Field, value: Boolean): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  74. def set(field: Field, value: String, annotations: Annotations): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  75. def set(field: Field, value: String): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  76. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  77. def setArray(field: Field, values: Seq[AmfElement]): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  78. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  79. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  80. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  81. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  82. final def simpleAdoption(parent: String): ErrorNodeMappable.this.type
    Definition Classes
    AmfObject
  83. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  84. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  85. def thenMapping: StrField
    Definition Classes
    AnyMapping
  86. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  87. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  88. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  89. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  90. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  91. def withAnd(andMapping: Seq[String]): AnyMapping
    Definition Classes
    AnyMapping
  92. def withClosed(value: Boolean): NodeMapping
    Definition Classes
    NodeMapping
  93. def withComponents(components: Seq[String]): AnyMapping
    Definition Classes
    AnyMapping
  94. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorNodeMappable.this.type
    Definition Classes
    DomainElement → CustomizableElement
  95. def withCustomDomainProperty(extensions: DomainExtension): ErrorNodeMappable.this.type
    Definition Classes
    DomainElement → CustomizableElement
  96. def withElseMapping(elseMapping: String): AnyMapping
    Definition Classes
    AnyMapping
  97. def withExtends(extend: Seq[DomainElement]): ErrorNodeMappable.this.type
    Definition Classes
    DomainElement
  98. def withId(value: String): ErrorNodeMappable.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  99. def withIdTemplate(idTemplate: String): NodeMapping
    Definition Classes
    NodeMapping
  100. def withIfMapping(ifMapping: String): AnyMapping
    Definition Classes
    AnyMapping
  101. def withIsExternalLink(isReference: Boolean): ErrorNodeMappable.this.type
    Definition Classes
    DomainElement
  102. def withLinkLabel(label: String, annotations: Annotations): ErrorNodeMappable.this.type
    Definition Classes
    Linkable
  103. def withLinkTarget(target: DomainElement): ErrorNodeMappable.this.type
    Definition Classes
    Linkable
  104. def withMergePolicy(mergePolicy: String): MergeableMapping
    Definition Classes
    MergeableMapping
  105. def withName(name: String): ErrorNodeMappable.this.type
    Definition Classes
    NodeMappable
  106. def withNodeTypeMapping(nodeType: String): NodeMapping
    Definition Classes
    NodeMapping
  107. def withOr(orMapping: Seq[String]): AnyMapping
    Definition Classes
    AnyMapping
  108. def withPropertiesMapping(props: Seq[PropertyMapping]): NodeMapping
    Definition Classes
    NodeMapping
  109. def withRefDescription(refDescription: String, annotations: Annotations): ErrorNodeMappable.this.type
    Definition Classes
    Linkable
  110. def withRefSummary(refSummary: String, annotations: Annotations): ErrorNodeMappable.this.type
    Definition Classes
    Linkable
  111. def withResolvedExtends(ids: Seq[String]): NodeMapping
    Definition Classes
    NodeMapping
  112. def withSupportsRecursion(recursive: Boolean): ErrorNodeMappable.this.type
    Definition Classes
    Linkable
  113. def withThenMapping(thenMapping: String): AnyMapping
    Definition Classes
    AnyMapping
  114. def [B](y: B): (ErrorNodeMappable, B)
    Implicit
    This member is added by an implicit conversion from ErrorNodeMappable to ArrowAssoc[ErrorNodeMappable] 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 ErrorNodeMappable to StringFormat[ErrorNodeMappable] 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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from core.internal.annotations.ErrorDeclaration[NodeMappingModel.type]

Inherited from NodeMapping

Inherited from MergeableMapping

Inherited from MergeableMappingModel

Inherited from Linkable

Inherited from AdoptionDependantCalls

Inherited from AnyMapping

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped