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 Maximum: Field
  15. val MinCount: Field
  16. val Minimum: Field
  17. val Name: Field
  18. val NodePropertyMapping: Field
  19. val ObjectRange: Field
    Definition Classes
    HasObjectRangeModel
  20. val Pattern: Field
  21. val Sorted: Field
  22. val Sources: Field
    Definition Classes
    DomainElementModel
  23. val TypeDiscriminator: Field
    Definition Classes
    NodeWithDiscriminatorModel
  24. val TypeDiscriminatorName: Field
    Definition Classes
    NodeWithDiscriminatorModel
  25. val Unique: Field
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  28. val doc: ModelDoc
    Definition Classes
    Obj
  29. 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
  30. 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
  31. 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
  32. 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
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  35. 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
    @inline()
  36. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def typeIris: List[String]
    Definition Classes
    Type
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. 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

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