case class ErrorCreativeWork(idPart: String, ast: YPart) extends CreativeWork with ErrorDeclaration with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ErrorDeclaration, CreativeWork, Linkable, DomainElement, 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. AmfObject
  11. AmfElement
  12. AnyRef
  13. 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 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
  15. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  16. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  17. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement
  18. def description: StrField
    Definition Classes
    CreativeWork
  19. def effectiveLinkTarget(links: Seq[String]): DomainElement
    Definition Classes
    Linkable
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  22. val fields: Fields
    Definition Classes
    CreativeWork → AmfObject
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. lazy val graph: Graph
    Definition Classes
    DomainElement
  27. val id: String
    Definition Classes
    AmfObject
  28. val idPart: String
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isLink: Boolean
    Definition Classes
    Linkable
  31. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  32. val isUnresolved: Boolean
    Definition Classes
    Linkable
  33. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  34. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  35. def linkCopy(): Linkable
    Definition Classes
    CreativeWork → Linkable
  36. def linkLabel: StrField
    Definition Classes
    Linkable
  37. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  38. def location(): Option[String]
    Definition Classes
    AmfElement
  39. def meta: Obj
    Definition Classes
    ErrorDeclaration → AmfObject
  40. val namespace: String
    Definition Classes
    ErrorCreativeWork → ErrorDeclaration
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def newErrorInstance: ErrorDeclaration
    Attributes
    protected
    Definition Classes
    ErrorCreativeWork → ErrorDeclaration
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. def originalMeta: DomainElementModel
    Attributes
    protected
    Definition Classes
    ErrorCreativeWork → ErrorDeclaration
  46. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  47. val refAst: Option[YPart]
    Definition Classes
    Linkable
  48. val refCtx: Option[ParserContext]
    Definition Classes
    Linkable
  49. val refName: String
    Definition Classes
    Linkable
  50. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T, supportsRecursion: Boolean): T
    Definition Classes
    Linkable
  51. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  52. def set(field: Field, value: AmfElement): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  53. def set(field: Field, values: Seq[String]): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: Float): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  55. def set(field: Field, value: Double): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, value: Int): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: Boolean): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: String): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  59. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  60. def setArray(field: Field, values: Seq[AmfElement]): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  61. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  62. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  63. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  64. final def simpleAdoption(parent: String): ErrorCreativeWork.this.type
    Definition Classes
    AmfObject
  65. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. def title: StrField
    Definition Classes
    CreativeWork
  68. def toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  69. def unresolved(refName: String, refAst: YPart, unresolvedSeverity: String)(implicit ctx: ParserContext): DomainElement with Linkable
    Definition Classes
    Linkable
  70. val unresolvedSeverity: String
    Definition Classes
    Linkable
  71. def url: StrField
    Definition Classes
    CreativeWork
  72. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  75. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorCreativeWork.this.type
    Definition Classes
    DomainElement
  76. def withCustomDomainProperty(extensions: DomainExtension): ErrorCreativeWork.this.type
    Definition Classes
    DomainElement
  77. def withDescription(description: String): ErrorCreativeWork.this.type
    Definition Classes
    CreativeWork
  78. def withExtends(extend: Seq[DomainElement]): ErrorCreativeWork.this.type
    Definition Classes
    DomainElement
  79. def withId(value: String): ErrorCreativeWork.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  80. def withLinkLabel(label: String): ErrorCreativeWork.this.type
    Definition Classes
    Linkable
  81. def withLinkTarget(target: DomainElement): ErrorCreativeWork.this.type
    Definition Classes
    Linkable
  82. def withSupportsRecursion(recursive: Boolean): ErrorCreativeWork.this.type
    Definition Classes
    Linkable
  83. def withTitle(title: String): ErrorCreativeWork.this.type
    Definition Classes
    CreativeWork
  84. 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

Inherited from CreativeWork

Inherited from Linkable

Inherited from DomainElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped