case class ErrorEndPoint(idPart: String, ast: YPart) extends EndPoint with ErrorDeclaration[EndPointModel.type] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ErrorDeclaration[EndPointModel.type], EndPoint, ServerContainer, ExtensibleWebApiDomainElement, SecuredElement, NamedDomainElement, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorEndPoint
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ErrorDeclaration
  7. EndPoint
  8. ServerContainer
  9. ExtensibleWebApiDomainElement
  10. SecuredElement
  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 ErrorEndPoint(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): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): ErrorEndPoint.this.type
    Definition Classes
    AmfElement
  7. def adopted(parent: String, cycle: Seq[String]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  8. val annotations: Annotations
    Definition Classes
    EndPoint → AmfElement
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val ast: YPart
  11. def bindings: ChannelBindings
    Definition Classes
    EndPoint
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  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
    EndPoint → AmfObject
  15. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  16. def description: StrField
    Definition Classes
    EndPoint
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  19. val fields: Fields
    Definition Classes
    EndPoint → AmfObject
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. lazy val graph: Graph
    Definition Classes
    DomainElement
  24. val id: String
    Definition Classes
    AmfObject
  25. val idPart: String
  26. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  29. def location(): Option[String]
    Definition Classes
    AmfElement
  30. def meta: EndPointModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  31. val model: EndPointModel.type
    Definition Classes
    ErrorEndPoint → ErrorDeclaration
  32. def name: StrField
    Definition Classes
    NamedDomainElement
  33. def nameField: Field
    Definition Classes
    EndPoint → NamedDomainElement
  34. val namespace: String
    Definition Classes
    ErrorEndPoint → ErrorDeclaration
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def newErrorInstance: ErrorDeclaration[EndPointModel.type]
    Attributes
    protected
    Definition Classes
    ErrorEndPoint → ErrorDeclaration
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def operations: Seq[Operation]
    Definition Classes
    EndPoint
  40. def parameters: Seq[Parameter]
    Definition Classes
    EndPoint
  41. def parent: Option[EndPoint]
    Definition Classes
    EndPoint
  42. def path: StrField
    Definition Classes
    EndPoint
  43. def payloads: Seq[Payload]
    Definition Classes
    EndPoint
  44. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  45. def relativePath: String
    Definition Classes
    EndPoint
  46. def removeServers(): Unit
    Definition Classes
    EndPointServerContainer
  47. def resourceType: Option[ParametrizedResourceType]
    Definition Classes
    EndPoint
  48. def security: Seq[SecurityRequirement]
    Definition Classes
    SecuredElement
  49. def servers: Seq[Server]
    Definition Classes
    EndPointServerContainer
  50. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  51. def set(field: Field, value: AmfElement): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  52. def set(field: Field, values: Seq[String]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  53. def set(field: Field, value: Float): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: Double): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  55. def set(field: Field, value: Int): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, value: Boolean): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: String, annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: String): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  59. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  60. def setArray(field: Field, values: Seq[AmfElement]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  61. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  62. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  63. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  64. final def simpleAdoption(parent: String): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  65. def summary: StrField
    Definition Classes
    EndPoint
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. def traits: Seq[ParametrizedTrait]
    Definition Classes
    EndPoint
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  71. def withBindings(bindings: ChannelBindings): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  72. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorEndPoint.this.type
    Definition Classes
    DomainElement → CustomizableElement
  73. def withCustomDomainProperty(extensions: DomainExtension): ErrorEndPoint.this.type
    Definition Classes
    DomainElement → CustomizableElement
  74. def withDescription(description: String): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  75. def withExtends(extend: Seq[DomainElement]): ErrorEndPoint.this.type
    Definition Classes
    DomainElement
  76. def withId(value: String): ErrorEndPoint.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  77. def withIsExternalLink(isReference: Boolean): ErrorEndPoint.this.type
    Definition Classes
    DomainElement
  78. def withName(nameNode: ScalarNode): ErrorEndPoint.this.type
    Definition Classes
    NamedDomainElement
  79. def withName(name: String, a: Annotations): ErrorEndPoint.this.type
    Definition Classes
    NamedDomainElement
  80. def withName(node: YNode): ErrorEndPoint.this.type
    Definition Classes
    NamedDomainElement
  81. def withOperation(method: String): Operation
    Definition Classes
    EndPoint
  82. def withOperations(operations: Seq[Operation]): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  83. def withParameter(name: String): Parameter
    Definition Classes
    EndPoint
  84. def withParameters(parameters: Seq[Parameter]): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  85. def withPath(path: String): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  86. def withPayload(mediaType: Option[String] = None): Payload
    Definition Classes
    EndPoint
  87. def withPayloads(payloads: Seq[Payload]): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  88. def withResourceType(name: String): ParametrizedResourceType
  89. def withSecurity(name: String): SecurityRequirement
    Definition Classes
    SecuredElement
  90. def withSecurity(security: Seq[SecurityRequirement]): ErrorEndPoint.this.type
    Definition Classes
    SecuredElement
  91. def withServer(url: String): Server
    Definition Classes
    EndPoint
  92. def withServers(servers: Seq[Server]): ErrorEndPoint.this.type
    Definition Classes
    EndPointServerContainer
  93. def withSummary(summary: String): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  94. def withSynthesizeName(name: String): ErrorEndPoint.this.type
    Definition Classes
    NamedDomainElement
  95. def withTrait(name: String): ParametrizedTrait

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ErrorDeclaration[EndPointModel.type]

Inherited from EndPoint

Inherited from ServerContainer

Inherited from SecuredElement

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped