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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DomainElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped