t

amf.aml.internal.metamodel.domain

PropertyLikeMappingModel

trait PropertyLikeMappingModel extends DomainElementModel with HasObjectRangeModel with NodeWithDiscriminatorModel

Mappings form with which graph properties can be derived (annotation mappings, property mappings)

Linear Supertypes
NodeWithDiscriminatorModel, HasObjectRangeModel, DomainElementModel, ModelDefaultBuilder, Obj, Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyLikeMappingModel
  2. NodeWithDiscriminatorModel
  3. HasObjectRangeModel
  4. DomainElementModel
  5. ModelDefaultBuilder
  6. Obj
  7. Type
  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

Abstract Value Members

  1. abstract def fields: List[Field]
    Definition Classes
    Obj
  2. abstract def modelInstance: AmfObject
    Definition Classes
    ModelDefaultBuilder
  3. abstract val type: List[ValueType]
    Definition Classes
    Type

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 PropertyLikeMappingModel to any2stringadd[PropertyLikeMappingModel] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PropertyLikeMappingModel, B)
    Implicit
    This member is added by an implicit conversion from PropertyLikeMappingModel to ArrowAssoc[PropertyLikeMappingModel] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val AllowMultiple: Field
  7. lazy val CustomDomainProperties: Field
    Definition Classes
    DomainElementModel
  8. val Enum: Field
  9. lazy val Extends: Field
    Definition Classes
    DomainElementModel
  10. val ExternallyLinkable: Field
  11. val IsExternalLink: Field
    Definition Classes
    DomainElementModel
  12. val LiteralRange: Field
  13. val Mandatory: Field
  14. val MapKeyProperty: Field
  15. val MapTermKeyProperty: Field
  16. val MapTermValueProperty: Field
  17. val MapValueProperty: Field
  18. val Maximum: Field
  19. val MinCount: Field
  20. val Minimum: Field
  21. val Name: Field
  22. val NodePropertyMapping: Field
  23. val ObjectRange: Field
    Definition Classes
    HasObjectRangeModel
  24. val Pattern: Field
  25. val Sorted: Field
  26. val Sources: Field
    Definition Classes
    DomainElementModel
  27. val TypeDiscriminator: Field
    Definition Classes
    NodeWithDiscriminatorModel
  28. val TypeDiscriminatorName: Field
    Definition Classes
    NodeWithDiscriminatorModel
  29. val Unique: Field
  30. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  31. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  32. val doc: ModelDoc
    Definition Classes
    Obj
  33. def ensuring(cond: (PropertyLikeMappingModel) ⇒ Boolean, msg: ⇒ Any): PropertyLikeMappingModel
    Implicit
    This member is added by an implicit conversion from PropertyLikeMappingModel to Ensuring[PropertyLikeMappingModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: (PropertyLikeMappingModel) ⇒ Boolean): PropertyLikeMappingModel
    Implicit
    This member is added by an implicit conversion from PropertyLikeMappingModel to Ensuring[PropertyLikeMappingModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: Boolean, msg: ⇒ Any): PropertyLikeMappingModel
    Implicit
    This member is added by an implicit conversion from PropertyLikeMappingModel to Ensuring[PropertyLikeMappingModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. def ensuring(cond: Boolean): PropertyLikeMappingModel
    Implicit
    This member is added by an implicit conversion from PropertyLikeMappingModel to Ensuring[PropertyLikeMappingModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  37. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  39. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. lazy val typeIris: List[String]
    Definition Classes
    Type
  48. lazy val typeIrisSet: HashSet[String]
    Definition Classes
    Type
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def [B](y: B): (PropertyLikeMappingModel, B)
    Implicit
    This member is added by an implicit conversion from PropertyLikeMappingModel to ArrowAssoc[PropertyLikeMappingModel] 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 PropertyLikeMappingModel to StringFormat[PropertyLikeMappingModel] 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 HasObjectRangeModel

Inherited from DomainElementModel

Inherited from ModelDefaultBuilder

Inherited from Obj

Inherited from Type

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped