Packages

abstract class AbstractParameter extends NamedDomainElement

ShapeParameter internal model.

Linear Supertypes
NamedDomainElement, DomainElement, CustomizableElement, NamedAmfObject, AmfObject, AmfElement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractParameter
  2. NamedDomainElement
  3. DomainElement
  4. CustomizableElement
  5. NamedAmfObject
  6. AmfObject
  7. AmfElement
  8. AnyRef
  9. 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 AbstractParameter(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 AbstractParameter to any2stringadd[AbstractParameter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AbstractParameter, B)
    Implicit
    This member is added by an implicit conversion from AbstractParameter to ArrowAssoc[AbstractParameter] 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): AbstractParameter.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): AbstractParameter.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): AbstractParameter.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): AbstractParameter.this.type
    Definition Classes
    AmfObject
  10. val annotations: Annotations
    Definition Classes
    AbstractParameter → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def binding: StrField
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  14. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  15. def cloneParameter(parent: String): AbstractParameter
  16. 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
    AbstractParameter → AmfObject
  17. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  18. def defaultValue: DataNode
  19. def description: StrField
  20. def ensuring(cond: (AbstractParameter) ⇒ Boolean, msg: ⇒ Any): AbstractParameter
    Implicit
    This member is added by an implicit conversion from AbstractParameter to Ensuring[AbstractParameter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (AbstractParameter) ⇒ Boolean): AbstractParameter
    Implicit
    This member is added by an implicit conversion from AbstractParameter to Ensuring[AbstractParameter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): AbstractParameter
    Implicit
    This member is added by an implicit conversion from AbstractParameter to Ensuring[AbstractParameter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): AbstractParameter
    Implicit
    This member is added by an implicit conversion from AbstractParameter to Ensuring[AbstractParameter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  27. val fields: Fields
    Definition Classes
    AbstractParameter → AmfObject
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  29. lazy val graph: Graph
    Definition Classes
    DomainElement
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. val id: String
    Definition Classes
    AmfObject
  32. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  35. def location(): Option[String]
    Definition Classes
    AmfElement
  36. def meta: AbstractParameterModel
    Definition Classes
    AbstractParameter → AmfObject
  37. def name: StrField
    Definition Classes
    NamedAmfObject
  38. def nameField: Field
    Definition Classes
    AbstractParameter → NamedAmfObject
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  42. def parameterName: StrField
  43. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  44. def required: BoolField
  45. def schema: Shape
  46. def set(field: Field, value: AmfElement, annotations: Annotations): AbstractParameter.this.type
    Definition Classes
    AmfObject
  47. def set(field: Field, value: AmfElement): AbstractParameter.this.type
    Definition Classes
    AmfObject
  48. def set(field: Field, values: Seq[String]): AbstractParameter.this.type
    Definition Classes
    AmfObject
  49. def set(field: Field, value: Float): AbstractParameter.this.type
    Definition Classes
    AmfObject
  50. def set(field: Field, value: Double): AbstractParameter.this.type
    Definition Classes
    AmfObject
  51. def set(field: Field, value: Int): AbstractParameter.this.type
    Definition Classes
    AmfObject
  52. def set(field: Field, value: Boolean): AbstractParameter.this.type
    Definition Classes
    AmfObject
  53. def set(field: Field, value: String, annotations: Annotations): AbstractParameter.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: String): AbstractParameter.this.type
    Definition Classes
    AmfObject
  55. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): AbstractParameter.this.type
    Definition Classes
    AmfObject
  56. def setArray(field: Field, values: Seq[AmfElement]): AbstractParameter.this.type
    Definition Classes
    AmfObject
  57. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): AbstractParameter.this.type
    Definition Classes
    AmfObject
  58. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): AbstractParameter.this.type
    Definition Classes
    AmfObject
  59. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): AbstractParameter.this.type
    Definition Classes
    AmfObject
  60. final def simpleAdoption(parent: String): AbstractParameter.this.type
    Definition Classes
    AmfObject
  61. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  62. def toString(): String
    Definition Classes
    AnyRef → Any
  63. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. def withBinding(binding: String): AbstractParameter.this.type
  68. def withCustomDomainProperties(extensions: Seq[DomainExtension]): AbstractParameter.this.type
    Definition Classes
    DomainElement → CustomizableElement
  69. def withCustomDomainProperty(extensions: DomainExtension): AbstractParameter.this.type
    Definition Classes
    DomainElement → CustomizableElement
  70. def withDefaultValue(defaultValue: DataNode): AbstractParameter.this.type
  71. def withDescription(description: String): AbstractParameter.this.type
  72. def withExtends(extend: Seq[DomainElement]): AbstractParameter.this.type
    Definition Classes
    DomainElement
  73. def withId(value: String): AbstractParameter.this.type
    Definition Classes
    AmfObject
  74. def withInferredName(name: String): AbstractParameter.this.type
    Definition Classes
    NamedAmfObject
  75. def withIsExternalLink(isReference: Boolean): AbstractParameter.this.type
    Definition Classes
    DomainElement
  76. def withName(name: String): AbstractParameter.this.type
    Definition Classes
    NamedAmfObject
  77. def withName(nameNode: ScalarNode): AbstractParameter.this.type
    Definition Classes
    NamedAmfObject
  78. def withName(name: String, a: Annotations): AbstractParameter.this.type
    Definition Classes
    NamedAmfObject
  79. def withName(node: YNode): AbstractParameter.this.type
    Definition Classes
    NamedAmfObject
  80. def withObjectSchema(name: String): NodeShape
  81. def withParameterName(name: String, annots: Annotations = Annotations()): AbstractParameter.this.type
  82. def withRequired(required: Boolean): AbstractParameter.this.type
  83. def withScalarSchema(name: String): ScalarShape
  84. def withSchema(schema: Shape): AbstractParameter.this.type
  85. def withSynthesizeName(name: String): AbstractParameter.this.type
    Definition Classes
    NamedAmfObject
  86. def [B](y: B): (AbstractParameter, B)
    Implicit
    This member is added by an implicit conversion from AbstractParameter to ArrowAssoc[AbstractParameter] 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
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AbstractParameter to StringFormat[AbstractParameter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

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 AbstractParameter to any2stringadd[AbstractParameter]

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

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

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

Ungrouped