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. def appliesTo(types: Seq[String]): Boolean
    Definition Classes
    AnnotationMapping
  13. def appliesTo(element: AmfObject): Boolean
    Definition Classes
    AnnotationMapping
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. 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
  16. def classification(): PropertyClassification
    Definition Classes
    PropertyLikeMapping
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  18. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  19. 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
    AnnotationMapping → AmfObject
  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 domain(): Seq[StrField]
    Definition Classes
    AnnotationMapping
  24. def effectiveLinkTarget(links: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  25. 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
  26. 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
  27. 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
  28. 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
  29. def enum(): Seq[AnyField]
    Definition Classes
    PropertyLikeMapping
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  32. def externallyLinkable(): BoolField
    Definition Classes
    PropertyLikeMapping
  33. val fields: Fields
    Definition Classes
    AnnotationMapping → AmfObject
  34. 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()
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. lazy val graph: Graph
    Definition Classes
    DomainElement
  37. val id: String
    Definition Classes
    AmfObject
  38. val idPart: String
  39. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def isLink: Boolean
    Definition Classes
    Linkable
  42. def isMandatory: Boolean
    Definition Classes
    PropertyLikeMapping
  43. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  44. def isUnion: Boolean
    Definition Classes
    PropertyLikeMapping
  45. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  46. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  47. def linkCopy(): Linkable
    Definition Classes
    AnnotationMapping → Linkable
  48. def linkLabel: StrField
    Definition Classes
    Linkable
  49. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  50. def literalRange(): StrField
    Definition Classes
    PropertyLikeMapping
  51. def location(): Option[String]
    Definition Classes
    AmfElement
  52. def mandatory(): BoolField
    Definition Classes
    PropertyLikeMapping
  53. def maximum(): DoubleField
    Definition Classes
    PropertyLikeMapping
  54. def meta: AnnotationMappingModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  55. def minCount(): IntField
    Definition Classes
    PropertyLikeMapping
  56. def minimum(): DoubleField
    Definition Classes
    PropertyLikeMapping
  57. val model: AnnotationMappingModel.type
    Definition Classes
    ErrorAnnotationMapping → ErrorDeclaration
  58. def name: StrField
  59. val namespace: String
    Definition Classes
    ErrorAnnotationMapping → ErrorDeclaration
  60. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. def newErrorInstance: core.internal.annotations.ErrorDeclaration[AnnotationMappingModel.type]
    Definition Classes
    ErrorAnnotationMapping → ErrorDeclaration
  62. def nodePropertyMapping(): StrField
    Definition Classes
    PropertyLikeMapping
  63. def nodesInRange: Seq[String]
    Definition Classes
    PropertyLikeMapping
  64. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  65. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  66. def objectRange(): Seq[StrField]
    Definition Classes
    HasObjectRange
  67. val part: YPart
  68. def pattern(): StrField
    Definition Classes
    PropertyLikeMapping
  69. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  70. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  71. def set(field: Field, value: AmfElement): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  72. def set(field: Field, values: Seq[String]): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  73. def set(field: Field, value: Float): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  74. def set(field: Field, value: Double): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  75. def set(field: Field, value: Int): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  76. def set(field: Field, value: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  77. def set(field: Field, value: String, annotations: Annotations): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  78. def set(field: Field, value: String): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  79. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  80. def setArray(field: Field, values: Seq[AmfElement]): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  81. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  82. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  83. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  84. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  85. final def simpleAdoption(parent: String): ErrorAnnotationMapping.this.type
    Definition Classes
    AmfObject
  86. def sorted(): BoolField
    Definition Classes
    PropertyLikeMapping
  87. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  88. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  89. def toField(): Field
    Definition Classes
    PropertyLikeMapping
  90. def typeDiscriminator(): Map[String, String]
    Definition Classes
    NodeWithDiscriminator
  91. def typeDiscriminatorName(): StrField
    Definition Classes
    NodeWithDiscriminator
  92. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  93. def unique(): BoolField
    Definition Classes
    PropertyLikeMapping
  94. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  95. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  96. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  97. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. def withAllowMultiple(allow: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  99. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorAnnotationMapping.this.type
    Definition Classes
    DomainElement → CustomizableElement
  100. def withCustomDomainProperty(extensions: DomainExtension): ErrorAnnotationMapping.this.type
    Definition Classes
    DomainElement → CustomizableElement
  101. def withDomain(domainIri: Seq[String]): AnnotationMapping
    Definition Classes
    AnnotationMapping
  102. def withEnum(values: Seq[Any]): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  103. def withExtends(extend: Seq[DomainElement]): ErrorAnnotationMapping.this.type
    Definition Classes
    DomainElement
  104. def withExternallyLinkable(linkable: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  105. def withId(value: String): ErrorAnnotationMapping.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  106. def withIsExternalLink(isReference: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    DomainElement
  107. def withLinkLabel(label: String, annotations: Annotations): ErrorAnnotationMapping.this.type
    Definition Classes
    Linkable
  108. def withLinkTarget(target: DomainElement): ErrorAnnotationMapping.this.type
    Definition Classes
    Linkable
  109. def withLiteralRange(range: String): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  110. def withMandatory(mandatory: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  111. def withMaximum(max: Double): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  112. def withMinCount(minCount: Int): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  113. def withMinimum(min: Double): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  114. def withName(name: String): ErrorAnnotationMapping.this.type
  115. def withNodePropertyMapping(propertyId: String): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  116. def withObjectRange(range: Seq[String]): ErrorAnnotationMapping.this.type
    Definition Classes
    HasObjectRange
  117. def withPattern(pattern: String): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  118. def withSorted(sorted: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  119. def withSupportsRecursion(recursive: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    Linkable
  120. def withTypeDiscriminator(typesMapping: Map[String, String], entryAnnotations: Annotations = Annotations(), valueAnnotations: Annotations = Annotations()): ErrorAnnotationMapping.this.type
    Definition Classes
    NodeWithDiscriminator
  121. def withTypeDiscriminatorName(name: String): ErrorAnnotationMapping.this.type
    Definition Classes
    NodeWithDiscriminator
  122. def withUnique(unique: Boolean): ErrorAnnotationMapping.this.type
    Definition Classes
    PropertyLikeMapping
  123. 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

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 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