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 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. val Then: Field
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  24. val doc: ModelDoc
    Definition Classes
    Obj
  25. 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
  26. 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
  27. 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
  28. 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
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  31. 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
    @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. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. val type: List[ValueType]
    Definition Classes
    AnyMappingModel → Type
  41. def typeIris: List[String]
    Definition Classes
    Type
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. 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

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