case class PropertyMapping(fields: Fields, annotations: Annotations) extends DomainElement with MergeableMapping with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, MergeableMapping, MergeableMappingModel, DomainElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyMapping
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MergeableMapping
  7. MergeableMappingModel
  8. DomainElement
  9. AmfObject
  10. AmfElement
  11. AnyRef
  12. Any
  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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ALLOWED_MERGE_POLICY: Set[String]
    Definition Classes
    MergeableMappingModel
  5. val MergePolicy: Field
    Definition Classes
    MergeableMappingModel
  6. def add(field: Field, value: AmfElement): PropertyMapping.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): PropertyMapping.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): PropertyMapping.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String): PropertyMapping.this.type
    Definition Classes
    AmfObject
  10. def allowMultiple(): BoolField
  11. val annotations: Annotations
    Definition Classes
    PropertyMapping → AmfElement
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def classification(): PropertyClassification
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. 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
  16. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement
  17. def dynamicTypes(): Seq[String]
    Definition Classes
    AmfObject
  18. def enum(): Seq[AnyField]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  21. val fields: Fields
    Definition Classes
    PropertyMapping → AmfObject
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. lazy val graph: Graph
    Definition Classes
    DomainElement
  26. val id: String
    Definition Classes
    AmfObject
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  29. def isUnion: Boolean
  30. def literalRange(): StrField
  31. def location(): Option[String]
    Definition Classes
    AmfElement
  32. def mapKeyProperty(): StrField
  33. def mapValueProperty(): StrField
  34. def maximum(): DoubleField
  35. def mergePolicy: StrField
    Definition Classes
    MergeableMapping
  36. def meta: Obj
    Definition Classes
    PropertyMapping → DomainElement
  37. def minCount(): IntField
  38. def minimum(): DoubleField
  39. def name(): StrField
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. def nodePropertyMapping(): StrField
  42. def nodesInRange: Seq[String]
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. def objectRange(): Seq[StrField]
  46. def pattern(): StrField
  47. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  48. def set(field: Field, value: AmfElement, annotations: Annotations): PropertyMapping.this.type
    Definition Classes
    AmfObject
  49. def set(field: Field, value: AmfElement): PropertyMapping.this.type
    Definition Classes
    AmfObject
  50. def set(field: Field, values: Seq[String]): PropertyMapping.this.type
    Definition Classes
    AmfObject
  51. def set(field: Field, value: Float): PropertyMapping.this.type
    Definition Classes
    AmfObject
  52. def set(field: Field, value: Double): PropertyMapping.this.type
    Definition Classes
    AmfObject
  53. def set(field: Field, value: Int): PropertyMapping.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: Boolean): PropertyMapping.this.type
    Definition Classes
    AmfObject
  55. def set(field: Field, value: String): PropertyMapping.this.type
    Definition Classes
    AmfObject
  56. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): PropertyMapping.this.type
    Definition Classes
    AmfObject
  57. def setArray(field: Field, values: Seq[AmfElement]): PropertyMapping.this.type
    Definition Classes
    AmfObject
  58. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): PropertyMapping.this.type
    Definition Classes
    AmfObject
  59. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): PropertyMapping.this.type
    Definition Classes
    AmfObject
  60. final def simpleAdoption(parent: String): PropertyMapping.this.type
    Definition Classes
    AmfObject
  61. def sorted(): BoolField
  62. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  63. def toField: Field
  64. def typeDiscriminator(): Map[String, String]
  65. def typeDiscriminatorName(): StrField
  66. def unique(): BoolField
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  70. def withAllowMultiple(allow: Boolean): PropertyMapping
  71. def withCustomDomainProperties(extensions: Seq[DomainExtension]): PropertyMapping.this.type
    Definition Classes
    DomainElement
  72. def withCustomDomainProperty(extensions: DomainExtension): PropertyMapping.this.type
    Definition Classes
    DomainElement
  73. def withEnum(values: Seq[Any]): PropertyMapping
  74. def withExtends(extend: Seq[DomainElement]): PropertyMapping.this.type
    Definition Classes
    DomainElement
  75. def withId(value: String): PropertyMapping.this.type
    Definition Classes
    AmfObject
  76. def withLiteralRange(range: String): PropertyMapping
  77. def withMapKeyProperty(key: String): PropertyMapping
  78. def withMapValueProperty(value: String): PropertyMapping
  79. def withMaximum(max: Double): PropertyMapping
  80. def withMergePolicy(mergePolicy: String): MergeableMapping
    Definition Classes
    MergeableMapping
  81. def withMinCount(minCount: Int): PropertyMapping
  82. def withMinimum(min: Double): PropertyMapping
  83. def withName(name: String): PropertyMapping
  84. def withNodePropertyMapping(propertyId: String): PropertyMapping
  85. def withObjectRange(range: Seq[String]): PropertyMapping
  86. def withPattern(pattern: String): PropertyMapping
  87. def withSorted(sorted: Boolean): PropertyMapping
  88. def withTypeDiscriminator(typesMapping: Map[String, String]): PropertyMapping
  89. def withTypeDiscriminatorName(name: String): PropertyMapping
  90. def withUnique(unique: Boolean): PropertyMapping

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MergeableMapping

Inherited from MergeableMappingModel

Inherited from DomainElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped