Packages

class Parameter extends AbstractParameter with Linkable with SchemaContainer with ExemplifiedDomainElement

Parameter internal model.

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

    (Since version ) see corresponding Javadoc for more information.

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