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