Packages

class Parameter extends AbstractParameter with Linkable with SchemaContainer with ExemplifiedDomainElement with HasFederationMetadata[ParameterFederationMetadata]

Parameter internal model.

Linear Supertypes
HasFederationMetadata[ParameterFederationMetadata], ExemplifiedDomainElement, SchemaContainer, Linkable, AdoptionDependantCalls, AbstractParameter, NamedDomainElement, DomainElement, CustomizableElement, NamedAmfObject, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parameter
  2. HasFederationMetadata
  3. ExemplifiedDomainElement
  4. SchemaContainer
  5. Linkable
  6. AdoptionDependantCalls
  7. AbstractParameter
  8. NamedDomainElement
  9. DomainElement
  10. CustomizableElement
  11. NamedAmfObject
  12. AmfObject
  13. AmfElement
  14. AnyRef
  15. 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 allowEmptyValue: BoolField
  11. def allowReserved: BoolField
  12. val annotations: Annotations
    Definition Classes
    Parameter → AbstractParameter → AmfElement
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def binding: StrField
    Definition Classes
    Parameter → AbstractParameter
  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() @IntrinsicCandidate()
  17. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  18. def cloneParameter(parent: String): Parameter
    Definition Classes
    Parameter → AbstractParameter
  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 → AbstractParameter → 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 defaultValue: DataNode
    Definition Classes
    AbstractParameter
  24. def deprecated: BoolField
  25. def description: StrField
    Definition Classes
    AbstractParameter
  26. def effectiveLinkTarget(links: Set[Linkable]): 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. def federationMetadata: ParameterFederationMetadata
    Definition Classes
    HasFederationMetadata
  37. val fields: Fields
    Definition Classes
    Parameter → AbstractParameter → AmfObject
  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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  40. lazy val graph: Graph
    Definition Classes
    DomainElement
  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  42. val id: String
    Definition Classes
    AmfObject
  43. def isBody: Boolean
  44. def isCookie: Boolean
  45. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  46. def isForm: Boolean
  47. def isHeader: Boolean
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. def isLink: Boolean
    Definition Classes
    Linkable
  50. def isPath: Boolean
  51. def isQuery: Boolean
  52. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  53. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  54. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  55. def linkCopy(): Parameter
    Definition Classes
    Parameter → Linkable
  56. def linkLabel: StrField
    Definition Classes
    Linkable
  57. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  58. def location(): Option[String]
    Definition Classes
    AmfElement
  59. def meta: ParameterModel.type
    Definition Classes
    Parameter → HasFederationMetadata → AbstractParameter → AmfObject
  60. def name: StrField
    Definition Classes
    NamedAmfObject
  61. def nameField: Field
    Definition Classes
    Parameter → AbstractParameter → NamedAmfObject
  62. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  63. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  64. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  65. def parameterName: StrField
    Definition Classes
    Parameter → AbstractParameter
  66. def payloads: Seq[Payload]
  67. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  68. def removeExamples(): Unit
    Definition Classes
    ExemplifiedDomainElement
  69. def required: BoolField
    Definition Classes
    Parameter → AbstractParameter
  70. def schema: Shape
    Definition Classes
    AbstractParameter
  71. def set(field: Field, value: AmfElement, annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  72. def set(field: Field, value: AmfElement): Parameter.this.type
    Definition Classes
    AmfObject
  73. def set(field: Field, values: Seq[String]): Parameter.this.type
    Definition Classes
    AmfObject
  74. def set(field: Field, value: Float): Parameter.this.type
    Definition Classes
    AmfObject
  75. def set(field: Field, value: Double): Parameter.this.type
    Definition Classes
    AmfObject
  76. def set(field: Field, value: Int): Parameter.this.type
    Definition Classes
    AmfObject
  77. def set(field: Field, value: Boolean): Parameter.this.type
    Definition Classes
    AmfObject
  78. def set(field: Field, value: String, annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  79. def set(field: Field, value: String): Parameter.this.type
    Definition Classes
    AmfObject
  80. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  81. def setArray(field: Field, values: Seq[AmfElement]): Parameter.this.type
    Definition Classes
    AmfObject
  82. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  83. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): Parameter.this.type
    Definition Classes
    AmfObject
  84. def setSchema(shape: Shape): Shape
    Definition Classes
    ParameterSchemaContainer
  85. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): Parameter.this.type
    Definition Classes
    AmfObject
  86. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  87. final def simpleAdoption(parent: String): Parameter.this.type
    Definition Classes
    AmfObject
  88. def style: StrField
  89. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  90. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  91. def syntheticBinding(binding: String): Parameter.this.type
  92. def toString(): String
    Definition Classes
    AnyRef → Any
  93. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  94. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  95. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  96. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  97. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. def withAllowEmptyValue(allowEmptyValue: Boolean): Parameter.this.type
  99. def withAllowReserved(allowReserved: Boolean): Parameter.this.type
  100. def withBinding(binding: String): Parameter.this.type
    Definition Classes
    Parameter → AbstractParameter
  101. def withCustomDomainProperties(extensions: Seq[DomainExtension]): Parameter.this.type
    Definition Classes
    DomainElement → CustomizableElement
  102. def withCustomDomainProperty(extensions: DomainExtension): Parameter.this.type
    Definition Classes
    DomainElement → CustomizableElement
  103. def withDefaultValue(defaultValue: DataNode): Parameter.this.type
    Definition Classes
    AbstractParameter
  104. def withDeprecated(deprecated: Boolean): Parameter.this.type
  105. def withDescription(description: String): Parameter.this.type
    Definition Classes
    AbstractParameter
  106. def withExample(name: Option[String]): Example
    Definition Classes
    ExemplifiedDomainElement
  107. def withExamples(examples: Seq[Example], annotations: Annotations): Parameter.this.type
    Definition Classes
    ExemplifiedDomainElement
  108. def withExplode(explode: Boolean): Parameter.this.type
  109. def withExtends(extend: Seq[DomainElement]): Parameter.this.type
    Definition Classes
    DomainElement
  110. def withFederationMetadata(metadata: ParameterFederationMetadata): Parameter.this.type
    Definition Classes
    HasFederationMetadata
  111. def withId(value: String): Parameter.this.type
    Definition Classes
    AmfObject
  112. def withInferredName(name: String): Parameter.this.type
    Definition Classes
    NamedAmfObject
  113. def withIsExternalLink(isReference: Boolean): Parameter.this.type
    Definition Classes
    DomainElement
  114. def withLinkLabel(label: String, annotations: Annotations): Parameter.this.type
    Definition Classes
    Linkable
  115. def withLinkTarget(target: DomainElement): Parameter.this.type
    Definition Classes
    Linkable
  116. def withName(name: String): Parameter.this.type
    Definition Classes
    NamedAmfObject
  117. def withName(nameNode: ScalarNode): Parameter.this.type
    Definition Classes
    NamedAmfObject
  118. def withName(name: String, a: Annotations): Parameter.this.type
    Definition Classes
    NamedAmfObject
  119. def withName(node: YNode): Parameter.this.type
    Definition Classes
    NamedAmfObject
  120. def withObjectSchema(name: String): NodeShape
    Definition Classes
    AbstractParameter
  121. def withParameterName(name: String, annots: Annotations = Annotations()): Parameter.this.type
    Definition Classes
    Parameter → AbstractParameter
  122. def withPayload(mediaType: String): Payload
  123. def withPayloads(payloads: Seq[Payload]): Parameter.this.type
  124. def withRequired(required: Boolean): Parameter.this.type
    Definition Classes
    Parameter → AbstractParameter
  125. def withScalarSchema(name: String): ScalarShape
    Definition Classes
    AbstractParameter
  126. def withSchema(schema: Shape): Parameter.this.type
    Definition Classes
    AbstractParameter
  127. def withStyle(style: String): Parameter.this.type
  128. def withSupportsRecursion(recursive: Boolean): Parameter.this.type
    Definition Classes
    Linkable
  129. def withSynthesizeName(name: String): Parameter.this.type
    Definition Classes
    NamedAmfObject
  130. 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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from HasFederationMetadata[ParameterFederationMetadata]

Inherited from ExemplifiedDomainElement

Inherited from SchemaContainer

Inherited from Linkable

Inherited from AdoptionDependantCalls

Inherited from AbstractParameter

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 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