Packages

class Parameter extends NamedDomainElement with Linkable with SchemaContainer with ExemplifiedDomainElement

Parameter internal model.

Linear Supertypes
ExemplifiedDomainElement, SchemaContainer, Linkable, NamedDomainElement, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parameter
  2. ExemplifiedDomainElement
  3. SchemaContainer
  4. Linkable
  5. NamedDomainElement
  6. DomainElement
  7. CustomizableElement
  8. AmfObject
  9. AmfElement
  10. AnyRef
  11. 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 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. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Parameter to any2stringadd[Parameter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Parameter, B)
    Implicit
    This member is added by an implicit conversion from Parameter to ArrowAssoc[Parameter] 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): Parameter.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): Parameter.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): Parameter.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): Parameter.this.type
    Definition Classes
    AmfObject
  10. def afterResolve(fatherSyntaxKey: Option[String], resolvedId: String): Unit
    Definition Classes
    Linkable
  11. def allowEmptyValue: BoolField
  12. def allowReserved: BoolField
  13. val annotations: Annotations
    Definition Classes
    Parameter → AmfElement
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def binding: StrField
  16. 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
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  19. def cloneParameter(parent: String): Parameter
  20. 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
  21. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  22. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  23. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  24. def deprecated: BoolField
  25. def description: StrField
  26. def effectiveLinkTarget(links: Seq[String]): DomainElement
    Definition Classes
    Linkable
  27. def ensuring(cond: (Parameter) ⇒ Boolean, msg: ⇒ Any): Parameter
    Implicit
    This member is added by an implicit conversion from Parameter to Ensuring[Parameter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: (Parameter) ⇒ Boolean): Parameter
    Implicit
    This member is added by an implicit conversion from Parameter to Ensuring[Parameter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean, msg: ⇒ Any): Parameter
    Implicit
    This member is added by an implicit conversion from Parameter to Ensuring[Parameter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean): Parameter
    Implicit
    This member is added by an implicit conversion from Parameter to Ensuring[Parameter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  33. def examples: Seq[Example]
    Definition Classes
    ExemplifiedDomainElement
  34. def explode: BoolField
  35. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  36. val fields: Fields
    Definition Classes
    Parameter → AmfObject
  37. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Parameter to StringFormat[Parameter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  39. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  40. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. lazy val graph: Graph
    Definition Classes
    DomainElement
  42. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  43. val id: String
    Definition Classes
    AmfObject
  44. def isBody: Boolean
  45. def isCookie: Boolean
  46. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  47. def isForm: Boolean
  48. def isHeader: Boolean
  49. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  50. def isLink: Boolean
    Definition Classes
    Linkable
  51. def isPath: Boolean
  52. def isQuery: Boolean
  53. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  54. val isUnresolved: Boolean
    Definition Classes
    Linkable
  55. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  56. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  57. def linkCopy(): Parameter
    Definition Classes
    Parameter → Linkable
  58. def linkLabel: StrField
    Definition Classes
    Linkable
  59. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  60. def location(): Option[String]
    Definition Classes
    AmfElement
  61. def meta: ParameterModel.type
    Definition Classes
    Parameter → AmfObject
  62. def name: StrField
    Definition Classes
    NamedDomainElement
  63. def nameField: Field
    Definition Classes
    Parameter → NamedDomainElement
  64. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  65. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  67. def parameterName: StrField
  68. def payloads: Seq[Payload]
  69. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  70. val refAst: Option[YPart]
    Definition Classes
    Linkable
  71. val refCtx: Option[UnresolvedComponents]
    Definition Classes
    Linkable
  72. val refName: String
    Definition Classes
    Linkable
  73. def removeExamples(): Unit
    Definition Classes
    ExemplifiedDomainElement
  74. def required: BoolField
  75. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T, supportsRecursion: Boolean): T
    Definition Classes
    Linkable
  76. def schema: Shape
    Definition Classes
    ParameterSchemaContainer
  77. def set(field: Field, value: AmfElement, annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  78. def set(field: Field, value: AmfElement): Parameter.this.type
    Definition Classes
    AmfObject
  79. def set(field: Field, values: Seq[String]): Parameter.this.type
    Definition Classes
    AmfObject
  80. def set(field: Field, value: Float): Parameter.this.type
    Definition Classes
    AmfObject
  81. def set(field: Field, value: Double): Parameter.this.type
    Definition Classes
    AmfObject
  82. def set(field: Field, value: Int): Parameter.this.type
    Definition Classes
    AmfObject
  83. def set(field: Field, value: Boolean): Parameter.this.type
    Definition Classes
    AmfObject
  84. def set(field: Field, value: String, annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  85. def set(field: Field, value: String): Parameter.this.type
    Definition Classes
    AmfObject
  86. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  87. def setArray(field: Field, values: Seq[AmfElement]): Parameter.this.type
    Definition Classes
    AmfObject
  88. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  89. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): Parameter.this.type
    Definition Classes
    AmfObject
  90. def setSchema(shape: Shape): Shape
    Definition Classes
    ParameterSchemaContainer
  91. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  92. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  93. final def simpleAdoption(parent: String): Parameter.this.type
    Definition Classes
    AmfObject
  94. def style: StrField
  95. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  96. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  97. def syntheticBinding(binding: String): Parameter.this.type
  98. def toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  99. def toString(): String
    Definition Classes
    AnyRef → Any
  100. def unresolved(refName: String, refAst: YPart, unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  101. val unresolvedSeverity: String
    Definition Classes
    Linkable
  102. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  103. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  104. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  105. def withAllowEmptyValue(allowEmptyValue: Boolean): Parameter.this.type
  106. def withAllowReserved(allowReserved: Boolean): Parameter.this.type
  107. def withBinding(binding: String): Parameter.this.type
  108. def withCustomDomainProperties(extensions: Seq[DomainExtension]): Parameter.this.type
    Definition Classes
    DomainElement → CustomizableElement
  109. def withCustomDomainProperty(extensions: DomainExtension): Parameter.this.type
    Definition Classes
    DomainElement → CustomizableElement
  110. def withDeprecated(deprecated: Boolean): Parameter.this.type
  111. def withDescription(description: String): Parameter.this.type
  112. def withExample(name: Option[String]): Example
    Definition Classes
    ExemplifiedDomainElement
  113. def withExamples(examples: Seq[Example], annotations: Annotations): Parameter.this.type
    Definition Classes
    ExemplifiedDomainElement
  114. def withExplode(explode: Boolean): Parameter.this.type
  115. def withExtends(extend: Seq[DomainElement]): Parameter.this.type
    Definition Classes
    DomainElement
  116. def withId(value: String): Parameter.this.type
    Definition Classes
    AmfObject
  117. def withIsExternalLink(isReference: Boolean): Parameter.this.type
    Definition Classes
    DomainElement
  118. def withLinkLabel(label: String, annotations: Annotations): Parameter.this.type
    Definition Classes
    Linkable
  119. def withLinkTarget(target: DomainElement): Parameter.this.type
    Definition Classes
    Linkable
  120. def withName(nameNode: ScalarNode): Parameter.this.type
    Definition Classes
    NamedDomainElement
  121. def withName(name: String, a: Annotations): Parameter.this.type
    Definition Classes
    NamedDomainElement
  122. def withName(node: YNode): Parameter.this.type
    Definition Classes
    NamedDomainElement
  123. def withObjectSchema(name: String): NodeShape
  124. def withParameterName(name: String, annots: Annotations = Annotations()): Parameter.this.type
  125. def withPayload(mediaType: String): Payload
  126. def withPayloads(payloads: Seq[Payload]): Parameter.this.type
  127. def withRequired(required: Boolean): Parameter.this.type
  128. def withScalarSchema(name: String): ScalarShape
  129. def withSchema(schema: Shape): Parameter.this.type
  130. def withStyle(style: String): Parameter.this.type
  131. def withSupportsRecursion(recursive: Boolean): Parameter.this.type
    Definition Classes
    Linkable
  132. def withSynthesizeName(name: String): Parameter.this.type
    Definition Classes
    NamedDomainElement
  133. def [B](y: B): (Parameter, B)
    Implicit
    This member is added by an implicit conversion from Parameter to ArrowAssoc[Parameter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

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

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

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

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

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

Ungrouped