t

amf.aml.client.scala.model.domain

PropertyLikeMapping

trait PropertyLikeMapping[M <: PropertyLikeMappingModel] extends DomainElement with HasObjectRange[M] with NodeWithDiscriminator[M]

Linear Supertypes
NodeWithDiscriminator[M], HasObjectRange[M], DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyLikeMapping
  2. NodeWithDiscriminator
  3. HasObjectRange
  4. DomainElement
  5. CustomizableElement
  6. AmfObject
  7. AmfElement
  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 val annotations: Annotations
    Definition Classes
    AmfElement
  2. abstract def componentId: String
    Definition Classes
    AmfObject
  3. abstract val fields: Fields
    Definition Classes
    AmfObject
  4. abstract def meta: M
    Definition Classes
    PropertyLikeMappingNodeWithDiscriminatorHasObjectRange → AmfObject

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 PropertyLikeMapping[M] to any2stringadd[PropertyLikeMapping[M]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PropertyLikeMapping[M], B)
    Implicit
    This member is added by an implicit conversion from PropertyLikeMapping[M] to ArrowAssoc[PropertyLikeMapping[M]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def add(field: Field, value: AmfElement): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): PropertyLikeMapping.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): PropertyLikeMapping.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  10. def allowMultiple(): BoolField
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def classification(): PropertyClassification
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  15. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  16. def ensuring(cond: (PropertyLikeMapping[M]) ⇒ Boolean, msg: ⇒ Any): PropertyLikeMapping[M]
    Implicit
    This member is added by an implicit conversion from PropertyLikeMapping[M] to Ensuring[PropertyLikeMapping[M]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (PropertyLikeMapping[M]) ⇒ Boolean): PropertyLikeMapping[M]
    Implicit
    This member is added by an implicit conversion from PropertyLikeMapping[M] to Ensuring[PropertyLikeMapping[M]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): PropertyLikeMapping[M]
    Implicit
    This member is added by an implicit conversion from PropertyLikeMapping[M] to Ensuring[PropertyLikeMapping[M]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): PropertyLikeMapping[M]
    Implicit
    This member is added by an implicit conversion from PropertyLikeMapping[M] to Ensuring[PropertyLikeMapping[M]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def enum(): Seq[AnyField]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  24. def externallyLinkable(): BoolField
  25. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from PropertyLikeMapping[M] to StringFormat[PropertyLikeMapping[M]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. lazy val graph: Graph
    Definition Classes
    DomainElement
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val id: String
    Definition Classes
    AmfObject
  30. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isMandatory: Boolean
  33. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  34. def isUnion: Boolean
  35. def literalRange(): StrField
  36. def location(): Option[String]
    Definition Classes
    AmfElement
  37. def mandatory(): BoolField
  38. def maximum(): DoubleField
  39. def minCount(): IntField
  40. def minimum(): DoubleField
  41. def name(): StrField
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def nodePropertyMapping(): StrField
  44. def nodesInRange: Seq[String]
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. def objectRange(): Seq[StrField]
    Definition Classes
    HasObjectRange
  48. def pattern(): StrField
  49. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  50. def set(field: Field, value: AmfElement, annotations: Annotations): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  51. def set(field: Field, value: AmfElement): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  52. def set(field: Field, values: Seq[String]): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  53. def set(field: Field, value: Float): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: Double): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  55. def set(field: Field, value: Int): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, value: Boolean): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: String, annotations: Annotations): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: String): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  59. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  60. def setArray(field: Field, values: Seq[AmfElement]): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  61. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  62. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  63. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  64. final def simpleAdoption(parent: String): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  65. def sorted(): BoolField
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. def toField(): Field
  68. def toString(): String
    Definition Classes
    AnyRef → Any
  69. def typeDiscriminator(): Map[String, String]
    Definition Classes
    NodeWithDiscriminator
  70. def typeDiscriminatorName(): StrField
    Definition Classes
    NodeWithDiscriminator
  71. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  72. def unique(): BoolField
  73. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. def withAllowMultiple(allow: Boolean): PropertyLikeMapping.this.type
  77. def withCustomDomainProperties(extensions: Seq[DomainExtension]): PropertyLikeMapping.this.type
    Definition Classes
    DomainElement → CustomizableElement
  78. def withCustomDomainProperty(extensions: DomainExtension): PropertyLikeMapping.this.type
    Definition Classes
    DomainElement → CustomizableElement
  79. def withEnum(values: Seq[Any]): PropertyLikeMapping.this.type
  80. def withExtends(extend: Seq[DomainElement]): PropertyLikeMapping.this.type
    Definition Classes
    DomainElement
  81. def withExternallyLinkable(linkable: Boolean): PropertyLikeMapping.this.type
  82. def withId(value: String): PropertyLikeMapping.this.type
    Definition Classes
    AmfObject
  83. def withIsExternalLink(isReference: Boolean): PropertyLikeMapping.this.type
    Definition Classes
    DomainElement
  84. def withLiteralRange(range: String): PropertyLikeMapping.this.type
  85. def withMandatory(mandatory: Boolean): PropertyLikeMapping.this.type
  86. def withMaximum(max: Double): PropertyLikeMapping.this.type
  87. def withMinCount(minCount: Int): PropertyLikeMapping.this.type
  88. def withMinimum(min: Double): PropertyLikeMapping.this.type
  89. def withName(name: String): PropertyLikeMapping.this.type
  90. def withNodePropertyMapping(propertyId: String): PropertyLikeMapping.this.type
  91. def withObjectRange(range: Seq[String]): PropertyLikeMapping.this.type
    Definition Classes
    HasObjectRange
  92. def withPattern(pattern: String): PropertyLikeMapping.this.type
  93. def withSorted(sorted: Boolean): PropertyLikeMapping.this.type
  94. def withTypeDiscriminator(typesMapping: Map[String, String], entryAnnotations: Annotations = Annotations(), valueAnnotations: Annotations = Annotations()): PropertyLikeMapping.this.type
    Definition Classes
    NodeWithDiscriminator
  95. def withTypeDiscriminatorName(name: String): PropertyLikeMapping.this.type
    Definition Classes
    NodeWithDiscriminator
  96. def withUnique(unique: Boolean): PropertyLikeMapping.this.type
  97. def [B](y: B): (PropertyLikeMapping[M], B)
    Implicit
    This member is added by an implicit conversion from PropertyLikeMapping[M] to ArrowAssoc[PropertyLikeMapping[M]] 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 NodeWithDiscriminator[M]

Inherited from HasObjectRange[M]

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PropertyLikeMapping[M] to any2stringadd[PropertyLikeMapping[M]]

Inherited by implicit conversion StringFormat from PropertyLikeMapping[M] to StringFormat[PropertyLikeMapping[M]]

Inherited by implicit conversion Ensuring from PropertyLikeMapping[M] to Ensuring[PropertyLikeMapping[M]]

Inherited by implicit conversion ArrowAssoc from PropertyLikeMapping[M] to ArrowAssoc[PropertyLikeMapping[M]]

Ungrouped