case class PropertyMapping(fields: Fields, annotations: Annotations) extends PropertyLikeMapping[PropertyMappingModel.type] with MergeableMapping with NodeWithDiscriminator[PropertyMappingModel.type] with WithDefaultFacet with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, WithDefaultFacet, MergeableMapping, MergeableMappingModel, PropertyLikeMapping[PropertyMappingModel.type], NodeWithDiscriminator[PropertyMappingModel.type], HasObjectRange[PropertyMappingModel.type], DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyMapping
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. WithDefaultFacet
  7. MergeableMapping
  8. MergeableMappingModel
  9. PropertyLikeMapping
  10. NodeWithDiscriminator
  11. HasObjectRange
  12. DomainElement
  13. CustomizableElement
  14. AmfObject
  15. AmfElement
  16. AnyRef
  17. 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

Instance Constructors

  1. new PropertyMapping(fields: Fields, annotations: Annotations)

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 PropertyMapping to any2stringadd[PropertyMapping] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PropertyMapping, B)
    Implicit
    This member is added by an implicit conversion from PropertyMapping to ArrowAssoc[PropertyMapping] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val MergePolicy: Field
    Definition Classes
    MergeableMappingModel
  7. def add(field: Field, value: AmfElement): PropertyMapping.this.type
    Definition Classes
    AmfObject
  8. def add(other: Annotations): PropertyMapping.this.type
    Definition Classes
    AmfElement
  9. def add(annotation: Annotation): PropertyMapping.this.type
    Definition Classes
    AmfElement
  10. def adopted(parent: String, cycle: Seq[String]): PropertyMapping.this.type
    Definition Classes
    AmfObject
  11. def allowMultiple(): BoolField
    Definition Classes
    PropertyLikeMapping
  12. val annotations: Annotations
    Definition Classes
    PropertyMapping → AmfElement
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def classification(): PropertyClassification
    Definition Classes
    PropertyLikeMapping
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  16. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  17. def componentId: String

    Value , path + field value that is used to compose the id when the object its adopted

    Value , path + field value that is used to compose the id when the object its adopted

    Definition Classes
    PropertyMapping → AmfObject
  18. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  19. def ensuring(cond: (PropertyMapping) ⇒ Boolean, msg: ⇒ Any): PropertyMapping
    Implicit
    This member is added by an implicit conversion from PropertyMapping to Ensuring[PropertyMapping] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (PropertyMapping) ⇒ Boolean): PropertyMapping
    Implicit
    This member is added by an implicit conversion from PropertyMapping to Ensuring[PropertyMapping] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): PropertyMapping
    Implicit
    This member is added by an implicit conversion from PropertyMapping to Ensuring[PropertyMapping] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): PropertyMapping
    Implicit
    This member is added by an implicit conversion from PropertyMapping to Ensuring[PropertyMapping] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def enum(): Seq[AnyField]
    Definition Classes
    PropertyLikeMapping
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  26. def externallyLinkable(): BoolField
    Definition Classes
    PropertyLikeMapping
  27. val fields: Fields
    Definition Classes
    PropertyMapping → AmfObject
  28. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from PropertyMapping to StringFormat[PropertyMapping] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. lazy val graph: Graph
    Definition Classes
    DomainElement
  31. val id: String
    Definition Classes
    AmfObject
  32. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isMandatory: Boolean
    Definition Classes
    PropertyLikeMapping
  35. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  36. def isUnion: Boolean
    Definition Classes
    PropertyLikeMapping
  37. def literalRange(): StrField
    Definition Classes
    PropertyLikeMapping
  38. def location(): Option[String]
    Definition Classes
    AmfElement
  39. def mandatory(): BoolField
    Definition Classes
    PropertyLikeMapping
  40. def mapKeyProperty(): StrField
  41. def mapTermKeyProperty(): StrField
  42. def mapTermValueProperty(): StrField
  43. def mapValueProperty(): StrField
  44. def maximum(): DoubleField
    Definition Classes
    PropertyLikeMapping
  45. def mergePolicy: StrField
    Definition Classes
    MergeableMapping
  46. def meta: PropertyMappingModel.type
    Definition Classes
    PropertyMappingPropertyLikeMappingNodeWithDiscriminatorHasObjectRange → AmfObject
  47. def minCount(): IntField
    Definition Classes
    PropertyLikeMapping
  48. def minimum(): DoubleField
    Definition Classes
    PropertyLikeMapping
  49. def name(): StrField
    Definition Classes
    PropertyLikeMapping
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. def nodePropertyMapping(): StrField
    Definition Classes
    PropertyLikeMapping
  52. def nodesInRange: Seq[String]
    Definition Classes
    PropertyLikeMapping
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. def objectRange(): Seq[StrField]
    Definition Classes
    HasObjectRange
  56. def pattern(): StrField
    Definition Classes
    PropertyLikeMapping
  57. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  58. def set(field: Field, value: AmfElement, annotations: Annotations): PropertyMapping.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, value: AmfElement): PropertyMapping.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, values: Seq[String]): PropertyMapping.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: Float): PropertyMapping.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: Double): PropertyMapping.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: Int): PropertyMapping.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: Boolean): PropertyMapping.this.type
    Definition Classes
    AmfObject
  65. def set(field: Field, value: String, annotations: Annotations): PropertyMapping.this.type
    Definition Classes
    AmfObject
  66. def set(field: Field, value: String): PropertyMapping.this.type
    Definition Classes
    AmfObject
  67. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): PropertyMapping.this.type
    Definition Classes
    AmfObject
  68. def setArray(field: Field, values: Seq[AmfElement]): PropertyMapping.this.type
    Definition Classes
    AmfObject
  69. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): PropertyMapping.this.type
    Definition Classes
    AmfObject
  70. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): PropertyMapping.this.type
    Definition Classes
    AmfObject
  71. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): PropertyMapping.this.type
    Definition Classes
    AmfObject
  72. final def simpleAdoption(parent: String): PropertyMapping.this.type
    Definition Classes
    AmfObject
  73. def sorted(): BoolField
    Definition Classes
    PropertyLikeMapping
  74. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  75. def toField(): Field
    Definition Classes
    PropertyLikeMapping
  76. def typeDiscriminator(): Map[String, String]
    Definition Classes
    NodeWithDiscriminator
  77. def typeDiscriminatorName(): StrField
    Definition Classes
    NodeWithDiscriminator
  78. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  79. def unique(): BoolField
    Definition Classes
    PropertyLikeMapping
  80. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  82. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. def withAllowMultiple(allow: Boolean): PropertyMapping.this.type
    Definition Classes
    PropertyLikeMapping
  84. def withCustomDomainProperties(extensions: Seq[DomainExtension]): PropertyMapping.this.type
    Definition Classes
    DomainElement → CustomizableElement
  85. def withCustomDomainProperty(extensions: DomainExtension): PropertyMapping.this.type
    Definition Classes
    DomainElement → CustomizableElement
  86. def withEnum(values: Seq[Any]): PropertyMapping.this.type
    Definition Classes
    PropertyLikeMapping
  87. def withExtends(extend: Seq[DomainElement]): PropertyMapping.this.type
    Definition Classes
    DomainElement
  88. def withExternallyLinkable(linkable: Boolean): PropertyMapping.this.type
    Definition Classes
    PropertyLikeMapping
  89. def withId(value: String): PropertyMapping.this.type
    Definition Classes
    AmfObject
  90. def withIsExternalLink(isReference: Boolean): PropertyMapping.this.type
    Definition Classes
    DomainElement
  91. def withLiteralRange(range: String): PropertyMapping.this.type
    Definition Classes
    PropertyLikeMapping
  92. def withMandatory(mandatory: Boolean): PropertyMapping.this.type
    Definition Classes
    PropertyLikeMapping
  93. def withMapKeyProperty(key: String, annotations: Annotations = Annotations()): PropertyMapping
  94. def withMapTermKeyProperty(key: String, annotations: Annotations = Annotations()): PropertyMapping
  95. def withMapTermValueProperty(value: String, annotations: Annotations = Annotations()): PropertyMapping
  96. def withMapValueProperty(value: String, annotations: Annotations = Annotations()): PropertyMapping
  97. def withMaximum(max: Double): PropertyMapping.this.type
    Definition Classes
    PropertyLikeMapping
  98. def withMergePolicy(mergePolicy: String): MergeableMapping
    Definition Classes
    MergeableMapping
  99. def withMinCount(minCount: Int): PropertyMapping.this.type
    Definition Classes
    PropertyLikeMapping
  100. def withMinimum(min: Double): PropertyMapping.this.type
    Definition Classes
    PropertyLikeMapping
  101. def withName(name: String): PropertyMapping.this.type
    Definition Classes
    PropertyLikeMapping
  102. def withNodePropertyMapping(propertyId: String): PropertyMapping.this.type
    Definition Classes
    PropertyLikeMapping
  103. def withObjectRange(range: Seq[String]): PropertyMapping.this.type
    Definition Classes
    HasObjectRange
  104. def withPattern(pattern: String): PropertyMapping.this.type
    Definition Classes
    PropertyLikeMapping
  105. def withSorted(sorted: Boolean): PropertyMapping.this.type
    Definition Classes
    PropertyLikeMapping
  106. def withTypeDiscriminator(typesMapping: Map[String, String], entryAnnotations: Annotations = Annotations(), valueAnnotations: Annotations = Annotations()): PropertyMapping.this.type
    Definition Classes
    NodeWithDiscriminator
  107. def withTypeDiscriminatorName(name: String): PropertyMapping.this.type
    Definition Classes
    NodeWithDiscriminator
  108. def withUnique(unique: Boolean): PropertyMapping.this.type
    Definition Classes
    PropertyLikeMapping
  109. def [B](y: B): (PropertyMapping, B)
    Implicit
    This member is added by an implicit conversion from PropertyMapping to ArrowAssoc[PropertyMapping] 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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WithDefaultFacet

Inherited from MergeableMapping

Inherited from MergeableMappingModel

Inherited from HasObjectRange[PropertyMappingModel.type]

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped