case class ErrorCreativeWork(idPart: String, ast: YPart) extends CreativeWork with ErrorDeclaration[CreativeWorkModel.type] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ErrorDeclaration[CreativeWorkModel.type], CreativeWork, Linkable, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorCreativeWork
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ErrorDeclaration
  7. CreativeWork
  8. Linkable
  9. DomainElement
  10. CustomizableElement
  11. AmfObject
  12. AmfElement
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ErrorCreativeWork(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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(field: Field, value: AmfElement): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): ErrorCreativeWork.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): ErrorCreativeWork.this.type
    Definition Classes
    AmfElement
  7. def adopted(parent: String, cycle: Seq[String]): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  8. def afterResolve(fatherSyntaxKey: Option[String], resolvedId: String): Unit
    Definition Classes
    Linkable
  9. val annotations: Annotations
    Definition Classes
    CreativeWork → AmfElement
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val ast: YPart
  12. 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
    CreativeWork → Linkable
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  15. 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
    CreativeWork → AmfObject
  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 description: StrField
    Definition Classes
    CreativeWork
  20. def effectiveLinkTarget(links: Seq[String]): DomainElement
    Definition Classes
    Linkable
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  23. val fields: Fields
    Definition Classes
    CreativeWork → AmfObject
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. lazy val graph: Graph
    Definition Classes
    DomainElement
  28. val id: String
    Definition Classes
    AmfObject
  29. val idPart: String
  30. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isLink: Boolean
    Definition Classes
    Linkable
  33. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  34. val isUnresolved: Boolean
    Definition Classes
    Linkable
  35. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  36. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  37. def linkCopy(): Linkable
    Definition Classes
    CreativeWork → Linkable
  38. def linkLabel: StrField
    Definition Classes
    Linkable
  39. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  40. def location(): Option[String]
    Definition Classes
    AmfElement
  41. def meta: CreativeWorkModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  42. val model: CreativeWorkModel.type
    Definition Classes
    ErrorCreativeWork → ErrorDeclaration
  43. val namespace: String
    Definition Classes
    ErrorCreativeWork → ErrorDeclaration
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def newErrorInstance: ErrorDeclaration[CreativeWorkModel.type]
    Attributes
    protected
    Definition Classes
    ErrorCreativeWork → ErrorDeclaration
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  49. val refAst: Option[YPart]
    Definition Classes
    Linkable
  50. val refCtx: Option[ParserContext]
    Definition Classes
    Linkable
  51. val refName: String
    Definition Classes
    Linkable
  52. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T, supportsRecursion: Boolean): T
    Definition Classes
    Linkable
  53. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: AmfElement): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  55. def set(field: Field, values: Seq[String]): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, value: Float): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: Double): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: Int): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: Boolean): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: String, annotations: Annotations): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: String): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  62. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  63. def setArray(field: Field, values: Seq[AmfElement]): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  64. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  65. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  66. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  67. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  68. final def simpleAdoption(parent: String): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  69. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  70. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  71. def title: StrField
    Definition Classes
    CreativeWork
  72. def toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  73. def unresolved(refName: String, refAst: YPart, unresolvedSeverity: String)(implicit ctx: ParserContext): DomainElement with Linkable
    Definition Classes
    Linkable
  74. val unresolvedSeverity: String
    Definition Classes
    Linkable
  75. def url: StrField
    Definition Classes
    CreativeWork
  76. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  79. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorCreativeWork.this.type
    Definition Classes
    DomainElement → CustomizableElement
  80. def withCustomDomainProperty(extensions: DomainExtension): ErrorCreativeWork.this.type
    Definition Classes
    DomainElement → CustomizableElement
  81. def withDescription(description: String): ErrorCreativeWork.this.type
    Definition Classes
    CreativeWork
  82. def withExtends(extend: Seq[DomainElement]): ErrorCreativeWork.this.type
    Definition Classes
    DomainElement
  83. def withId(value: String): ErrorCreativeWork.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  84. def withIsExternalLink(isReference: Boolean): ErrorCreativeWork.this.type
    Definition Classes
    DomainElement
  85. def withLinkLabel(label: String, annotations: Annotations): ErrorCreativeWork.this.type
    Definition Classes
    Linkable
  86. def withLinkTarget(target: DomainElement): ErrorCreativeWork.this.type
    Definition Classes
    Linkable
  87. def withSupportsRecursion(recursive: Boolean): ErrorCreativeWork.this.type
    Definition Classes
    Linkable
  88. def withTitle(title: String): ErrorCreativeWork.this.type
    Definition Classes
    CreativeWork
  89. def withUrl(url: String): ErrorCreativeWork.this.type
    Definition Classes
    CreativeWork

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ErrorDeclaration[CreativeWorkModel.type]

Inherited from CreativeWork

Inherited from Linkable

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped