trait AnyMappingModel extends DomainElementModel with LinkableElementModel with MergeableMappingModel with NodeMappableModel

Linear Supertypes
NodeMappableModel, MergeableMappingModel, LinkableElementModel, DomainElementModel, ModelDefaultBuilder, Obj, Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnyMappingModel
  2. NodeMappableModel
  3. MergeableMappingModel
  4. LinkableElementModel
  5. DomainElementModel
  6. ModelDefaultBuilder
  7. Obj
  8. Type
  9. AnyRef
  10. 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 fields: List[Field]
    Definition Classes
    Obj
  2. 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 AnyMappingModel to any2stringadd[AnyMappingModel] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AnyMappingModel, B)
    Implicit
    This member is added by an implicit conversion from AnyMappingModel to ArrowAssoc[AnyMappingModel] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val And: Field
  7. val Components: Field
  8. lazy val CustomDomainProperties: Field
    Definition Classes
    DomainElementModel
  9. val Else: Field
  10. lazy val Extends: Field
    Definition Classes
    DomainElementModel
  11. val If: Field
  12. val IsExternalLink: Field
    Definition Classes
    DomainElementModel
  13. val Label: Field
    Definition Classes
    LinkableElementModel
  14. val MergePolicy: Field
    Definition Classes
    MergeableMappingModel
  15. val Name: Field
    Definition Classes
    NodeMappableModel
  16. val Or: Field
  17. val RefDescription: Field
    Definition Classes
    LinkableElementModel
  18. val RefSummary: Field
    Definition Classes
    LinkableElementModel
  19. val Sources: Field
    Definition Classes
    DomainElementModel
  20. val SupportsRecursion: Field
    Definition Classes
    LinkableElementModel
  21. val Target: Field
    Definition Classes
    LinkableElementModel
  22. val TargetId: Field
    Definition Classes
    LinkableElementModel
  23. val Then: Field
  24. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  25. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  26. val doc: ModelDoc
    Definition Classes
    Obj
  27. def ensuring(cond: (AnyMappingModel) ⇒ Boolean, msg: ⇒ Any): AnyMappingModel
    Implicit
    This member is added by an implicit conversion from AnyMappingModel to Ensuring[AnyMappingModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: (AnyMappingModel) ⇒ Boolean): AnyMappingModel
    Implicit
    This member is added by an implicit conversion from AnyMappingModel to Ensuring[AnyMappingModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean, msg: ⇒ Any): AnyMappingModel
    Implicit
    This member is added by an implicit conversion from AnyMappingModel to Ensuring[AnyMappingModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean): AnyMappingModel
    Implicit
    This member is added by an implicit conversion from AnyMappingModel to Ensuring[AnyMappingModel] 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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  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
    AnyMappingModel → Type
  42. lazy val typeIris: List[String]
    Definition Classes
    Type
  43. lazy val typeIrisSet: HashSet[String]
    Definition Classes
    Type
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def [B](y: B): (AnyMappingModel, B)
    Implicit
    This member is added by an implicit conversion from AnyMappingModel to ArrowAssoc[AnyMappingModel] 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 AnyMappingModel to StringFormat[AnyMappingModel] 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 NodeMappableModel

Inherited from MergeableMappingModel

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

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

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

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

Ungrouped