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, NamedAmfObject, 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. NamedAmfObject
  15. AmfObject
  16. AmfElement
  17. AnyRef
  18. 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 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. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to any2stringadd[ErrorEndPoint] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ErrorEndPoint, B)
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to ArrowAssoc[ErrorEndPoint] 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): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): ErrorEndPoint.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  10. val annotations: Annotations
    Definition Classes
    EndPoint → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. val ast: YPart
  13. def bindings: ChannelBindings
    Definition Classes
    EndPoint
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  15. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  16. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  17. def description: StrField
    Definition Classes
    EndPoint
  18. def ensuring(cond: (ErrorEndPoint) ⇒ Boolean, msg: ⇒ Any): ErrorEndPoint
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to Ensuring[ErrorEndPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (ErrorEndPoint) ⇒ Boolean): ErrorEndPoint
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to Ensuring[ErrorEndPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): ErrorEndPoint
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to Ensuring[ErrorEndPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): ErrorEndPoint
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to Ensuring[ErrorEndPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  24. val fields: Fields
    Definition Classes
    EndPoint → AmfObject
  25. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to StringFormat[ErrorEndPoint] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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 isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  33. def location(): Option[String]
    Definition Classes
    AmfElement
  34. def meta: EndPointModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  35. val model: EndPointModel.type
    Definition Classes
    ErrorEndPoint → ErrorDeclaration
  36. def name: StrField
    Definition Classes
    NamedAmfObject
  37. def nameField: Field
    Definition Classes
    EndPoint → NamedAmfObject
  38. val namespace: String
    Definition Classes
    ErrorEndPoint → ErrorDeclaration
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def newErrorInstance: ErrorDeclaration[EndPointModel.type]
    Attributes
    protected
    Definition Classes
    ErrorEndPoint → ErrorDeclaration
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. def operations: Seq[Operation]
    Definition Classes
    EndPoint
  44. def parameters: Seq[Parameter]
    Definition Classes
    EndPoint
  45. def parent: Option[EndPoint]
    Definition Classes
    EndPoint
  46. def path: StrField
    Definition Classes
    EndPoint
  47. def payloads: Seq[Payload]
    Definition Classes
    EndPoint
  48. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  49. def relativePath: String
    Definition Classes
    EndPoint
  50. def removeServers(): Unit
    Definition Classes
    EndPointServerContainer
  51. def resourceType: Option[ParametrizedResourceType]
    Definition Classes
    EndPoint
  52. def security: Seq[SecurityRequirement]
    Definition Classes
    SecuredElement
  53. def servers: Seq[Server]
    Definition Classes
    EndPointServerContainer
  54. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  55. def set(field: Field, value: AmfElement): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, values: Seq[String]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: Float): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: Double): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: Int): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: Boolean): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: String, annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: String): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  63. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  64. def setArray(field: Field, values: Seq[AmfElement]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  65. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  66. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  67. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  68. final def simpleAdoption(parent: String): ErrorEndPoint.this.type
    Definition Classes
    AmfObject
  69. def summary: StrField
    Definition Classes
    EndPoint
  70. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  71. def traits: Seq[ParametrizedTrait]
    Definition Classes
    EndPoint
  72. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  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. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. def withBindings(bindings: ChannelBindings): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  77. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorEndPoint.this.type
    Definition Classes
    DomainElement → CustomizableElement
  78. def withCustomDomainProperty(extensions: DomainExtension): ErrorEndPoint.this.type
    Definition Classes
    DomainElement → CustomizableElement
  79. def withDescription(description: String): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  80. def withExtends(extend: Seq[DomainElement]): ErrorEndPoint.this.type
    Definition Classes
    DomainElement
  81. def withId(value: String): ErrorEndPoint.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  82. def withIsExternalLink(isReference: Boolean): ErrorEndPoint.this.type
    Definition Classes
    DomainElement
  83. def withName(name: String): ErrorEndPoint.this.type
    Definition Classes
    NamedAmfObject
  84. def withName(nameNode: ScalarNode): ErrorEndPoint.this.type
    Definition Classes
    NamedAmfObject
  85. def withName(name: String, a: Annotations): ErrorEndPoint.this.type
    Definition Classes
    NamedAmfObject
  86. def withName(node: YNode): ErrorEndPoint.this.type
    Definition Classes
    NamedAmfObject
  87. def withOperation(method: String): Operation
    Definition Classes
    EndPoint
  88. def withOperations(operations: Seq[Operation]): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  89. def withParameter(name: String): Parameter
    Definition Classes
    EndPoint
  90. def withParameters(parameters: Seq[Parameter]): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  91. def withPath(path: String): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  92. def withPayload(mediaType: Option[String] = None): Payload
    Definition Classes
    EndPoint
  93. def withPayloads(payloads: Seq[Payload]): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  94. def withResourceType(name: String): ParametrizedResourceType
  95. def withSecurity(name: String): SecurityRequirement
    Definition Classes
    SecuredElement
  96. def withSecurity(security: Seq[SecurityRequirement]): ErrorEndPoint.this.type
    Definition Classes
    SecuredElement
  97. def withServer(url: String): Server
    Definition Classes
    EndPoint
  98. def withServers(servers: Seq[Server]): ErrorEndPoint.this.type
    Definition Classes
    EndPointServerContainer
  99. def withSummary(summary: String): ErrorEndPoint.this.type
    Definition Classes
    EndPoint
  100. def withSynthesizeName(name: String): ErrorEndPoint.this.type
    Definition Classes
    NamedAmfObject
  101. def withTrait(name: String): ParametrizedTrait
  102. def [B](y: B): (ErrorEndPoint, B)
    Implicit
    This member is added by an implicit conversion from ErrorEndPoint to ArrowAssoc[ErrorEndPoint] 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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 NamedAmfObject

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ErrorEndPoint to any2stringadd[ErrorEndPoint]

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

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

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

Ungrouped