case class ErrorParameter(idPart: String, ast: YPart) extends Parameter with ErrorDeclaration[ParameterModel.type] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ErrorDeclaration[ParameterModel.type], Parameter, ExemplifiedDomainElement, SchemaContainer, Linkable, NamedDomainElement, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorParameter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ErrorDeclaration
  7. Parameter
  8. ExemplifiedDomainElement
  9. SchemaContainer
  10. Linkable
  11. NamedDomainElement
  12. DomainElement
  13. CustomizableElement
  14. AmfObject
  15. AmfElement
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ErrorParameter(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): ErrorParameter.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): ErrorParameter.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): ErrorParameter.this.type
    Definition Classes
    AmfElement
  7. def adopted(parent: String, cycle: Seq[String]): ErrorParameter.this.type
    Definition Classes
    AmfObject
  8. def afterResolve(fatherSyntaxKey: Option[String], resolvedId: String): Unit
    Definition Classes
    Linkable
  9. def allowEmptyValue: BoolField
    Definition Classes
    Parameter
  10. def allowReserved: BoolField
    Definition Classes
    Parameter
  11. val annotations: Annotations
    Definition Classes
    Parameter → AmfElement
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. val ast: YPart
  14. def binding: StrField
    Definition Classes
    Parameter
  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
    Parameter → Linkable
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  17. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  18. def cloneParameter(parent: String): Parameter
    Definition Classes
    Parameter
  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
    Parameter → 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 deprecated: BoolField
    Definition Classes
    Parameter
  24. def description: StrField
    Definition Classes
    Parameter
  25. def effectiveLinkTarget(links: Seq[String]): DomainElement
    Definition Classes
    Linkable
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def examples: Seq[Example]
    Definition Classes
    ExemplifiedDomainElement
  28. def explode: BoolField
    Definition Classes
    Parameter
  29. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  30. val fields: Fields
    Definition Classes
    Parameter → AmfObject
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  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 isBody: Boolean
    Definition Classes
    Parameter
  38. def isCookie: Boolean
    Definition Classes
    Parameter
  39. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  40. def isForm: Boolean
    Definition Classes
    Parameter
  41. def isHeader: Boolean
    Definition Classes
    Parameter
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. def isLink: Boolean
    Definition Classes
    Linkable
  44. def isPath: Boolean
    Definition Classes
    Parameter
  45. def isQuery: Boolean
    Definition Classes
    Parameter
  46. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  47. val isUnresolved: Boolean
    Definition Classes
    Linkable
  48. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  49. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  50. def linkCopy(): Parameter
    Definition Classes
    Parameter → Linkable
  51. def linkLabel: StrField
    Definition Classes
    Linkable
  52. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  53. def location(): Option[String]
    Definition Classes
    AmfElement
  54. def meta: ParameterModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  55. val model: ParameterModel.type
    Definition Classes
    ErrorParameter → ErrorDeclaration
  56. def name: StrField
    Definition Classes
    NamedDomainElement
  57. def nameField: Field
    Definition Classes
    Parameter → NamedDomainElement
  58. val namespace: String
    Definition Classes
    ErrorParameter → ErrorDeclaration
  59. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  60. def newErrorInstance: ErrorDeclaration[ParameterModel.type]
    Attributes
    protected
    Definition Classes
    ErrorParameter → ErrorDeclaration
  61. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  62. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  63. def parameterName: StrField
    Definition Classes
    Parameter
  64. def payloads: Seq[Payload]
    Definition Classes
    Parameter
  65. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  66. val refAst: Option[YPart]
    Definition Classes
    Linkable
  67. val refCtx: Option[ParserContext]
    Definition Classes
    Linkable
  68. val refName: String
    Definition Classes
    Linkable
  69. def removeExamples(): Unit
    Definition Classes
    ExemplifiedDomainElement
  70. def required: BoolField
    Definition Classes
    Parameter
  71. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T, supportsRecursion: Boolean): T
    Definition Classes
    Linkable
  72. def schema: Shape
    Definition Classes
    ParameterSchemaContainer
  73. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorParameter.this.type
    Definition Classes
    AmfObject
  74. def set(field: Field, value: AmfElement): ErrorParameter.this.type
    Definition Classes
    AmfObject
  75. def set(field: Field, values: Seq[String]): ErrorParameter.this.type
    Definition Classes
    AmfObject
  76. def set(field: Field, value: Float): ErrorParameter.this.type
    Definition Classes
    AmfObject
  77. def set(field: Field, value: Double): ErrorParameter.this.type
    Definition Classes
    AmfObject
  78. def set(field: Field, value: Int): ErrorParameter.this.type
    Definition Classes
    AmfObject
  79. def set(field: Field, value: Boolean): ErrorParameter.this.type
    Definition Classes
    AmfObject
  80. def set(field: Field, value: String, annotations: Annotations): ErrorParameter.this.type
    Definition Classes
    AmfObject
  81. def set(field: Field, value: String): ErrorParameter.this.type
    Definition Classes
    AmfObject
  82. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorParameter.this.type
    Definition Classes
    AmfObject
  83. def setArray(field: Field, values: Seq[AmfElement]): ErrorParameter.this.type
    Definition Classes
    AmfObject
  84. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorParameter.this.type
    Definition Classes
    AmfObject
  85. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorParameter.this.type
    Definition Classes
    AmfObject
  86. def setSchema(shape: Shape): Shape
    Definition Classes
    ParameterSchemaContainer
  87. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorParameter.this.type
    Definition Classes
    AmfObject
  88. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  89. final def simpleAdoption(parent: String): ErrorParameter.this.type
    Definition Classes
    AmfObject
  90. def style: StrField
    Definition Classes
    Parameter
  91. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  92. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  93. def syntheticBinding(binding: String): ErrorParameter.this.type
    Definition Classes
    Parameter
  94. def toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  95. def unresolved(refName: String, refAst: YPart, unresolvedSeverity: String)(implicit ctx: ParserContext): DomainElement with Linkable
    Definition Classes
    Linkable
  96. val unresolvedSeverity: String
    Definition Classes
    Linkable
  97. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  99. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  100. def withAllowEmptyValue(allowEmptyValue: Boolean): ErrorParameter.this.type
    Definition Classes
    Parameter
  101. def withAllowReserved(allowReserved: Boolean): ErrorParameter.this.type
    Definition Classes
    Parameter
  102. def withBinding(binding: String): ErrorParameter.this.type
    Definition Classes
    Parameter
  103. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorParameter.this.type
    Definition Classes
    DomainElement → CustomizableElement
  104. def withCustomDomainProperty(extensions: DomainExtension): ErrorParameter.this.type
    Definition Classes
    DomainElement → CustomizableElement
  105. def withDeprecated(deprecated: Boolean): ErrorParameter.this.type
    Definition Classes
    Parameter
  106. def withDescription(description: String): ErrorParameter.this.type
    Definition Classes
    Parameter
  107. def withExample(name: Option[String]): Example
    Definition Classes
    ExemplifiedDomainElement
  108. def withExamples(examples: Seq[Example], annotations: Annotations = Annotations()): ErrorParameter.this.type
    Definition Classes
    ExemplifiedDomainElement
  109. def withExplode(explode: Boolean): ErrorParameter.this.type
    Definition Classes
    Parameter
  110. def withExtends(extend: Seq[DomainElement]): ErrorParameter.this.type
    Definition Classes
    DomainElement
  111. def withId(value: String): ErrorParameter.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  112. def withIsExternalLink(isReference: Boolean): ErrorParameter.this.type
    Definition Classes
    DomainElement
  113. def withLinkLabel(label: String, annotations: Annotations): ErrorParameter.this.type
    Definition Classes
    Linkable
  114. def withLinkTarget(target: DomainElement): ErrorParameter.this.type
    Definition Classes
    Linkable
  115. def withName(nameNode: ScalarNode): ErrorParameter.this.type
    Definition Classes
    NamedDomainElement
  116. def withName(name: String, a: Annotations): ErrorParameter.this.type
    Definition Classes
    NamedDomainElement
  117. def withName(node: YNode): ErrorParameter.this.type
    Definition Classes
    NamedDomainElement
  118. def withObjectSchema(name: String): NodeShape
    Definition Classes
    Parameter
  119. def withParameterName(name: String, annots: Annotations = Annotations()): ErrorParameter.this.type
    Definition Classes
    Parameter
  120. def withPayload(mediaType: String): Payload
    Definition Classes
    Parameter
  121. def withPayloads(payloads: Seq[Payload]): ErrorParameter.this.type
    Definition Classes
    Parameter
  122. def withRequired(required: Boolean): ErrorParameter.this.type
    Definition Classes
    Parameter
  123. def withScalarSchema(name: String): ScalarShape
    Definition Classes
    Parameter
  124. def withSchema(schema: Shape): ErrorParameter.this.type
    Definition Classes
    Parameter
  125. def withStyle(style: String): ErrorParameter.this.type
    Definition Classes
    Parameter
  126. def withSupportsRecursion(recursive: Boolean): ErrorParameter.this.type
    Definition Classes
    Linkable
  127. def withSynthesizeName(name: String): ErrorParameter.this.type
    Definition Classes
    NamedDomainElement

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ErrorDeclaration[ParameterModel.type]

Inherited from Parameter

Inherited from ExemplifiedDomainElement

Inherited from SchemaContainer

Inherited from Linkable

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped