Packages

c

amf.shapes.internal.spec.common.error

ErrorNamedExample

case class ErrorNamedExample(idPart: String, ast: YPart) extends Example with ErrorDeclaration[ExampleModel.type] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ErrorDeclaration[ExampleModel.type], Example, Key, ExternalSourceElement, Linkable, AdoptionDependantCalls, NamedDomainElement, DomainElement, CustomizableElement, NamedAmfObject, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorNamedExample
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ErrorDeclaration
  7. Example
  8. Key
  9. ExternalSourceElement
  10. Linkable
  11. AdoptionDependantCalls
  12. NamedDomainElement
  13. DomainElement
  14. CustomizableElement
  15. NamedAmfObject
  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 ErrorNamedExample(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 ErrorNamedExample to any2stringadd[ErrorNamedExample] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ErrorNamedExample, B)
    Implicit
    This member is added by an implicit conversion from ErrorNamedExample to ArrowAssoc[ErrorNamedExample] 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): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): ErrorNamedExample.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): ErrorNamedExample.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  10. val annotations: Annotations
    Definition Classes
    Example → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. val ast: YPart
  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
    Example → Linkable
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  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
    Example → 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
    Example
  21. def displayName: StrField
    Definition Classes
    Example
  22. def effectiveLinkTarget(links: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  23. def ensuring(cond: (ErrorNamedExample) ⇒ Boolean, msg: ⇒ Any): ErrorNamedExample
    Implicit
    This member is added by an implicit conversion from ErrorNamedExample to Ensuring[ErrorNamedExample] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: (ErrorNamedExample) ⇒ Boolean): ErrorNamedExample
    Implicit
    This member is added by an implicit conversion from ErrorNamedExample to Ensuring[ErrorNamedExample] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean, msg: ⇒ Any): ErrorNamedExample
    Implicit
    This member is added by an implicit conversion from ErrorNamedExample to Ensuring[ErrorNamedExample] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean): ErrorNamedExample
    Implicit
    This member is added by an implicit conversion from ErrorNamedExample to Ensuring[ErrorNamedExample] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  29. val fields: Fields
    Definition Classes
    Example → AmfObject
  30. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ErrorNamedExample to StringFormat[ErrorNamedExample] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  32. lazy val graph: Graph
    Definition Classes
    DomainElement
  33. val id: String
    Definition Classes
    AmfObject
  34. val idPart: String
  35. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isLink: Boolean
    Definition Classes
    Linkable
  38. def isLinkToSource: Boolean
    Definition Classes
    ExternalSourceElement
  39. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  40. def key: StrField
    Definition Classes
    ExampleKey
  41. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  42. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  43. def linkCopy(): Example
    Definition Classes
    Example → Linkable
  44. def linkLabel: StrField
    Definition Classes
    Linkable
  45. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  46. def location(): Option[String]
    Definition Classes
    ExternalSourceElement → AmfElement
  47. def mediaType: StrField
    Definition Classes
    Example
  48. def meta: ExampleModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  49. val model: ExampleModel.type
    Definition Classes
    ErrorNamedExample → ErrorDeclaration
  50. def name: StrField
    Definition Classes
    NamedAmfObject
  51. def nameField: Field
    Definition Classes
    Example → NamedAmfObject
  52. val namespace: String
    Definition Classes
    ErrorNamedExample → ErrorDeclaration
  53. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. def newErrorInstance: ErrorDeclaration[ExampleModel.type]
    Attributes
    protected
    Definition Classes
    ErrorNamedExample → ErrorDeclaration
  55. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  56. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  57. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  58. def raw: StrField
    Definition Classes
    ExternalSourceElement
  59. def referenceId: StrField
    Definition Classes
    ExternalSourceElement
  60. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: AmfElement): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, values: Seq[String]): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: Float): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: Double): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  65. def set(field: Field, value: Int): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  66. def set(field: Field, value: Boolean): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  67. def set(field: Field, value: String, annotations: Annotations): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  68. def set(field: Field, value: String): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  69. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  70. def setArray(field: Field, values: Seq[AmfElement]): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  71. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  72. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  73. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  74. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  75. final def simpleAdoption(parent: String): ErrorNamedExample.this.type
    Definition Classes
    AmfObject
  76. def strict: BoolField
    Definition Classes
    Example
  77. def structuredValue: DataNode
    Definition Classes
    Example
  78. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  79. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  80. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  81. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  82. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  84. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  85. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorNamedExample.this.type
    Definition Classes
    DomainElement → CustomizableElement
  86. def withCustomDomainProperty(extensions: DomainExtension): ErrorNamedExample.this.type
    Definition Classes
    DomainElement → CustomizableElement
  87. def withDescription(description: String): ErrorNamedExample.this.type
    Definition Classes
    Example
  88. def withDisplayName(displayName: String): ErrorNamedExample.this.type
    Definition Classes
    Example
  89. def withExtends(extend: Seq[DomainElement]): ErrorNamedExample.this.type
    Definition Classes
    DomainElement
  90. def withId(value: String): ErrorNamedExample.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  91. def withInferredName(name: String): ErrorNamedExample.this.type
    Definition Classes
    NamedAmfObject
  92. def withIsExternalLink(isReference: Boolean): ErrorNamedExample.this.type
    Definition Classes
    DomainElement
  93. def withLinkLabel(label: String, annotations: Annotations): ErrorNamedExample.this.type
    Definition Classes
    Linkable
  94. def withLinkTarget(target: DomainElement): ErrorNamedExample.this.type
    Definition Classes
    Linkable
  95. def withMediaType(mediaType: String): ErrorNamedExample.this.type
    Definition Classes
    Example
  96. def withName(name: String): ErrorNamedExample.this.type
    Definition Classes
    NamedAmfObject
  97. def withName(nameNode: ScalarNode): ErrorNamedExample.this.type
    Definition Classes
    NamedAmfObject
  98. def withName(name: String, a: Annotations): ErrorNamedExample.this.type
    Definition Classes
    NamedAmfObject
  99. def withName(node: YNode): ErrorNamedExample.this.type
    Definition Classes
    NamedAmfObject
  100. def withReference(id: String): ErrorNamedExample.this.type
    Definition Classes
    ExternalSourceElement
  101. def withStrict(strict: Boolean): ErrorNamedExample.this.type
    Definition Classes
    Example
  102. def withStructuredValue(value: DataNode): ErrorNamedExample.this.type
    Definition Classes
    Example
  103. def withSupportsRecursion(recursive: Boolean): ErrorNamedExample.this.type
    Definition Classes
    Linkable
  104. def withSynthesizeName(name: String): ErrorNamedExample.this.type
    Definition Classes
    NamedAmfObject
  105. def withValue(value: String): ErrorNamedExample.this.type
    Definition Classes
    Example
  106. def [B](y: B): (ErrorNamedExample, B)
    Implicit
    This member is added by an implicit conversion from ErrorNamedExample to ArrowAssoc[ErrorNamedExample] 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 ErrorDeclaration[ExampleModel.type]

Inherited from Example

Inherited from Key

Inherited from ExternalSourceElement

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 ErrorNamedExample to any2stringadd[ErrorNamedExample]

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

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

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

Ungrouped