trait AbstractParameterModel extends DomainElementModel with LinkableElementModel with KeyField with NameFieldSchema with DescriptionField

Linear Supertypes
DescriptionField, NameFieldSchema, KeyField, LinkableElementModel, DomainElementModel, ModelDefaultBuilder, Obj, Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractParameterModel
  2. DescriptionField
  3. NameFieldSchema
  4. KeyField
  5. LinkableElementModel
  6. DomainElementModel
  7. ModelDefaultBuilder
  8. Obj
  9. Type
  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

Abstract Value Members

  1. abstract def modelInstance: AmfObject
    Definition Classes
    ModelDefaultBuilder

Concrete 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 AbstractParameterModel to any2stringadd[AbstractParameterModel] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AbstractParameterModel, B)
    Implicit
    This member is added by an implicit conversion from AbstractParameterModel to ArrowAssoc[AbstractParameterModel] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val Binding: Field
  7. lazy val CustomDomainProperties: Field
    Definition Classes
    DomainElementModel
  8. val Default: Field
  9. val Description: Field
    Definition Classes
    DescriptionField
  10. lazy val Extends: Field
    Definition Classes
    DomainElementModel
  11. val IsExternalLink: Field
    Definition Classes
    DomainElementModel
  12. val Label: Field
    Definition Classes
    LinkableElementModel
  13. val Name: Field
    Definition Classes
    NameFieldSchema
  14. val ParameterName: Field
  15. val Required: Field
  16. val Schema: Field
  17. val Sources: Field
    Definition Classes
    DomainElementModel
  18. val SupportsRecursion: Field
    Definition Classes
    LinkableElementModel
  19. val Target: Field
    Definition Classes
    LinkableElementModel
  20. val TargetId: Field
    Definition Classes
    LinkableElementModel
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  23. val doc: ModelDoc
    Definition Classes
    AbstractParameterModel → Obj
  24. def ensuring(cond: (AbstractParameterModel) ⇒ Boolean, msg: ⇒ Any): AbstractParameterModel
    Implicit
    This member is added by an implicit conversion from AbstractParameterModel to Ensuring[AbstractParameterModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: (AbstractParameterModel) ⇒ Boolean): AbstractParameterModel
    Implicit
    This member is added by an implicit conversion from AbstractParameterModel to Ensuring[AbstractParameterModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean, msg: ⇒ Any): AbstractParameterModel
    Implicit
    This member is added by an implicit conversion from AbstractParameterModel to Ensuring[AbstractParameterModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean): AbstractParameterModel
    Implicit
    This member is added by an implicit conversion from AbstractParameterModel to Ensuring[AbstractParameterModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. val fields: List[Field]
    Definition Classes
    AbstractParameterModel → Obj
  31. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AbstractParameterModel to StringFormat[AbstractParameterModel] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. val key: Field
    Definition Classes
    AbstractParameterModel → KeyField
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. val type: List[ValueType]
    Definition Classes
    AbstractParameterModel → Type
  42. def typeIris: List[String]
    Definition Classes
    Type
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def [B](y: B): (AbstractParameterModel, B)
    Implicit
    This member is added by an implicit conversion from AbstractParameterModel to ArrowAssoc[AbstractParameterModel] 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 DescriptionField

Inherited from NameFieldSchema

Inherited from KeyField

Inherited from LinkableElementModel

Inherited from DomainElementModel

Inherited from ModelDefaultBuilder

Inherited from Obj

Inherited from Type

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped