case class Parameter(fields: Fields, annotations: Annotations) extends DomainElement with Linkable with NamedDomainElement with Product with Serializable

Parameter internal model.

Linear Supertypes
Serializable, Serializable, Product, Equals, NamedDomainElement, Linkable, DomainElement, AmfObject, AmfElement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parameter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NamedDomainElement
  7. Linkable
  8. DomainElement
  9. AmfObject
  10. AmfElement
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Parameter(fields: Fields, annotations: Annotations)

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): Parameter.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): Parameter.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): Parameter.this.type
    Definition Classes
    AmfElement
  7. def adopted(parent: String): Parameter.this.type
    Definition Classes
    AmfObject
  8. def allowEmptyValue: BoolField
  9. def allowReserved: BoolField
  10. val annotations: Annotations
    Definition Classes
    Parameter → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def binding: StrField
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def cloneParameter(parent: String): Parameter
  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
    Parameter → AmfObject
  16. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement
  17. def deprecated: BoolField
  18. def description: StrField
  19. def dynamicTypes(): Seq[String]
    Definition Classes
    AmfObject
  20. def effectiveLinkTarget: DomainElement
    Definition Classes
    Linkable
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def examples: Seq[Example]
  23. def explode: BoolField
  24. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  25. val fields: Fields
    Definition Classes
    Parameter → AmfObject
  26. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  28. def getObjectByPropertyId(propertyId: String): Seq[DomainElement]
    Definition Classes
    DomainElement
  29. def getPropertyIds(): List[String]
    Definition Classes
    DomainElement
  30. def getScalarByPropertyId(propertyId: String): Seq[Any]
    Definition Classes
    DomainElement
  31. def getTypeIds(): List[String]
    Definition Classes
    DomainElement
  32. val id: String
    Definition Classes
    AmfObject
  33. def isBody: Boolean
  34. def isCookie: Boolean
  35. def isForm: Boolean
  36. def isHeader: Boolean
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def isLink: Boolean
    Definition Classes
    Linkable
  39. def isPath: Boolean
  40. def isQuery: Boolean
  41. val isUnresolved: Boolean
    Definition Classes
    Linkable
  42. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  43. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  44. def linkCopy(): Parameter
    Definition Classes
    Parameter → Linkable
  45. def linkLabel: Option[String]
    Definition Classes
    Linkable
  46. val linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  47. def meta: Obj
    Definition Classes
    Parameter → DomainElement
  48. def name: StrField
    Definition Classes
    Parameter → NamedDomainElement
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. final def notify(): Unit
    Definition Classes
    AnyRef
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  52. def parameterName: StrField
  53. def payloads: Seq[Payload]
  54. def position(): Option[Range]
    Definition Classes
    DomainElement
  55. val refAst: Option[YPart]
    Definition Classes
    Linkable
  56. val refCtx: Option[ParserContext]
    Definition Classes
    Linkable
  57. val refName: String
    Definition Classes
    Linkable
  58. def required: BoolField
  59. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T): T
    Definition Classes
    Linkable
  60. def schema: Shape
  61. def set(field: Field, value: AmfElement, annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: AmfElement): Parameter.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, values: Seq[String]): Parameter.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: Float): Parameter.this.type
    Definition Classes
    AmfObject
  65. def set(field: Field, value: Double): Parameter.this.type
    Definition Classes
    AmfObject
  66. def set(field: Field, value: Int): Parameter.this.type
    Definition Classes
    AmfObject
  67. def set(field: Field, value: Boolean): Parameter.this.type
    Definition Classes
    AmfObject
  68. def set(field: Field, value: String): Parameter.this.type
    Definition Classes
    AmfObject
  69. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  70. def setArray(field: Field, values: Seq[AmfElement]): Parameter.this.type
    Definition Classes
    AmfObject
  71. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  72. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): Parameter.this.type
    Definition Classes
    AmfObject
  73. final def simpleAdoption(parent: String): Parameter.this.type
    Definition Classes
    AmfObject
  74. def style: StrField
  75. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  76. def toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  77. def unresolved(refName: String, refAst: YPart)(implicit ctx: ParserContext): DomainElement with Linkable
    Definition Classes
    Linkable
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. def withAllowEmptyValue(allowEmptyValue: Boolean): Parameter.this.type
  82. def withAllowReserved(allowReserved: Boolean): Parameter.this.type
  83. def withBinding(binding: String): Parameter.this.type
  84. def withCustomDomainProperties(extensions: Seq[DomainExtension]): Parameter.this.type
    Definition Classes
    DomainElement
  85. def withCustomDomainProperty(extensions: DomainExtension): Parameter.this.type
    Definition Classes
    DomainElement
  86. def withDeprecated(deprecated: Boolean): Parameter.this.type
  87. def withDescription(description: String): Parameter.this.type
  88. def withExample(name: Option[String] = None): Example
  89. def withExamples(examples: Seq[Example]): Parameter.this.type
  90. def withExplode(explode: Boolean): Parameter.this.type
  91. def withExtends(extend: Seq[DomainElement]): Parameter.this.type
    Definition Classes
    DomainElement
  92. def withId(value: String): Parameter.this.type
    Definition Classes
    AmfObject
  93. def withLinkLabel(label: String): Parameter.this.type
    Definition Classes
    Linkable
  94. def withLinkTarget(target: DomainElement): Parameter.this.type
    Definition Classes
    Linkable
  95. def withName(name: String): Parameter.this.type
    Definition Classes
    Parameter → NamedDomainElement
  96. def withObjectSchema(name: String): NodeShape
  97. def withParameterName(name: String): Parameter.this.type
  98. def withPayload(mediaType: String): Payload
  99. def withPayloads(payloads: Seq[Payload]): Parameter.this.type
  100. def withRequired(required: Boolean): Parameter.this.type
  101. def withScalarSchema(name: String): ScalarShape
  102. def withSchema(schema: Shape): Parameter.this.type
  103. def withStyle(style: String): Parameter.this.type

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from NamedDomainElement

Inherited from Linkable

Inherited from DomainElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped