Packages

case class ErrorAnnotationMapping(idPart: String, part: YPart) extends AnnotationMapping with core.internal.annotations.ErrorDeclaration[AnnotationMappingModel.type] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, core.internal.annotations.ErrorDeclaration[AnnotationMappingModel.type], AnnotationMapping, client.scala.model.domain.NodeMappable[AnnotationMappingModel.type], Linkable, AdoptionDependantCalls, PropertyLikeMapping[AnnotationMappingModel.type], NodeWithDiscriminator[AnnotationMappingModel.type], HasObjectRange[AnnotationMappingModel.type], DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorAnnotationMapping
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ErrorDeclaration
  7. AnnotationMapping
  8. NodeMappable
  9. Linkable
  10. AdoptionDependantCalls
  11. PropertyLikeMapping
  12. NodeWithDiscriminator
  13. HasObjectRange
  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 ErrorAnnotationMapping(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 ErrorAnnotationMapping to any2stringadd[ErrorAnnotationMapping] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ErrorAnnotationMapping, B)
    Implicit
    This member is added by an implicit conversion from ErrorAnnotationMapping to ArrowAssoc[ErrorAnnotationMapping] 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): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  10. def allowMultiple(): BoolField
    Definition Classes
    PropertyLikeMapping
  11. val annotations: Annotations
    Definition Classes
    AnnotationMapping → AmfElement
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  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
    AnnotationMapping → 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 copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  17. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  18. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  19. def domain(): StrField
    Definition Classes
    AnnotationMapping
  20. def effectiveLinkTarget(links: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  21. def ensuring(cond: (ErrorAnnotationMapping) ⇒ Boolean, msg: ⇒ Any): ErrorAnnotationMapping
    Implicit
    This member is added by an implicit conversion from ErrorAnnotationMapping to Ensuring[ErrorAnnotationMapping] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (ErrorAnnotationMapping) ⇒ Boolean): ErrorAnnotationMapping
    Implicit
    This member is added by an implicit conversion from ErrorAnnotationMapping to Ensuring[ErrorAnnotationMapping] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: ⇒ Any): ErrorAnnotationMapping
    Implicit
    This member is added by an implicit conversion from ErrorAnnotationMapping to Ensuring[ErrorAnnotationMapping] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): ErrorAnnotationMapping
    Implicit
    This member is added by an implicit conversion from ErrorAnnotationMapping to Ensuring[ErrorAnnotationMapping] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def enum(): Seq[AnyField]
    Definition Classes
    PropertyLikeMapping
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  28. def externallyLinkable(): BoolField
    Definition Classes
    PropertyLikeMapping
  29. val fields: Fields
    Definition Classes
    AnnotationMapping → 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 ErrorAnnotationMapping to StringFormat[ErrorAnnotationMapping] 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. val id: String
    Definition Classes
    AmfObject
  36. val idPart: String
  37. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def isLink: Boolean
    Definition Classes
    Linkable
  40. def isMandatory: Boolean
    Definition Classes
    PropertyLikeMapping
  41. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  42. def isUnion: Boolean
    Definition Classes
    PropertyLikeMapping
  43. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  44. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  45. def linkCopy(): Linkable
    Definition Classes
    AnnotationMapping → Linkable
  46. def linkLabel: StrField
    Definition Classes
    Linkable
  47. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  48. def literalRange(): StrField
    Definition Classes
    PropertyLikeMapping
  49. def location(): Option[String]
    Definition Classes
    AmfElement
  50. def maximum(): DoubleField
    Definition Classes
    PropertyLikeMapping
  51. def meta: AnnotationMappingModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  52. def minCount(): IntField
    Definition Classes
    PropertyLikeMapping
  53. def minimum(): DoubleField
    Definition Classes
    PropertyLikeMapping
  54. val model: AnnotationMappingModel.type
    Definition Classes
    ErrorAnnotationMapping → ErrorDeclaration
  55. def name: StrField
  56. val namespace: String
    Definition Classes
    ErrorAnnotationMapping → ErrorDeclaration
  57. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. def newErrorInstance: core.internal.annotations.ErrorDeclaration[AnnotationMappingModel.type]
    Definition Classes
    ErrorAnnotationMapping → ErrorDeclaration
  59. def nodePropertyMapping(): StrField
    Definition Classes
    PropertyLikeMapping
  60. def nodesInRange: Seq[String]
    Definition Classes
    PropertyLikeMapping
  61. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  62. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  63. def objectRange(): Seq[StrField]
    Definition Classes
    HasObjectRange
  64. val part: YPart
  65. def pattern(): StrField
    Definition Classes
    PropertyLikeMapping
  66. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  67. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  68. def set(field: Field, value: AmfElement): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  69. def set(field: Field, values: Seq[String]): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  70. def set(field: Field, value: Float): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  71. def set(field: Field, value: Double): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  72. def set(field: Field, value: Int): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  73. def set(field: Field, value: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  74. def set(field: Field, value: String, annotations: Annotations): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  75. def set(field: Field, value: String): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  76. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  77. def setArray(field: Field, values: Seq[AmfElement]): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  78. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  79. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  80. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  81. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  82. final def simpleAdoption(parent: String): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  83. def sorted(): BoolField
    Definition Classes
    PropertyLikeMapping
  84. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  85. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  86. def typeDiscriminator(): Map[String, String]
    Definition Classes
    NodeWithDiscriminator
  87. def typeDiscriminatorName(): StrField
    Definition Classes
    NodeWithDiscriminator
  88. def unique(): BoolField
    Definition Classes
    PropertyLikeMapping
  89. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  90. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  91. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  93. def withAllowMultiple(allow: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  94. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorAnnotationMapping.this.type
    Definition Classes
    DomainElement → CustomizableElement
  95. def withCustomDomainProperty(extensions: DomainExtension): ErrorAnnotationMapping.this.type
    Definition Classes
    DomainElement → CustomizableElement
  96. def withDomain(domainIri: String): AnnotationMapping
    Definition Classes
    AnnotationMapping
  97. def withEnum(values: Seq[Any]): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  98. def withExtends(extend: Seq[DomainElement]): ErrorAnnotationMapping.this.type
    Definition Classes
    DomainElement
  99. def withExternallyLinkable(linkable: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  100. def withId(value: String): ErrorAnnotationMapping.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  101. def withIsExternalLink(isReference: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    DomainElement
  102. def withLinkLabel(label: String, annotations: Annotations): ErrorAnnotationMapping.this.type
    Definition Classes
    Linkable
  103. def withLinkTarget(target: DomainElement): ErrorAnnotationMapping.this.type
    Definition Classes
    Linkable
  104. def withLiteralRange(range: String): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  105. def withMaximum(max: Double): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  106. def withMinCount(minCount: Int): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  107. def withMinimum(min: Double): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  108. def withName(name: String): ErrorAnnotationMapping.this.type
  109. def withNodePropertyMapping(propertyId: String): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  110. def withObjectRange(range: Seq[String]): ErrorAnnotationMapping.this.type
    Definition Classes
    HasObjectRange
  111. def withPattern(pattern: String): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  112. def withSorted(sorted: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  113. def withSupportsRecursion(recursive: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    Linkable
  114. def withTypeDiscriminator(typesMapping: Map[String, String], entryAnnotations: Annotations = Annotations(), valueAnnotations: Annotations = Annotations()): ErrorAnnotationMapping.this.type
    Definition Classes
    NodeWithDiscriminator
  115. def withTypeDiscriminatorName(name: String): ErrorAnnotationMapping.this.type
    Definition Classes
    NodeWithDiscriminator
  116. def withUnique(unique: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  117. def [B](y: B): (ErrorAnnotationMapping, B)
    Implicit
    This member is added by an implicit conversion from ErrorAnnotationMapping to ArrowAssoc[ErrorAnnotationMapping] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

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

Inherited from AnnotationMapping

Inherited from Linkable

Inherited from AdoptionDependantCalls

Inherited from HasObjectRange[AnnotationMappingModel.type]

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped